From patchwork Sun Feb 8 15:07:05 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: 437714 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id A0B5F14016B for ; Mon, 9 Feb 2015 02:07:23 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E3E29A12F1; Sun, 8 Feb 2015 15:07:22 +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 QiHS0UJIGgtc; Sun, 8 Feb 2015 15:07:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B92F7A12FB; Sun, 8 Feb 2015 15:07:19 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 5ED091C242B for ; Sun, 8 Feb 2015 15:07:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5C9A831D87 for ; Sun, 8 Feb 2015 15:07:18 +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 P3nS4adRvMLU for ; Sun, 8 Feb 2015 15:07:17 +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 silver.osuosl.org (Postfix) with ESMTP id 824C931D7D for ; Sun, 8 Feb 2015 15:07:17 +0000 (UTC) Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 9199A80FC2946; Sun, 8 Feb 2015 15:07:13 +0000 (GMT) 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; Sun, 8 Feb 2015 15:07:16 +0000 Received: from localhost.localdomain (192.168.154.104) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.210.2; Sun, 8 Feb 2015 15:07:14 +0000 From: Vicente Olivert Riera To: Date: Sun, 8 Feb 2015 15:07:05 +0000 Message-ID: <1423408027-49694-2-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1423408027-49694-1-git-send-email-Vincent.Riera@imgtec.com> References: <1423408027-49694-1-git-send-email-Vincent.Riera@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.154.104] Cc: yann.morin.1998@free.fr Subject: [Buildroot] [PATCH 1/3] glibc: add version 2.21 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" - Add version 2.21 - Add a hash value for it Signed-off-by: Vicente Olivert Riera Acked-by: "Yann E. MORIN" --- package/glibc/Config.in | 3 +++ package/glibc/glibc.hash | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/package/glibc/Config.in b/package/glibc/Config.in index 8c033f2..37e108e 100644 --- a/package/glibc/Config.in +++ b/package/glibc/Config.in @@ -38,6 +38,9 @@ config BR2_GLIBC_VERSION_2_19 config BR2_GLIBC_VERSION_2_20 bool "2.20" +config BR2_GLIBC_VERSION_2_21 + bool "2.21" + endchoice endif diff --git a/package/glibc/glibc.hash b/package/glibc/glibc.hash index 094bbda..f194de4 100644 --- a/package/glibc/glibc.hash +++ b/package/glibc/glibc.hash @@ -6,3 +6,4 @@ md5 197836c2ba42fb146e971222647198dd eglibc-2.19-svnr25243.tar.bz2 sha1 8013c1935b46fd50d2d1fbfad3b0af362b75fb28 eglibc-2.19-svnr25243.tar.bz2 sha256 2d3997f588401ea095a0b27227b1d50cdfdd416236f6567b564549d3b46ea2a2 glibc-2.19.tar.xz sha256 f84b6d42aecc288d593c397b0a3d02260a33ee686bce0c634eb9b32798f36ba5 glibc-2.20.tar.xz +sha256 aeeb362437965a5d3f40b151094ca79def04a115bd363fdd4a9a0c69482923b8 glibc-2.21.tar.xz