From patchwork Fri Feb 28 13:48:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 325200 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 36D502C00B1 for ; Sat, 1 Mar 2014 00:54:38 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8185E32F5E; Fri, 28 Feb 2014 13:54:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uCMzvyPrIXsT; Fri, 28 Feb 2014 13:54:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 17F2A32F73; Fri, 28 Feb 2014 13:54:30 +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 D02DE1C23C7 for ; Fri, 28 Feb 2014 13:48:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CD39E8C8A2 for ; Fri, 28 Feb 2014 13:48:16 +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 3J3-RKadWXjT for ; Fri, 28 Feb 2014 13:48:16 +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 CB8E68C871 for ; Fri, 28 Feb 2014 13:48:15 +0000 (UTC) Received: from asgard (host208.190-225-89.telecom.net.ar [190.225.89.208]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.8/8.14.8) with ESMTP id s1SDm9TL004612 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 28 Feb 2014 13:48:11 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1393595293; bh=b8aM/BfYrPU7IsMiHEQJ2O6RKUDNNifi2xAHs8P+65c=; h=From:To:Cc:Subject:Date; b=tmLr5TD/+aPnI4PlfbgT1dvdX6hIDL6v4EGEj5rfhmJiwdLzR3zdR6iOeEPXBnMh0 9Tw955gKQo9D01um8V0J0DAOmhKv9J0tUiUaA0U2xi4zXMXtZBBEoLPnAhEtzp9tte R8V98WYLA8NizZlDfD26NfpTbusKU07V71B9HJQU= Received: by asgard (sSMTP sendmail emulation); Fri, 28 Feb 2014 10:48:03 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 28 Feb 2014 10:48:03 -0300 Message-Id: <1393595283-24703-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.3.2 X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] file: bump to version 5.17 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/file/file.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/file/file.mk b/package/file/file.mk index dc7c206..ac9cf55 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -4,7 +4,7 @@ # ################################################################################ -FILE_VERSION = 5.16 +FILE_VERSION = 5.17 FILE_SITE = ftp://ftp.astron.com/pub/file FILE_DEPENDENCIES = host-file zlib FILE_INSTALL_STAGING = YES