diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-03-03 14:06:49 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-03-03 14:06:49 +0000 |
commit | 4916b27f865966726312f0eafa43ab10081137a6 (patch) | |
tree | 37dbfb8b8fd2c0cec66c4fb83ce96337403eb28f /sys-apps/iproute2 | |
parent | Version bump for bug #169098. (diff) | |
download | gentoo-2-4916b27f865966726312f0eafa43ab10081137a6.tar.gz gentoo-2-4916b27f865966726312f0eafa43ab10081137a6.tar.bz2 gentoo-2-4916b27f865966726312f0eafa43ab10081137a6.zip |
amd64 stable, security bug 166801
(Portage version: 2.1.2-r13)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.19.20061214.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index d9b3d4bcf042..c0715b304049 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.78 2007/02/27 18:57:44 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.79 2007/03/03 14:06:49 beandog Exp $ + + 03 Mar 2007; Steve Dibb <beandog@gentoo.org> + iproute2-2.6.19.20061214.ebuild: + amd64 stable, security bug 166801 27 Feb 2007; Tobias Scherbaum <dertobi123@gentoo.org> iproute2-2.6.19.20061214.ebuild: diff --git a/sys-apps/iproute2/iproute2-2.6.19.20061214.ebuild b/sys-apps/iproute2/iproute2-2.6.19.20061214.ebuild index 637fafe48184..d11e46ea2203 100644 --- a/sys-apps/iproute2/iproute2-2.6.19.20061214.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.19.20061214.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-apps/iproute2/iproute2-2.6.19.20061214.ebuild,v 1.5 2007/02/27 18:57:44 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.19.20061214.ebuild,v 1.6 2007/03/03 14:06:49 beandog Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://developer.osdl.org/dev/iproute2/download/${PN}-${MY_PV}-${SNAP}. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86" IUSE="atm berkdb minimal" RDEPEND="!minimal? ( berkdb? ( sys-libs/db ) ) |