pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wget wget: update to 1.19.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ed5f8b318a9
branches:  trunk
changeset: 307460:6ed5f8b318a9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 07 06:48:39 2018 +0000
description:
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:

 net/wget/Makefile |   5 ++---
 net/wget/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 9e49f9f5a25d -r 6ed5f8b318a9 net/wget/Makefile
--- a/net/wget/Makefile Mon May 07 04:58:01 2018 +0000
+++ b/net/wget/Makefile Mon May 07 06:48:39 2018 +0000
@@ -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 -r 9e49f9f5a25d -r 6ed5f8b318a9 net/wget/distinfo
--- a/net/wget/distinfo Mon May 07 04:58:01 2018 +0000
+++ b/net/wget/distinfo Mon May 07 06:48:39 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index