diff options
author | obache <obache@pkgsrc.org> | 2008-04-08 11:36:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-08 11:36:04 +0000 |
commit | d27ba0548ec5dde43917555adad927a7a7290ed5 (patch) | |
tree | 55314f7fb732e3a1da245d97b1ed9837312a72d6 /net/wget | |
parent | 618fb4c67a7a6968305d4b9025375a91fd394bcb (diff) | |
download | pkgsrc-d27ba0548ec5dde43917555adad927a7a7290ed5.tar.gz |
Update wget to 1.11.1.
* Changes in Wget 1.11.1.
** Interrupted downloads no longer result in renaming the file
(regression in 1.11 over 1.10.2).
** Progress bar now displays correctly in non-English locales (and a
related assertion failure was fixed).
** Wget no longer issues a GET request over HTTP for files it should
know it's not going to download (regression in 1.11 over 1.10.2).
** Added option --auth-no-challenge, to support broken pre-1.11
authentication-before-server-challenge, which turns out to still be
useful for some limited cases.
** Documentation of accept/reject lists in the manual's "Types of
Files" section now explains various aspects of their behavior that may
be surprising, and notes that they may change in the future.
** Documentation of --no-parents now explains how a trailing slash, or
lack thereof, in the specified URL, will affect behavior.
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 4 | ||||
-rw-r--r-- | net/wget/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 7ee2a541f46..daa313b449d 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.96 2008/02/04 12:58:19 obache Exp $ +# $NetBSD: Makefile,v 1.97 2008/04/08 11:36:04 obache Exp $ -DISTNAME= wget-1.11 +DISTNAME= wget-1.11.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} diff --git a/net/wget/distinfo b/net/wget/distinfo index 4f9978f33d8..0ecff2e61e0 100644 --- a/net/wget/distinfo +++ b/net/wget/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2008/02/04 12:58:20 obache Exp $ +$NetBSD: distinfo,v 1.31 2008/04/08 11:36:04 obache Exp $ -SHA1 (wget-1.11.tar.gz) = 63a449a7ad0db0b72a7ff9dc9536d8af859fde40 -RMD160 (wget-1.11.tar.gz) = 2d0216e84a8aa124f7e624a61e7095ee8008b8d8 -Size (wget-1.11.tar.gz) = 1444738 bytes +SHA1 (wget-1.11.1.tar.gz) = 49d3c371b0aca8e73a9da78cde3552df4bc1a305 +RMD160 (wget-1.11.1.tar.gz) = baf2401bbd39301206bae697a27c667879871e6f +Size (wget-1.11.1.tar.gz) = 1458701 bytes |