From patchwork Wed Apr 11 12:27:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 151772 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id AE7CFB705C for ; Wed, 11 Apr 2012 22:27:18 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3DFA1A02F1; Wed, 11 Apr 2012 12:27:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c3AqlvKyTKZc; Wed, 11 Apr 2012 12:27:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 1891FA02E6; Wed, 11 Apr 2012 12:27: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 7573C8F753 for ; Wed, 11 Apr 2012 12:27:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 66A1F8D821 for ; Wed, 11 Apr 2012 12:27: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 0H-fKagKcEn5 for ; Wed, 11 Apr 2012 12:27:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4ACAF8D6E4 for ; Wed, 11 Apr 2012 12:27:12 +0000 (UTC) Received: from asgard (host9.190-138-181.telecom.net.ar [190.138.181.9]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q3BCR6Po010309 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Apr 2012 09:27:08 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1334147230; bh=OG78w1dPBubzh5BhkTjz7elK1Xpqjw2CGFNntlPNl/c=; h=From:To:Cc:Subject:Date:Message-Id; b=T2C0l8AHNkpz4xk5KwkLpXfZuTO5Ayk9f68+rH8OZBRyQRS7mNji/JmQnmLSXz6ea BKdYp+P3i9wQClIBmfH5Zetx2+dBhwyWoxjvquyVBXAeJAaDHFLZB7nsuvW9LxWR8O QRBnwx9H7BKr2aSJy6Jw5F1AxNotGF18Kp99cMX0= Received: by asgard (sSMTP sendmail emulation); Wed, 11 Apr 2012 09:27:05 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 11 Apr 2012 09:27:04 -0300 Message-Id: <1334147224-6848-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] dosfstools: bump to version 3.0.12 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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/dosfstools/dosfstools.mk b/package/dosfstools/dosfstools.mk index e1b6a33..7a8a7e8 100644 --- a/package/dosfstools/dosfstools.mk +++ b/package/dosfstools/dosfstools.mk @@ -3,8 +3,8 @@ # dosfstools # ############################################################# -DOSFSTOOLS_VERSION = 3.0.11 -DOSFSTOOLS_SOURCE = dosfstools-$(DOSFSTOOLS_VERSION).tar.gz + +DOSFSTOOLS_VERSION = 3.0.12 DOSFSTOOLS_SITE = http://www.daniel-baumann.ch/software/dosfstools MKDOSFS_BINARY = mkdosfs DOSFSCK_BINARY = dosfsck