From patchwork Thu Oct 24 17:10:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 285985 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 0E41C2C00A9 for ; Fri, 25 Oct 2013 04:11:18 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E44148B988; Thu, 24 Oct 2013 17:11:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vdSWwQSJsl9U; Thu, 24 Oct 2013 17:11:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 08D948B9A7; Thu, 24 Oct 2013 17:11:16 +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 53DEE1C2C81 for ; Thu, 24 Oct 2013 17:11:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4F0258C9DA for ; Thu, 24 Oct 2013 17:11:14 +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 HD4vviq0CMc1 for ; Thu, 24 Oct 2013 17:11:10 +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 8633A8C9D7 for ; Thu, 24 Oct 2013 17:11:10 +0000 (UTC) Received: from asgard (host58.190-231-106.telecom.net.ar [190.231.106.58]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r9OHB4lT017693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 24 Oct 2013 17:11:06 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1382634668; bh=Cila6IabfzF39VsYw7UsqkesmMp/KVu7EW59Q8AvGrg=; h=From:To:Cc:Subject:Date; b=XpE7IW3xmFh8jjXJPdCNcl9bFdeLJSWuh1nHtOUbqgFIkpbLPGPT9+/JvUnD76N7U s/DJbuA69VWUujEHh5TOBt+Oyc6uQAUr/keFnU62jjmhLR9Gg7H5djyjqeVneOHZHp ccXuWxgdNXUPDYxMkt/Xb4dMGerAY4ntkJ8lZzYg= Received: by asgard (sSMTP sendmail emulation); Thu, 24 Oct 2013 14:10:58 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 24 Oct 2013 14:10:58 -0300 Message-Id: <1382634658-23893-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.8 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] dosfstools: bump to version 3.0.23 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 c94f680..6b27e80 100644 --- a/package/dosfstools/dosfstools.mk +++ b/package/dosfstools/dosfstools.mk @@ -4,7 +4,7 @@ # ################################################################################ -DOSFSTOOLS_VERSION = 3.0.22 +DOSFSTOOLS_VERSION = 3.0.23 DOSFSTOOLS_SOURCE = dosfstools-$(DOSFSTOOLS_VERSION).tar.xz DOSFSTOOLS_SITE = http://daniel-baumann.ch/files/software/dosfstools DOSFSTOOLS_LICENSE = GPLv3+