diff options
author | 2012-10-03 19:58:29 +0000 | |
---|---|---|
committer | 2012-10-03 19:58:29 +0000 | |
commit | b4fe54817de59c38df9920a19a691df3db1f33ed (patch) | |
tree | fd3de3714172846df11572b83b486542124138cd /sys-devel | |
parent | Moving to depend on dev-libs/libnl:3 instead of dev-libs/libnl:1.1 (diff) | |
download | gentoo-2-b4fe54817de59c38df9920a19a691df3db1f33ed.tar.gz gentoo-2-b4fe54817de59c38df9920a19a691df3db1f33ed.tar.bz2 gentoo-2-b4fe54817de59c38df9920a19a691df3db1f33ed.zip |
Update the piepatchset to 0.5.4 for 4.7.2 to fix 436924
(Portage version: 2.1.11.23/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 2d654874b725..610c0fb42d7b 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.907 2012/10/02 04:54:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.908 2012/10/03 19:58:29 zorry Exp $ + + 03 Oct 2012; Magnus Granberg <zorry@gentoo.org> gcc-4.7.2.ebuild: + Update piepatchset to 0.5.4 to fix 436924 02 Oct 2012; Mike Frysinger <vapier@gentoo.org> gcc-4.7.2.ebuild: Update x32 patch #436756 by Alphat-PC. diff --git a/sys-devel/gcc/gcc-4.7.2.ebuild b/sys-devel/gcc/gcc-4.7.2.ebuild index 131d3a824edb..2c26a8adacf4 100644 --- a/sys-devel/gcc/gcc-4.7.2.ebuild +++ b/sys-devel/gcc/gcc-4.7.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2.ebuild,v 1.2 2012/10/02 04:54:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2.ebuild,v 1.3 2012/10/03 19:58:29 zorry Exp $ PATCH_VER="1.1" UCLIBC_VER="1.0" # Hardened gcc 4 stuff -PIE_VER="0.5.3" +PIE_VER="0.5.4" SPECS_VER="0.2.0" SPECS_GCC_VER="4.4.3" # arch/libc configurations known to be stable with {PIE,SSP}-by-default |