blueness    15/07/29 02:44:45

  Modified:             valgrind-3.10.1.ebuild ChangeLog
  Log:
  Patch 3.10.1 to build against glibc-2.21.  Bug #554808.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.8                  dev-util/valgrind/valgrind-3.10.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?r1=1.7&r2=1.8

Index: valgrind-3.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- valgrind-3.10.1.ebuild      25 Mar 2015 13:40:39 -0000      1.7
+++ valgrind-3.10.1.ebuild      29 Jul 2015 02:44:45 -0000      1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 
1.7 2015/03/25 13:40:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 
1.8 2015/07/29 02:44:45 blueness Exp $
 
 EAPI="4"
 inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils
@@ -43,6 +43,9 @@
        # valgrind works fine on linux-4, bug #543648
        epatch "${FILESDIR}"/${PN}-3.10.1-linux-4.patch
 
+       # glibc 2.21 fix.  Bug #554808.
+       epatch "${FILESDIR}"/${PN}-3.10.1-glibc-2.21.patch
+
        # Allow users to test their own patches
        epatch_user
 



1.186                dev-util/valgrind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.186&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.186&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.185&r2=1.186

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog   25 Mar 2015 13:40:39 -0000      1.185
+++ ChangeLog   29 Jul 2015 02:44:45 -0000      1.186
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/valgrind
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.185 
2015/03/25 13:40:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.186 
2015/07/29 02:44:45 blueness Exp $
+
+  29 Jul 2015; Anthony G. Basile <[email protected]>
+  +files/valgrind-3.10.1-glibc-2.21.patch, valgrind-3.10.1.ebuild:
+  Patch 3.10.1 to build against glibc-2.21.  Bug #554808.
 
   25 Mar 2015; Agostino Sarubbo <[email protected]> valgrind-3.10.1.ebuild:
   Stable for x86, wrt bug #541952




Reply via email to