From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 64836138B15 for ; Tue, 19 Feb 2013 18:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D84B1E05F1; Tue, 19 Feb 2013 18:06:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FAD0E05F1 for ; Tue, 19 Feb 2013 18:06:56 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AD1F33DE6D for ; Tue, 19 Feb 2013 18:06:55 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 2EE822171E; Tue, 19 Feb 2013 18:06:54 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/valgrind: valgrind-3.8.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: valgrind-3.8.1.ebuild ChangeLog X-VCS-Directories: dev-util/valgrind X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130219180654.2EE822171E@flycatcher.gentoo.org> Date: Tue, 19 Feb 2013 18:06:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b85694dc-0fa5-4c31-85ee-9a1e33409c33 X-Archives-Hash: f803637e8f64755617d94a9d2d3b87e8 blueness 13/02/19 18:06:54 Modified: valgrind-3.8.1.ebuild ChangeLog Log: Build against glibc-2.17, bug #458326 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.2 dev-util/valgrind/valgrind-3.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.8.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.8.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.8.1.ebuild?r1=1.1&r2=1.2 Index: valgrind-3.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.8.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- valgrind-3.8.1.ebuild 20 Sep 2012 20:49:50 -0000 1.1 +++ valgrind-3.8.1.ebuild 19 Feb 2013 18:06:53 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.8.1.ebuild,v 1.1 2012/09/20 20:49:50 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.8.1.ebuild,v 1.2 2013/02/19 18:06:53 blueness Exp $ EAPI="4" inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils @@ -37,6 +37,9 @@ # warning about executable stacks. epatch "${FILESDIR}"/${PN}-3.8.0-non-exec-stack.patch + # Fix for glibc 2.18, bug #458326 + epatch "${FILESDIR}"/${PN}-3.8.1-glibc-2.17.patch + # Regenerate autotools files eautoreconf } 1.161 dev-util/valgrind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.161&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.161&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.160&r2=1.161 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- ChangeLog 18 Oct 2012 20:01:37 -0000 1.160 +++ ChangeLog 19 Feb 2013 18:06:53 -0000 1.161 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/valgrind -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.160 2012/10/18 20:01:37 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.161 2013/02/19 18:06:53 blueness Exp $ + + 19 Feb 2013; Anthony G. Basile + +files/valgrind-3.8.1-glibc-2.17.patch, valgrind-3.8.1.ebuild: + Build against glibc-2.17, bug #458326 18 Oct 2012; Anthony G. Basile valgrind-3.7.0-r4.ebuild: drop ~arm, bug #434884