diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-16 11:39:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-16 11:39:00 +0000 |
commit | 41b7dd1e72660c6398b8c44977837f5befc134c3 (patch) | |
tree | 1f94e144c9645551aafb8cbdc2aa6c57845b5338 /net/wget/distinfo | |
parent | 041925f0c5a327ec8c4259d41f8d2eaf09e0aabc (diff) | |
download | pkgsrc-41b7dd1e72660c6398b8c44977837f5befc134c3.tar.gz |
Update to 1.8.2, with the recently discovered security problem
already fixed (patches from RedHat RPM).
Note: this package does not support IPv6 any longer, since no
updated IPv6 patch for wget-1.8.2 exists (to my knowledge).
The next major wget release is expected to contain IPv6 support.
Uservisible changes since 1.7:
** A new progress indicator is now available and used by default.
You can choose the progress bar type with `--progress=TYPE'. Two
types are available, "bar" (the new default), and "dot" (the old
dotted indicator). You can permanently revert to the old progress
indicator by putting `progress = dot' in your `.wgetrc'.
** You can limit the download rate of the retrieval using the
`--limit-rate' option. For example, `wget --limit-rate=15k URL' will
tell Wget not to download the body of the URL faster than 15 kilobytes
per second.
** Recursive retrieval and link conversion have been revamped:
*** Wget now traverses links breadth-first. This makes the
calculation of depth much more reliable than before. Also, recursive
downloads are faster and consume *significantly* less memory than
before.
*** Links are converted only when the entire retrieval is complete.
This is the only safe thing to do, as only then is it known what URLs
have been downloaded.
*** BASE tags are handled correctly when converting links. Since Wget
already resolves <base href="..."> when resolving handling URLs, link
conversion now makes the BASE tags point to an empty string.
*** HTML anchors are now handled correctly. Links to an anchor in the
same document (<a href="#anchorname">), which used to confuse Wget,
are now converted correctly.
*** When in page-requisites (-p) mode, no-parent (-np) is ignored when
retrieving for inline images, stylesheets, and other documents needed
to display the page.
*** Page-requisites (-p) mode now works with frames. In other words,
`wget -p URL-THAT-USES-FRAMES' will now download the frame HTML files,
and all the files that they need to be displayed properly.
** `--base' now works conjunction with `--input-file', providing a
base for each URL and thereby allowing the URLs in the file to be
relative.
** If a host has more than one IP address, Wget uses the other
addresses when accessing the first one fails.
** Host directories now contain port information if the URL is at a
non-standard port.
** Wget now supports the robots.txt directives specified in
<http://www.robotstxt.org/wc/norobots-rfc.txt>.
** URL parser has been fixed, especially the infamous overzealous
quoting. Wget no longer dequotes reserved characters, e.g. `%3F' is
no longer translated to `?', nor `%2B' to `+'. Unsafe characters
which are not reserved are still escaped, of course.
** No more than 20 successive redirections are allowed.
Diffstat (limited to 'net/wget/distinfo')
-rw-r--r-- | net/wget/distinfo | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/net/wget/distinfo b/net/wget/distinfo index 119ce822033..db8e1d28d11 100644 --- a/net/wget/distinfo +++ b/net/wget/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.14 2002/12/01 01:04:03 grant Exp $ +$NetBSD: distinfo,v 1.15 2002/12/16 11:39:01 wiz Exp $ -SHA1 (wget-1.7.tar.gz) = b44118972c11a410b81ad3d306861b370071e611 -Size (wget-1.7.tar.gz) = 945138 bytes -SHA1 (wget-17-v6-20010716a.diff.gz) = 02ddc575dc2cd33b38a2b111662198b77ef67491 -Size (wget-17-v6-20010716a.diff.gz) = 49827 bytes -SHA1 (patch-ad) = 8994c291eb3e06c87a6c83dfc2b02fbf9f318c34 -SHA1 (patch-ae) = 1400b747cb0b2cd4311e566941cbc8ff3e59c76d -SHA1 (patch-af) = 99947fe7a56611cd0c949ddd7736971e96627731 -SHA1 (patch-ag) = 76f6bee3384e99375ea1249bfd054f904d5b9750 +SHA1 (wget-1.8.2.tar.gz) = cb14189c47f281b33fd1ef37c4c8df39250fa7d5 +Size (wget-1.8.2.tar.gz) = 1154648 bytes +SHA1 (patch-ac) = c1dc89799a58775709fd7b7abe0dc1b46ca62d89 +SHA1 (patch-ad) = ecd764d96e1d0646ab0b6dbce5b2aad606979d43 +SHA1 (patch-ae) = 200b93efcbea69292dd62559a90116c379aa6e0d +SHA1 (patch-af) = 3921360a2986004063ded15f9eaa5a6290a54bfc +SHA1 (patch-ag) = ea1e64523b8a6dcf5976840863ca995a7d4c755b |