From patchwork Wed Oct 14 09:04:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 530087 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 418F81402B7 for ; Wed, 14 Oct 2015 20:04:59 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 66964877D4; Wed, 14 Oct 2015 09:04:58 +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 M83rBjxR-GV9; Wed, 14 Oct 2015 09:04:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id D33BB8780B; Wed, 14 Oct 2015 09:04:57 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id AA5261BF9F9 for ; Wed, 14 Oct 2015 09:04:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A6C768780B for ; Wed, 14 Oct 2015 09:04:56 +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 vAwEiMz0ujSF for ; Wed, 14 Oct 2015 09:04:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by fraxinus.osuosl.org (Postfix) with ESMTP id 23B5F877D4 for ; Wed, 14 Oct 2015 09:04:56 +0000 (UTC) Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id DB5BE18EBECA1; Wed, 14 Oct 2015 10:04:47 +0100 (IST) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 14 Oct 2015 10:04:49 +0100 Received: from localhost.localdomain (192.168.154.63) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.210.2; Wed, 14 Oct 2015 10:04:48 +0100 From: Vicente Olivert Riera To: Date: Wed, 14 Oct 2015 10:04:43 +0100 Message-ID: <1444813483-47182-1-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 X-Originating-IP: [192.168.154.63] Subject: [Buildroot] [PATCH v2] busybox: bump to version 1.24.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list 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" Disable CONFIG_FEATURE_SYNC_FANCY in the busybox.config because that option causes build failures for any uClibc based toolchains since it requires syncfs() support, which doens't exist in uClibc. This new option has been introduced in 1.24.0, so despite of disabling it, we are not losing anything that we had before. Signed-off-by: Vicente Olivert Riera --- Changes v1 -> v2: - Fix the CONFIG_FEATURE_SYNC_FANCY issue (Gustavo Zacarias) package/busybox/busybox.config | 1 + package/busybox/busybox.hash | 6 +++--- package/busybox/busybox.mk | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config index 8d1d80a..bb138f9 100644 --- a/package/busybox/busybox.config +++ b/package/busybox/busybox.config @@ -284,6 +284,7 @@ CONFIG_FEATURE_SORT_BIG=y CONFIG_STTY=y # CONFIG_SUM is not set CONFIG_SYNC=y +# CONFIG_FEATURE_SYNC_FANCY is not set # CONFIG_TAC is not set CONFIG_TAIL=y CONFIG_FEATURE_FANCY_TAIL=y diff --git a/package/busybox/busybox.hash b/package/busybox/busybox.hash index cfd4937..1a9b2ff 100644 --- a/package/busybox/busybox.hash +++ b/package/busybox/busybox.hash @@ -1,3 +1,3 @@ -# From http://busybox.net/downloads/busybox-1.23.2.tar.bz2.sign -md5 7925683d7dd105aabe9b6b618d48cc73 busybox-1.23.2.tar.bz2 -sha1 7f37193cb249f27630e0b2a2c6c9bbb7b1d24c16 busybox-1.23.2.tar.bz2 +# From http://busybox.net/downloads/busybox-1.24.0.tar.bz2.sign +md5 2fa3110042e518e0e1225c799294664c busybox-1.24.0.tar.bz2 +sha1 238a9b8a66c31fdcdd00790a840ef03cc77482c7 busybox-1.24.0.tar.bz2 diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk index 6e302f4..3494456 100644 --- a/package/busybox/busybox.mk +++ b/package/busybox/busybox.mk @@ -4,7 +4,7 @@ # ################################################################################ -BUSYBOX_VERSION = 1.23.2 +BUSYBOX_VERSION = 1.24.0 BUSYBOX_SITE = http://www.busybox.net/downloads BUSYBOX_SOURCE = busybox-$(BUSYBOX_VERSION).tar.bz2 BUSYBOX_LICENSE = GPLv2