From patchwork Fri Jan 2 22:01:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 425057 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 37FCB14007F for ; Sat, 3 Jan 2015 09:02:22 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3267D88A7A; Fri, 2 Jan 2015 22:02:20 +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 LeQqcvMScj5N; Fri, 2 Jan 2015 22:02:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 68656880A4; Fri, 2 Jan 2015 22:02:19 +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 4B6BC1C24B7 for ; Fri, 2 Jan 2015 22:02:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 47CEC87980 for ; Fri, 2 Jan 2015 22:02:18 +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 PBYHHrZlUtVb for ; Fri, 2 Jan 2015 22:02:17 +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 B0D0A89C05 for ; Fri, 2 Jan 2015 22:02:16 +0000 (UTC) Received: from asgard ([200.5.70.3]) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id t02M206Q022794 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 2 Jan 2015 22:02:10 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1420236133; bh=Xpa8iAkfcwptPWix9UhjbOyhKkhTle+bMd97k+7m0y0=; h=From:To:Cc:Subject:Date; b=rT3BPPti+JO0Y18q4HEopbG4q2OgHlyXxfhr54uRJl51r5alree6/28yXK8lPhN76 VPVNYM5QvUY+prRuzdOQwWX76rMPPbU2LLAzhVcilbrq0v9RrlXwGE7GkqP9pgzZRQ vYlyzdPffiA95AfscorLy1IDR9ehi0uw2+tAWCag= Received: by asgard (sSMTP sendmail emulation); Fri, 02 Jan 2015 19:01:26 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 2 Jan 2015 19:01:26 -0300 Message-Id: <1420236086-22636-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.5 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] file: bump to version 5.22 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 9487853..8441ba6 100644 --- a/package/file/file.hash +++ b/package/file/file.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 1a48741d3923c4cc73267109b8a396c0ce3aebe004181f3efb1b0a228d230bb6 file-5.21.tar.gz +sha256 c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b file-5.22.tar.gz diff --git a/package/file/file.mk b/package/file/file.mk index b5f30da..4b98cbd 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -4,7 +4,7 @@ # ################################################################################ -FILE_VERSION = 5.21 +FILE_VERSION = 5.22 FILE_SITE = ftp://ftp.astron.com/pub/file FILE_DEPENDENCIES = host-file zlib FILE_INSTALL_STAGING = YES