From patchwork Fri Mar 1 10:23:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 224280 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 71D5E2C0296 for ; Fri, 1 Mar 2013 21:24:35 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 03D6231326; Fri, 1 Mar 2013 10:24:34 +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 yZc9vWJrnNUC; Fri, 1 Mar 2013 10:24:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5751B31309; Fri, 1 Mar 2013 10:24:28 +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 DD4248F74B for ; Fri, 1 Mar 2013 10:24:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5314A8A050 for ; Fri, 1 Mar 2013 10:24:11 +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 0BVeOz-oLRdU for ; Fri, 1 Mar 2013 10:24:09 +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 0144F89EE2 for ; Fri, 1 Mar 2013 10:24:08 +0000 (UTC) Received: from asgard (host36.190-138-230.telecom.net.ar [190.138.230.36]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r21AO2J6022417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 1 Mar 2013 10:24:04 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1362133446; bh=3nxDS7zdlqRnmTygdXYaVLcTDofEIuycp2zP/81uyN8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=vJfaQ12i9xm7ciq1o534FiYLJ6PABLJsUnPBJjkBFWYFO0JI/66n/1/rpuaHNDZX0 y/pTpkx5siR7SRUsJzmbScLv8ePRThRN3hK7wF4BdZEL2A50tNI3bMMbhQ6HXxRQO5 ZXPL1odD5ElVvtaLd/RgLf3Xm4fmrELQNGKgHBcw= Received: by asgard (sSMTP sendmail emulation); Fri, 01 Mar 2013 07:24:01 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 1 Mar 2013 07:23:27 -0300 Message-Id: <1362133407-5840-7-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1362133407-5840-1-git-send-email-gustavo@zacarias.com.ar> References: <1362133407-5840-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.6 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 7/7] file: bump to version 5.13 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 db68f66..7206705 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -4,7 +4,7 @@ # ############################################################# -FILE_VERSION = 5.11 +FILE_VERSION = 5.13 FILE_SITE = ftp://ftp.astron.com/pub/file FILE_DEPENDENCIES = host-file zlib FILE_INSTALL_STAGING = YES