diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:22 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:22 +0900 |
commit | dfd19f19c019e044f97e46081a6960614c0cf3f9 (patch) | |
tree | 51235119408ad6039f4a12286aba64e25176254b /NEWS | |
parent | be7885cb38b145fc4361200b3351fc2c79e35f3c (diff) | |
download | wget-dfd19f19c019e044f97e46081a6960614c0cf3f9.tar.gz wget-dfd19f19c019e044f97e46081a6960614c0cf3f9.tar.bz2 wget-dfd19f19c019e044f97e46081a6960614c0cf3f9.zip |
Imported Upstream version 1.19.5upstream/1.19.5
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -5,6 +5,25 @@ See the end for copying conditions. Please send GNU Wget bug reports to <bug-wget@gnu.org>. +* 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 |