From patchwork Mon Dec 22 15:43:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 423419 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id D6CDF1400E7 for ; Tue, 23 Dec 2014 02:44:38 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6D00C8A44A; Mon, 22 Dec 2014 15:44:37 +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 YJUhlIHsoq58; Mon, 22 Dec 2014 15:44:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7BFF58A2ED; Mon, 22 Dec 2014 15:44:35 +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 021F91C2279 for ; Mon, 22 Dec 2014 15:44:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F10398A2ED for ; Mon, 22 Dec 2014 15:44:34 +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 y5lqTeGkOSRw for ; Mon, 22 Dec 2014 15:44:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8AB868A2E6 for ; Mon, 22 Dec 2014 15:44:33 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id sBMFiQKS019461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 22 Dec 2014 15:44:29 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1419263070; bh=7OXgiqf0PT9ctOT5FcWB/MeImCgPgGhxBjnMu5Vr/y0=; h=From:To:Cc:Subject:Date; b=k3DgW17cGrAjU2e0P69Ui8YfOt8tJBGFp9GlAFt9EKrsLrXPup5fFoavfSsBcPU0h fDQ6AhS/Xhr4+UrGh0nmRDiuHQCbt1ob1cNCC0Yq31uBaOGItbD1JowF8itlyc0FPK jnyXLqv+nokZt1gJOFFarDw764kfkLMB++hLhLYw= Received: by asgard (sSMTP sendmail emulation); Mon, 22 Dec 2014 12:43:46 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 22 Dec 2014 12:43:46 -0300 Message-Id: <1419263026-19750-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 X-Virus-Scanned: clamav-milter 0.98.5 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] f2fs-tools: bump to version 1.4.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Gustavo Zacarias --- package/f2fs-tools/f2fs-tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/f2fs-tools/f2fs-tools.mk b/package/f2fs-tools/f2fs-tools.mk index 2045e05..2035506 100644 --- a/package/f2fs-tools/f2fs-tools.mk +++ b/package/f2fs-tools/f2fs-tools.mk @@ -4,7 +4,7 @@ # ################################################################################ -F2FS_TOOLS_VERSION = 858c4039c85f7c00c57925902985701b1e083555 +F2FS_TOOLS_VERSION = baac4b4e6f41ceb02511da49dd3707674f3fea21 F2FS_TOOLS_SITE = http://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git F2FS_TOOLS_SITE_METHOD = git F2FS_TOOLS_CONF_ENV = ac_cv_file__git=no