diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-10-19 06:04:27 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-10-19 06:04:27 +0000 |
commit | fcdfeb21298527c568d0b476f39ebf9083520819 (patch) | |
tree | 0ad1c5805d991479ee38eb33da14ca83656237bd | |
parent | stable on x86 (diff) | |
download | historical-fcdfeb21298527c568d0b476f39ebf9083520819.tar.gz historical-fcdfeb21298527c568d0b476f39ebf9083520819.tar.bz2 historical-fcdfeb21298527c568d0b476f39ebf9083520819.zip |
Stable on hppa. See bug #109097.
Package-Manager: portage-2.0.51.22-r3
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/Manifest | 20 | ||||
-rw-r--r-- | net-misc/wget/wget-1.10.2.ebuild | 4 |
3 files changed, 11 insertions, 18 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 383c0dc01dc8..b617b5fa5c42 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.75 2005/10/19 04:02:27 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.76 2005/10/19 06:04:27 killerfox Exp $ + + 19 Oct 2005; Rene Nussbaumer <killerfox@gentoo.org> wget-1.10.2.ebuild: + Stable on hppa. See bug #109097. 19 Oct 2005; Andrej Kacian <ticho@gentoo.org> wget-1.10.2.ebuild: Stable on x86, security bug #109097. diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest index 39be93799572..e770f895af90 100644 --- a/net-misc/wget/Manifest +++ b/net-misc/wget/Manifest @@ -1,17 +1,7 @@ ------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 b4cfac5755cd7222a1d7dfcf81c17717 ChangeLog 12656 MD5 bc1353abf3bc2339ee85980675343fdf metadata.xml 252 -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----- +MD5 446caef0841d2bf8f44d8a39004fa243 wget-1.10.2.ebuild 1843 +MD5 8e4630728c37bc391e699cd91c848d5f files/wgetrc-ipv6 54 +MD5 9da83719265c58f22ba93bcb2e8d299f files/digest-wget-1.9.1-r5 136 +MD5 7a36e0deda24735775c38e0d2a84a122 files/digest-wget-1.10.2 137 diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild index eddd2082b4ed..c07892b5857d 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.2 2005/10/19 04:02:27 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.3 2005/10/19 06:04:27 killerfox 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 ) |