From patchwork Thu Oct 11 14:01:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Khryukin X-Patchwork-Id: 190915 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id F31842C007F for ; Fri, 12 Oct 2012 01:01:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CF54C8C095; Thu, 11 Oct 2012 14:01:24 +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 BSARH9JvrsbE; Thu, 11 Oct 2012 14:01:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E05088C201; Thu, 11 Oct 2012 14:01:22 +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 661218F74A for ; Thu, 11 Oct 2012 14:01:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AE7ED8C095 for ; Thu, 11 Oct 2012 14:01:21 +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 rhoAy67nvzcV for ; Thu, 11 Oct 2012 14:01:21 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.mezon.ru (mail.mezon.ru [188.127.253.33]) by whitealder.osuosl.org (Postfix) with ESMTP id BF5088C08F for ; Thu, 11 Oct 2012 14:01:20 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.mezon.ru (Postfix) with ESMTP id D49C01CD753 for ; Thu, 11 Oct 2012 18:01:19 +0400 (MSK) X-Virus-Scanned: amavisd-new at mezon.ru Received: from mail.mezon.ru ([127.0.0.1]) by localhost (stream2.mezon.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fIxEAeN0LdWv for ; Thu, 11 Oct 2012 18:01:14 +0400 (MSK) Received: from gate-obit.mezon.ru (gate-obit.mezon.ru [37.77.135.198]) by mail.mezon.ru (Postfix) with ESMTP id 55FF71CD70E for ; Thu, 11 Oct 2012 18:01:14 +0400 (MSK) Received: from [192.168.0.206] (fdkit.mezon.lan [192.168.0.206]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gate-obit.mezon.ru (Postfix) with ESMTP id 41457D70027 for ; Thu, 11 Oct 2012 18:01:14 +0400 (MSK) Message-ID: <1349964060.28555.6.camel@localhost> From: Alexander Khryukin To: buildroot@busybox.net Date: Thu, 11 Oct 2012 18:01:00 +0400 Organization: mezon.ru X-Mailer: Evolution 3.2.3 Mime-Version: 1.0 Subject: [Buildroot] findutils version update 4.5.10 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list Reply-To: alexander@mezon.ru List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Alexander Khryukin --- Date: Thu, 11 Oct 2012 14:03:06 +0000 Subject: [PATCH] findutils version update 4.5.10 --- package/findutils/findutils.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/findutils/findutils.mk b/package/findutils/findutils.mk index 43aef75..ffc7327 100644 --- a/package/findutils/findutils.mk +++ b/package/findutils/findutils.mk @@ -4,8 +4,8 @@ # ############################################################# -FINDUTILS_VERSION = 4.4.2 -FINDUTILS_SITE = $(BR2_GNU_MIRROR)/findutils +FINDUTILS_VERSION = 4.5.10 +FINDUTILS_SITE = http://alpha.gnu.org/gnu/findutils FINDUTILS_CONF_ENV = gl_cv_func_stdin=yes \ gl_cv_func_wcwidth_works=yes