diff options
author | wiz <wiz@pkgsrc.org> | 2018-05-07 06:48:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-05-07 06:48:39 +0000 |
commit | f6736295407f46177e9cc1d90888a78c7e9f1ec3 (patch) | |
tree | c4b61b3d276a24fc43b2fda813061fe0c47222ca /net/wget | |
parent | 21f593bd4f6ee5b2dfe081f38fbd9a5b443556b4 (diff) | |
download | pkgsrc-f6736295407f46177e9cc1d90888a78c7e9f1ec3.tar.gz |
wget: update to 1.19.5.
* Changes in Wget 1.19.5
* Fix cookie injection (CVE-2018-0494)
* Enable TLS1.3 with recent OpenSSL environment
* New option --ciphers to set GnuTLS / OpenSSL ciphers directly
* Updated CSS grammar to CSS 2.2
* Fixed several memleaks found by OSS-Fuzz
* Fixed several buffer overflows found by OSS-Fuzz
* Fixed several integer overflows found by OSS-Fuzz
* Several minor bug fixes
* Changes in Wget 1.19.4
* 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
* Changes in Wget 1.19.3
* Prevent erroneous decompression of .gz and .tgz files with broken servers
* Added support for HTTP 308 Permanent Redirect response
* Fix a segfault in some cases where the Content-Type header is not sent
* Support OpenSSL 1.1 builds without using deprecated features
* Fix netrc file detection on Windows
* Several minor bug fixes
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 5 | ||||
-rw-r--r-- | net/wget/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 844f59a759a..d4455db2958 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.139 2018/04/17 22:29:47 wiz Exp $ +# $NetBSD: Makefile,v 1.140 2018/05/07 06:48:39 wiz Exp $ -DISTNAME= wget-1.19.2 -PKGREVISION= 1 +DISTNAME= wget-1.19.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} EXTRACT_SUFX= .tar.lz diff --git a/net/wget/distinfo b/net/wget/distinfo index 19963f3f83d..ac98fcc95df 100644 --- a/net/wget/distinfo +++ b/net/wget/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.56 2017/11/23 16:03:29 wiz Exp $ +$NetBSD: distinfo,v 1.57 2018/05/07 06:48:39 wiz Exp $ -SHA1 (wget-1.19.2.tar.lz) = 262ddadec85b7836e2f724a4f3e47797a063f772 -RMD160 (wget-1.19.2.tar.lz) = a304bb50b388eaeeb23f4222d38fb45acc75bd5a -SHA512 (wget-1.19.2.tar.lz) = ed99ca6cc58a6a9001326d1081c4110ff9732a11b0b2c129ef4e9719aab029087276bfce9fb38c0d56c19054f5417b37d712098b2ec9e814e68a68f9a5b48cec -Size (wget-1.19.2.tar.lz) = 2152055 bytes +SHA1 (wget-1.19.5.tar.lz) = a28bbdfdee0d68271165b7e965fa5b9742ab65e8 +RMD160 (wget-1.19.5.tar.lz) = 8da0bc988f14e340d00c02b589b86f454cb8cb04 +SHA512 (wget-1.19.5.tar.lz) = 4cab6aa9ea7153230ed763f20d220c1184b6ac305a0eb74352f5e8aab2964ea57e5f4ea925b4b9d9a1acccc17d5747a0a2c01633765fe618828c0cddc3f16bb2 +Size (wget-1.19.5.tar.lz) = 2204066 bytes SHA1 (patch-doc_wget.texi) = 6db25b3500ff4617b5ade34d9013b1f9876104f8 |