From patchwork Sat Feb 25 00:34:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 732313 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vVTWz1XPDz9s73 for ; Sat, 25 Feb 2017 11:35:11 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b="KexmZ00b"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 32EF8275B9; Sat, 25 Feb 2017 00:35:06 +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 BgCaox6zu+cL; Sat, 25 Feb 2017 00:35:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D6705274D5; Sat, 25 Feb 2017 00:35:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 434A41BFCDA for ; Sat, 25 Feb 2017 00:35:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 41DFD86765 for ; Sat, 25 Feb 2017 00:35:02 +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 vV-zg9X2nghx for ; Sat, 25 Feb 2017 00:35:01 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8CD7386763 for ; Sat, 25 Feb 2017 00:35:01 +0000 (UTC) Received: from asgard (cpe-190-55-196-87.telecentro-reversos.com.ar [190.55.196.87] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.2/8.15.2) with ESMTPSA id v1P0YtPT032372 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 25 Feb 2017 00:34:57 GMT DMARC-Filter: OpenDMARC Filter v1.3.1 www.zacarias.com.ar v1P0YtPT032372 Authentication-Results: zacarias.com.ar; dmarc=fail header.from=zacarias.com.ar Authentication-Results: zacarias.com.ar; spf=pass smtp.mailfrom=gustavo@zacarias.com.ar DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1487982899; bh=XzpdZ6Wsb18jjDok5AdurmpisacwszKUhDyE8sMIKmk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=KexmZ00b1blWkt49fT8rS3yZiFWvX7skvF6o+AbPzgqgEvEZssrDPk0zHXLHHWl6f ZXkbbc42kevpod8Y3+gE0SihQwokHX+BVtVAlHlm349bOnasFWMB0mb3BCgGkGbe4p iFM6y05GP//+bGLRKSjHdqMbNuMcLkPicJvh4tvg= Received: by asgard (sSMTP sendmail emulation); Fri, 24 Feb 2017 21:34:54 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 24 Feb 2017 21:34:46 -0300 Message-Id: <20170225003448.32459-2-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170225003448.32459-1-gustavo@zacarias.com.ar> References: <20170225003448.32459-1-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH next 2/4] glibc: add version 2.25 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Gustavo Zacarias --- package/glibc/Config.in | 7 ++++++- package/glibc/glibc.hash | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package/glibc/Config.in b/package/glibc/Config.in index 0442626..f92cdf3 100644 --- a/package/glibc/Config.in +++ b/package/glibc/Config.in @@ -24,7 +24,11 @@ config BR2_GLIBC_VERSION_2_24 # See: https://sourceware.org/ml/libc-alpha/2016-08/msg00212.html depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 -comment "glibc-2.24 needs kernel headers >= 3.2" +config BR2_GLIBC_VERSION_2_25 + bool "2.25" + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 + +comment "glibc-2.24+ needs kernel headers >= 3.2" depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 endchoice @@ -36,3 +40,4 @@ config BR2_GLIBC_VERSION_STRING default "2.22" if BR2_GLIBC_VERSION_2_22 default "2.23" if BR2_GLIBC_VERSION_2_23 default "2.24" if BR2_GLIBC_VERSION_2_24 + default "2.25" if BR2_GLIBC_VERSION_2_25 diff --git a/package/glibc/glibc.hash b/package/glibc/glibc.hash index befe80c..863c9b4 100644 --- a/package/glibc/glibc.hash +++ b/package/glibc/glibc.hash @@ -2,3 +2,4 @@ sha256 eb731406903befef1d8f878a46be75ef862b9056ab0cde1626d08a7a05328948 glibc-2.22.tar.xz sha256 94efeb00e4603c8546209cefb3e1a50a5315c86fa9b078b6fad758e187ce13e9 glibc-2.23.tar.xz sha256 99d4a3e8efd144d71488e478f62587578c0f4e1fa0b4eed47ee3d4975ebeb5d3 glibc-2.24.tar.xz +sha256 067bd9bb3390e79aa45911537d13c3721f1d9d3769931a30c2681bfee66f23a0 glibc-2.25.tar.xz