From patchwork Thu Sep 12 00:56:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 274396 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 32A372C015C for ; Thu, 12 Sep 2013 10:56:47 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A8C25323B7; Thu, 12 Sep 2013 00:56:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Ngn4EWdSq0O; Thu, 12 Sep 2013 00:56:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 755A7274B9; Thu, 12 Sep 2013 00:56:26 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 109071C2D69 for ; Thu, 12 Sep 2013 00:56:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 07A0E8AA1B for ; Thu, 12 Sep 2013 00:56:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gwx+zOYaNkWO for ; Thu, 12 Sep 2013 00:56:37 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0C38F8B698 for ; Thu, 12 Sep 2013 00:56:36 +0000 (UTC) Received: from asgard (host126.190-136-121.telecom.net.ar [190.136.121.126]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r8C0uUTo021134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 12 Sep 2013 00:56:33 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1378947394; bh=3KG4vpOFG1lX2txXr4+eiDfagehHFPexeE+THg0AMzg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=WixMf267R5vyH0uWZYbeSsXq3dbsDA+k+S4x21whBSidTFOogptD5zuBTkpkHMbop TI5eH/j6uT9ENyozoeUdXtDtYCBtLaySpBlPziAaPzKx2DvDPBYHZ1R1IaC3vuVmDF IaI0EbtU/dKCBJ6KQY9+A9zh44enX8sMk7Za2giU= Received: by asgard (sSMTP sendmail emulation); Wed, 11 Sep 2013 21:56:25 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 11 Sep 2013 21:56:10 -0300 Message-Id: <1378947373-4767-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1378947373-4767-1-git-send-email-gustavo@zacarias.com.ar> References: <1378947373-4767-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/5] dosfstools: bump to version 3.0.22 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/dosfstools/dosfstools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/dosfstools/dosfstools.mk b/package/dosfstools/dosfstools.mk index d6ecb6f..c94f680 100644 --- a/package/dosfstools/dosfstools.mk +++ b/package/dosfstools/dosfstools.mk @@ -4,7 +4,7 @@ # ################################################################################ -DOSFSTOOLS_VERSION = 3.0.20 +DOSFSTOOLS_VERSION = 3.0.22 DOSFSTOOLS_SOURCE = dosfstools-$(DOSFSTOOLS_VERSION).tar.xz DOSFSTOOLS_SITE = http://daniel-baumann.ch/files/software/dosfstools DOSFSTOOLS_LICENSE = GPLv3+