From patchwork Thu Dec 11 12:30:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 420075 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 46C871400E7 for ; Thu, 11 Dec 2014 23:31:18 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 92C6795BF0; Thu, 11 Dec 2014 12:31: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 iffNuAtWwMVW; Thu, 11 Dec 2014 12:31:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4AAD995BE5; Thu, 11 Dec 2014 12:31: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 610741C23CA for ; Thu, 11 Dec 2014 12:31:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5C7EA922FE for ; Thu, 11 Dec 2014 12:31:15 +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 CoZK-rzEsCPk for ; Thu, 11 Dec 2014 12:31:13 +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 7ED5A922F0 for ; Thu, 11 Dec 2014 12:31:13 +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 sBBCV6AC027347 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 11 Dec 2014 12:31:09 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1418301070; bh=TEaNgkqC/7c/lRMiZKUkt0FdaDXMGhmO1D28/T4EUYc=; h=From:To:Cc:Subject:Date; b=GrDBr/eqxNNGAqOVnyxundP7opU3uxNoD8Dkv44r/CFs2wswx5LZHbnW8vh0f1llK NEgqk/UigwgKmb8MnZMYrpsFcKKeOAaOxLoBwwSl+X+026JpNGCk1+sBoXU1Tyn+iQ /V9VfkB/BvZ8yVywhvJ9mjwp1hyVsgjMnU+ZMRT8= Received: by asgard (sSMTP sendmail emulation); Thu, 11 Dec 2014 09:30:54 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 11 Dec 2014 09:30:54 -0300 Message-Id: <1418301054-25393-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] file: bump to version 5.21 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/file/file.hash | 2 +- package/file/file.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/file/file.hash b/package/file/file.hash index 1043d74..9487853 100644 --- a/package/file/file.hash +++ b/package/file/file.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 5bc36bfbb83a009da25a7174848f1bc5824be03192a8fdce7f83dc897ed2d247 file-5.20.tar.gz +sha256 1a48741d3923c4cc73267109b8a396c0ce3aebe004181f3efb1b0a228d230bb6 file-5.21.tar.gz diff --git a/package/file/file.mk b/package/file/file.mk index 603e510..b5f30da 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -4,7 +4,7 @@ # ################################################################################ -FILE_VERSION = 5.20 +FILE_VERSION = 5.21 FILE_SITE = ftp://ftp.astron.com/pub/file FILE_DEPENDENCIES = host-file zlib FILE_INSTALL_STAGING = YES