From patchwork Thu Mar 29 15:43:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 149423 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id CA953B6EF4 for ; Fri, 30 Mar 2012 02:47:21 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0228BA032D; Thu, 29 Mar 2012 15:47:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q2O3JOC1dD-H; Thu, 29 Mar 2012 15:47:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D3273A0374; Thu, 29 Mar 2012 15:46:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 5DD258F753 for ; Thu, 29 Mar 2012 15:46:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 407ABA00A3 for ; Thu, 29 Mar 2012 15:46:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U1vTRnqrxm25 for ; Thu, 29 Mar 2012 15:46:45 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by hemlock.osuosl.org (Postfix) with ESMTP id 8CC15A0345 for ; Thu, 29 Mar 2012 15:46:44 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 81BA8969A7; Thu, 29 Mar 2012 15:46:44 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Thu, 29 Mar 2012 17:43:23 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 11c20ebf77c4320c22ee5b97732fbfd6b5269106 X-Git-Newrev: 94058fc3dbf113fd607ee491dd6cfced83950c63 X-Patchwork-Hint: ignore Message-Id: <20120329154644.81BA8969A7@busybox.osuosl.org> Subject: [Buildroot] [git commit] coreutils: bump to version 8.16 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 commit: http://git.buildroot.net/buildroot/commit/?id=94058fc3dbf113fd607ee491dd6cfced83950c63 branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/coreutils/coreutils.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index 0a85586..b2cca39 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -4,7 +4,7 @@ # ############################################################# -COREUTILS_VERSION = 8.15 +COREUTILS_VERSION = 8.16 COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.xz