GNU Wget - News: GNU wget 1.18 released
Latest News
GNU Wget 1.24.5 Released posted by darnir, Fri 29 Mar 2024 11:28:08 AM UTC
GNU Wget 1.21.1 Released posted by darnir, Sat 09 Jan 2021 10:36:13 AM UTC
GNU Wget 1.21 Released posted by darnir, Sat 09 Jan 2021 10:34:43 AM UTC
GNU Wget 1.20 Released posted by darnir, Fri 30 Nov 2018 12:14:38 AM UTC
GNU wget 1.18 released posted by gscrivano, Thu 09 Jun 2016 04:33:15 PM UTC
GNU wget 1.18 released
Item posted by Giuseppe Scrivano <gscrivano> on Thu 09 Jun 2016 04:33:15 PM UTC.
Noteworthy changes
- By default, on server redirects to a FTP resource, use the original URL to get the local file name. Close CVE-2016-4971. This introduces a backward-incompatibility for HTTP->FTP redirects and
any script that relies on the old behaviour must use --trust-server-names.
- Check the HSTS file is not world-writable before using it.
- Parse <img srcset> attributes on a recursive download.
- Fix problem with SNI server names having trailing dot(s)
- New options --bind-dns-address and --dns-servers.
- When Wget is built with libiconv, it now converts non-ASCII URIs to the locale's codeset when it creates files. The encoding of the remote files and URIs is taken from --remote-encoding, defaulting to UTF-8. The result is that non-ASCII URIs and files downloaded via HTTP/HTTPS and FTP will have names on the local filesystem that correspond to their remote names.
Powered by Savane 3.13-5190.
Corresponding source code