summaryrefslogtreecommitdiff
path: root/net/wget
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-05-30 13:44:43 +0000
committerwiz <wiz@pkgsrc.org>2008-05-30 13:44:43 +0000
commite63a0d48d85b50eb16af5979d7cbd73c1be17832 (patch)
tree86b47d2d683079b9e0913a1c77c57b6979b875ef /net/wget
parentaba80fb37bda295dfb6fdfa652fd64c1b9ef432f (diff)
downloadpkgsrc-e63a0d48d85b50eb16af5979d7cbd73c1be17832.tar.gz
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 (limited to 'net/wget')
-rw-r--r--net/wget/Makefile4
-rw-r--r--net/wget/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index daa313b449d..15f7443101f 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -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 --git a/net/wget/distinfo b/net/wget/distinfo
index 0ecff2e61e0..fbf8fbcaede 100644
--- a/net/wget/distinfo
+++ b/net/wget/distinfo
@@ -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