summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-10-19 04:02:27 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-10-19 04:02:27 +0000
commitce90283d9b13053353de628bc36feb1b78a19c56 (patch)
tree78ae9a7ab1c8d7b59db1f58356ff6857ff4d4bcb /net-misc/wget
parentmove lua to global (diff)
downloadhistorical-ce90283d9b13053353de628bc36feb1b78a19c56.tar.gz
historical-ce90283d9b13053353de628bc36feb1b78a19c56.tar.bz2
historical-ce90283d9b13053353de628bc36feb1b78a19c56.zip
Stable on x86, security bug #109097.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'net-misc/wget')
-rw-r--r--net-misc/wget/ChangeLog5
-rw-r--r--net-misc/wget/Manifest14
-rw-r--r--net-misc/wget/wget-1.10.2.ebuild4
3 files changed, 18 insertions, 5 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog
index 150540adad73..383c0dc01dc8 100644
--- a/net-misc/wget/ChangeLog
+++ b/net-misc/wget/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wget
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.74 2005/10/13 13:34:14 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.75 2005/10/19 04:02:27 ticho Exp $
+
+ 19 Oct 2005; Andrej Kacian <ticho@gentoo.org> wget-1.10.2.ebuild:
+ Stable on x86, security bug #109097.
*wget-1.10.2 (13 Oct 2005)
diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest
index 1e970d4e6b68..39be93799572 100644
--- a/net-misc/wget/Manifest
+++ b/net-misc/wget/Manifest
@@ -1,7 +1,17 @@
-MD5 f2a6fefaa0731c900573bbe81f16cf1b ChangeLog 12436
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 795f24819ed265cef72a91c3c7a0ddc6 ChangeLog 12542
MD5 7a36e0deda24735775c38e0d2a84a122 files/digest-wget-1.10.2 137
MD5 9da83719265c58f22ba93bcb2e8d299f files/digest-wget-1.9.1-r5 136
MD5 8e4630728c37bc391e699cd91c848d5f files/wgetrc-ipv6 54
MD5 bc1353abf3bc2339ee85980675343fdf metadata.xml 252
-MD5 b427211f2be4f82c2a8153782099ee7e wget-1.10.2.ebuild 1843
+MD5 e71b36bf441d53a0dc9409eb9d17433a wget-1.10.2.ebuild 1840
MD5 420bb5bbf1253af5fd8dc56a60f6f092 wget-1.9.1-r5.ebuild 1613
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDVcWBQlM6RnzZP+IRAmuEAJ0dLJhRm4n9II39qBARL/W51CiyrwCgvqa1
+jvtme42gXUXb2DSk1OSm8Ow=
+=RM4F
+-----END PGP SIGNATURE-----
diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild
index 1fc9bb3009a8..eddd2082b4ed 100644
--- a/net-misc/wget/wget-1.10.2.ebuild
+++ b/net-misc/wget/wget-1.10.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.1 2005/10/13 13:34:14 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.2 2005/10/19 04:02:27 ticho Exp $
inherit eutils flag-o-matic
@@ -15,7 +15,7 @@ SRC_URI="http://dev.gentoo.org/~seemant/distfiles/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc x86"
IUSE="build debug ipv6 nls socks5 ssl static"
RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )