diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2007-07-01 20:06:04 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2007-07-01 20:06:04 +0000 |
commit | c8a88861625b6df2092d99a806025d75d74c99fa (patch) | |
tree | 08051d21f44de2c2abdf1925d64d25140f853e69 /sys-devel | |
parent | x86 stable wrt #183290 (diff) | |
download | gentoo-2-c8a88861625b6df2092d99a806025d75d74c99fa.tar.gz gentoo-2-c8a88861625b6df2092d99a806025d75d74c99fa.tar.bz2 gentoo-2-c8a88861625b6df2092d99a806025d75d74c99fa.zip |
Stable on alpha. This fixes the compilation error (CFI related) when compiling glibc. Details in bug #179353
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.50.0.16.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 012e314d2602..1cb21c8e175f 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.294 2007/06/25 07:43:30 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.295 2007/07/01 20:06:04 yoswink Exp $ + + 01 Jul 2007; Jose Luis Rivero <yoswink@gentoo.org> + binutils-2.17.50.0.16.ebuild: + Stable on alpha. This fixes the compilation error (CFI related) when + compiling glibc. Details in bug #179353 25 Jun 2007; Christian Faulhammer <opfer@gentoo.org> binutils-2.17.ebuild: stable x86, security bug 134112 diff --git a/sys-devel/binutils/binutils-2.17.50.0.16.ebuild b/sys-devel/binutils/binutils-2.17.50.0.16.ebuild index 30e3102ce03f..a03d3b4614c2 100644 --- a/sys-devel/binutils/binutils-2.17.50.0.16.ebuild +++ b/sys-devel/binutils/binutils-2.17.50.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.16.ebuild,v 1.2 2007/05/14 17:59:18 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.16.ebuild,v 1.3 2007/07/01 20:06:04 yoswink Exp $ PATCHVER="1.0" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-* ~alpha" +KEYWORDS="-* alpha" |