diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-10-15 05:42:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-10-15 05:42:04 +0000 |
commit | 62a12800eef217a6906f483f76b59e18384b2b6b (patch) | |
tree | 2eb13e16a122e2ea378d60db107c2d5ff64cdea2 /net-misc/wget | |
parent | add patch to fix up the problems gcc 3.3.1 has with the configure script. (bu... (diff) | |
download | historical-62a12800eef217a6906f483f76b59e18384b2b6b.tar.gz historical-62a12800eef217a6906f483f76b59e18384b2b6b.tar.bz2 historical-62a12800eef217a6906f483f76b59e18384b2b6b.zip |
2gig file limit failure fix
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 13 | ||||
-rw-r--r-- | net-misc/wget/Manifest | 6 |
2 files changed, 15 insertions, 4 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 8dffefa8ab7c..2d6e55766b7a 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,8 +1,17 @@ # ChangeLog for net-misc/wget # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.16 2003/07/06 09:13:30 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.17 2003/10/15 05:42:04 seemant Exp $ + +*wget-1.8.2-r3 (14 Oct 2003) + + 14 Oct 2003; Seemant Kulleen <seemant@gentoo.org> wget-1.8.2-r2.ebuild, + wget-1.8.2-r3.ebuild, files/wget-1.8.2-2Glimit.diff, + files/wget-1.8.2-gentoo.diff, files/wget-1.8.2-r2-gentoo.diff: + Added debian's patch to let wget download files larger than 2G. Ciaranm in + #gentoo/#gentoo-sparc found the patch at: + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=137989 . This closes bug + #30985 by katerina <kllba@operamail.com> - *wget-1.8.2-r2 (20 Dec 2002) 06 Jul 2003; Joshua Kinard <kumba@gentoo.org> wget-1.8.2-r2.ebuild: diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest index 78a5726efc07..1e26f37d3d18 100644 --- a/net-misc/wget/Manifest +++ b/net-misc/wget/Manifest @@ -1,4 +1,6 @@ -MD5 ec0f3c6e845d556e660d84d013c0ebcf ChangeLog 2641 +MD5 694ea242c7818917f16518d35780d3aa wget-1.8.2-r3.ebuild 1845 MD5 694ea242c7818917f16518d35780d3aa wget-1.8.2-r2.ebuild 1845 -MD5 28f004e72194fae0e65365e48b867c83 files/digest-wget-1.8.2-r2 221 +MD5 ec0f3c6e845d556e660d84d013c0ebcf ChangeLog 2641 MD5 987b30c931a50d2dc02a905c29f84821 files/wget-1.8.2-r2-gentoo.diff 1549 +MD5 28f004e72194fae0e65365e48b867c83 files/digest-wget-1.8.2-r2 221 +MD5 28f004e72194fae0e65365e48b867c83 files/digest-wget-1.8.2-r3 221 |