diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-09-04 01:42:04 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-09-04 01:42:04 +0000 |
commit | 61f74128501f63f271e5a9bfd7376aa28adc2d4f (patch) | |
tree | 3f37b48f4ea72cbe7d1458e1a52229cc7d027c8a /net-misc/wget | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-61f74128501f63f271e5a9bfd7376aa28adc2d4f.tar.gz gentoo-2-61f74128501f63f271e5a9bfd7376aa28adc2d4f.tar.bz2 gentoo-2-61f74128501f63f271e5a9bfd7376aa28adc2d4f.zip |
x86 stable wrt security bug #329941
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.12-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 1f945046d5a0..b5af38ecfb0f 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.124 2010/08/22 18:00:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.125 2010/09/04 01:42:04 phajdan.jr Exp $ + + 04 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> wget-1.12-r2.ebuild: + x86 stable wrt security bug #329941 22 Aug 2010; Mike Frysinger <vapier@gentoo.org> wget-1.12-r2.ebuild, files/wget-1.12-CVE-2010-2252.patch: diff --git a/net-misc/wget/wget-1.12-r2.ebuild b/net-misc/wget/wget-1.12-r2.ebuild index 0287d2d44249..579c520d35b6 100644 --- a/net-misc/wget/wget-1.12-r2.ebuild +++ b/net-misc/wget/wget-1.12-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.12-r2.ebuild,v 1.2 2010/08/22 18:00:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.12-r2.ebuild,v 1.3 2010/09/04 01:42:04 phajdan.jr Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="debug idn ipv6 nls ntlm +ssl static" RDEPEND="idn? ( net-dns/libidn ) |