Wednesday, January 31, 2018

UPDATE net/wget

Diff below brings net/wget to the latest version, which addresses:

- A major bug that caused GZip'ed pages to never be decompressed has
been fixed
- Support for Content-Encoding and Transfer-Encoding have been marked
as experimental and disabled by default
- Prevent erroneous decompression of .gz and .tgz files with broken
server
- Added support for HTTP 308 Permanent Redirect response
- Fix a segfault in some cases where the Content-Type header is not
sent
- Several minor bug fixes

Output make test:

# TOTAL: 93
# PASS: 84
# SKIP: 9
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
...
# TOTAL: 44
# PASS: 44
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0

--
Björn Ketelaars
GPG key: 0x4F0E5F21


diff --git Makefile Makefile
index b153454d731..fb757e361ab 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@

COMMENT = retrieve files from the web via HTTP, HTTPS and FTP

-DISTNAME = wget-1.19.2
+DISTNAME = wget-1.19.4
CATEGORIES = net

HOMEPAGE = https://www.gnu.org/software/wget/
diff --git distinfo distinfo
index 1739246e01f..3d027dcc684 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (wget-1.19.2.tar.gz) = T0pnO21GbvpQ+/unlr2EpGriTjcPpWLt5bIatTwRqSA=
-SIZE (wget-1.19.2.tar.gz) = 4349267
+SHA256 (wget-1.19.4.tar.gz) = k/uWsPSKIP9b4NnZ08SphrRpy4UxMfnV/kzJzsvItbU=
+SIZE (wget-1.19.4.tar.gz) = 4310657
diff --git patches/patch-doc_wget_texi patches/patch-doc_wget_texi
index 39ebc7e1a0e..4c35d92c6c4 100644
--- patches/patch-doc_wget_texi
+++ patches/patch-doc_wget_texi
@@ -2,7 +2,7 @@ $OpenBSD: patch-doc_wget_texi,v 1.13 2017/10/31 18:00:32 rsadowski Exp $
Index: doc/wget.texi
--- doc/wget.texi.orig
+++ doc/wget.texi
-@@ -191,7 +191,7 @@ gauge can be customized to your preferences.
+@@ -190,7 +190,7 @@ gauge can be customized to your preferences.
Most of the features are fully configurable, either through command line
options, or via the initialization file @file{.wgetrc} (@pxref{Startup
File}). Wget allows you to define @dfn{global} startup files
@@ -11,7 +11,7 @@ Index: doc/wget.texi
specify the location of a startup file with the --config option.
To disable the reading of config files, use --no-config.
If both --config and --no-config are given, --no-config is ignored.
-@@ -200,7 +200,7 @@ If both --config and --no-config are given, --no-confi
+@@ -199,7 +199,7 @@ If both --config and --no-config are given, --no-confi
@ignore
@c man begin FILES
@table @samp
@@ -20,7 +20,7 @@ Index: doc/wget.texi
Default location of the @dfn{global} startup file.

@item .wgetrc
-@@ -3143,9 +3143,8 @@ commands.
+@@ -3145,9 +3145,8 @@ commands.
@cindex location of wgetrc

When initializing, Wget will look for a @dfn{global} startup file,
@@ -32,7 +32,7 @@ Index: doc/wget.texi

Then it will look for the user's file. If the environmental variable
@code{WGETRC} is set, Wget will try to load that file. Failing that, no
-@@ -3155,7 +3154,7 @@ If @code{WGETRC} is not set, Wget will try to load @fi
+@@ -3157,7 +3156,7 @@ If @code{WGETRC} is not set, Wget will try to load @fi

The fact that user's settings are loaded after the system-wide ones
means that in case of collision user's wgetrc @emph{overrides} the

No comments:

Post a Comment