pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wget
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 7 06:48:39 UTC 2018
Modified Files:
pkgsrc/net/wget: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/net/wget/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/wget/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/wget/Makefile
diff -u pkgsrc/net/wget/Makefile:1.139 pkgsrc/net/wget/Makefile:1.140
--- pkgsrc/net/wget/Makefile:1.139 Tue Apr 17 22:29:47 2018
+++ pkgsrc/net/wget/Makefile Mon May 7 06:48:39 2018
@@ -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
Index: pkgsrc/net/wget/distinfo
diff -u pkgsrc/net/wget/distinfo:1.56 pkgsrc/net/wget/distinfo:1.57
--- pkgsrc/net/wget/distinfo:1.56 Thu Nov 23 16:03:29 2017
+++ pkgsrc/net/wget/distinfo Mon May 7 06:48:39 2018
@@ -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