From patchwork Sun Mar 24 12:48:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 230450 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 623412C007C for ; Sun, 24 Mar 2013 23:49:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E7B5A100270; Sun, 24 Mar 2013 12:49:37 +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 Qi1vrCgpqodi; Sun, 24 Mar 2013 12:49:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 978F3102531; Sun, 24 Mar 2013 12:49:18 +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 03CE28F7A3 for ; Sun, 24 Mar 2013 12:49:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7B8DB8A898 for ; Sun, 24 Mar 2013 12:49:26 +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 RyEqELySACR5 for ; Sun, 24 Mar 2013 12:49:12 +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 585588C78E for ; Sun, 24 Mar 2013 12:48:14 +0000 (UTC) Received: from asgard (host67.190-138-38.telecom.net.ar [190.138.38.67]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r2OCm7wr026300 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 24 Mar 2013 12:48:10 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1364129291; bh=SsTn6kOHv03bF0SBxGV5caNRjjiiWFF+PmSo4Kuks/k=; h=From:To:Cc:Subject:Date; b=IM3mX1IH7ZuJLtkonqHgbtphKiilg78IWueB+u7UZU0s0CJ2fpnUTiz8vqBq385Ig BqvClkVY3RnuBtOSWrP3xeEec+o2xM78emODqu/+0nXKSFU4X6iCzSJZag/f3q+5Ly Z+HiWw3G+JrmORoi95kBYH1D4XwsGlAQK7njaY4o= Received: by asgard (sSMTP sendmail emulation); Sun, 24 Mar 2013 09:48:06 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 24 Mar 2013 09:48:06 -0300 Message-Id: <1364129286-3863-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.6 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] file: bump to version 5.14 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 7206705..5422e2f 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -4,7 +4,7 @@ # ############################################################# -FILE_VERSION = 5.13 +FILE_VERSION = 5.14 FILE_SITE = ftp://ftp.astron.com/pub/file FILE_DEPENDENCIES = host-file zlib FILE_INSTALL_STAGING = YES