pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wget Update wget to 1.11.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cf4ba35ee2c
branches:  trunk
changeset: 540846:3cf4ba35ee2c
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Apr 08 11:36:04 2008 +0000

description:
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:

 net/wget/Makefile |  4 ++--
 net/wget/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r e29cc2d0c20f -r 3cf4ba35ee2c net/wget/Makefile
--- a/net/wget/Makefile Tue Apr 08 10:35:24 2008 +0000
+++ b/net/wget/Makefile Tue Apr 08 11:36:04 2008 +0000
@@ -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 -r e29cc2d0c20f -r 3cf4ba35ee2c net/wget/distinfo
--- a/net/wget/distinfo Tue Apr 08 10:35:24 2008 +0000
+++ b/net/wget/distinfo Tue Apr 08 11:36:04 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index