diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-24 22:29:45 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-24 22:29:45 +0000 |
commit | 9b542c4282d19c360d39a28c12541fa7ed8a1e92 (patch) | |
tree | b0c0210cd3f4722598e7e3e06e5d0d5f3dcf5a50 /sys-devel | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-9b542c4282d19c360d39a28c12541fa7ed8a1e92.tar.gz gentoo-2-9b542c4282d19c360d39a28c12541fa7ed8a1e92.tar.bz2 gentoo-2-9b542c4282d19c360d39a28c12541fa7ed8a1e92.zip |
Stable on amd64 wrt security bug 134112
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 98ef64d4f344..8e87751a5c8e 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # 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.292 2007/06/24 18:12:22 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.293 2007/06/24 22:29:45 angelos Exp $ + + 24 Jun 2007; Christoph Mende <angelos@gentoo.org> binutils-2.17.ebuild: + Stable on amd64 wrt security bug 134112 24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> binutils-2.17.50.0.9.ebuild, binutils-2.17.50.0.10.ebuild, diff --git a/sys-devel/binutils/binutils-2.17.ebuild b/sys-devel/binutils/binutils-2.17.ebuild index a6689c05e14c..8005c812b549 100644 --- a/sys-devel/binutils/binutils-2.17.ebuild +++ b/sys-devel/binutils/binutils-2.17.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.ebuild,v 1.20 2007/06/18 02:48:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.ebuild,v 1.21 2007/06/24 22:29:45 angelos Exp $ PATCHVER="1.2" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-* alpha ~amd64 arm ~hppa ia64 mips ppc ppc64 sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="-* alpha amd64 arm ~hppa ia64 mips ppc ppc64 sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" |