pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wget Update to 1.11.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a095c8d3ea74
branches:  trunk
changeset: 542973:a095c8d3ea74
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 30 13:44:43 2008 +0000

description:
Update to 1.11.3:

* Changes in Wget 1.11.3

** Downgraded -N with -O to a warning, rather than an error.

* Changes in Wget 1.11.2

** Fixed a problem in authenticating over HTTPS through a proxy.
(Regression in 1.11 over 1.10.2.)

** The combination of -r or -p with -O, which was disallowed in 1.11,
has been downgraded to a warning in 1.11.2. (-O and -N, which was never
meaningful, is still an error.)

** Further improvements to progress bar displays in non-English locales
(too many spaces could be inserted, causing the display to scroll).

** Successive invocations of Wget on FTP URLS, with --no-remove-listing
and --continue, was causing Wget to append, rather than replace,
information in the .listing file, and thereby download the same files
multiple times. This has been fixed in 1.11.2.

** Wget 1.11 no longer allowed ".." to persist at the beginning of URLs,
for improved conformance with RFC 3986. However, this behavior presents
problems for some FTP setups, and so they are now preserved again, for
FTP URLs only.

diffstat:

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

diffs (25 lines):

diff -r a0a1c601ad42 -r a095c8d3ea74 net/wget/Makefile
--- a/net/wget/Makefile Fri May 30 13:42:33 2008 +0000
+++ b/net/wget/Makefile Fri May 30 13:44:43 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2008/04/08 11:36:04 obache Exp $
+# $NetBSD: Makefile,v 1.98 2008/05/30 13:44:43 wiz Exp $
 
-DISTNAME=      wget-1.11.1
+DISTNAME=      wget-1.11.3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=wget/}
 
diff -r a0a1c601ad42 -r a095c8d3ea74 net/wget/distinfo
--- a/net/wget/distinfo Fri May 30 13:42:33 2008 +0000
+++ b/net/wget/distinfo Fri May 30 13:44:43 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2008/04/08 11:36:04 obache Exp $
+$NetBSD: distinfo,v 1.32 2008/05/30 13:44:43 wiz Exp $
 
-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
+SHA1 (wget-1.11.3.tar.gz) = 52e7ffb5226b89a8201db69d8c0a787ae14041fe
+RMD160 (wget-1.11.3.tar.gz) = 83d6785d975a5dd950ad96526effc1c0fa3cb771
+Size (wget-1.11.3.tar.gz) = 1395836 bytes



Home | Main Index | Thread Index | Old Index