We are pleased to announce the release of GNU Wget 1.21.2 GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP(S), and FTP(S) protocols, as well as retrieval through HTTP proxies.
This is a minor bugfix release. Many thanks to everyone who contributed to this release: Darshit Shah Josef Moellers Michal Ruprich Nekun Nils Shamil Gumirov Tim Rühsen Vincent Lefevre WB jmoellers jrharri...@gmail.com ======================================================================= Here are the compressed sources: https://ftpmirror.gnu.org/wget/wget-1.21.2.tar.gz (4.8MB) https://ftpmirror.gnu.org/wget/wget-1.21.2.tar.lz (2.3MB) Here are the GPG detached signatures[*]: https://ftpmirror.gnu.org/wget/wget-1.21.2.tar.gz.sig https://ftpmirror.gnu.org/wget/wget-1.21.2.tar.lz.sig Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html Here are the SHA1 and SHA256 checksums: 1a0f9beb9d34b41fd214e1c8ddcd58704c72acec wget-1.21.2.tar.gz 5tTHa+gsZ23X6MYaKbKshRCuEIqBC10dGPyaHSyaJJc wget-1.21.2.tar.gz 4255d97b9067cf91e5c1439520857cdaa6460fc6 wget-1.21.2.tar.lz FyejMKhqyss+V2Fc4mj18pl4v3rexKvmow03Age8kbM wget-1.21.2.tar.lz The SHA256 checksum is base64 encoded, instead of the hexadecimal encoding that most checksum tools default to. [*] Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify wget-1.21.2.tar.gz.sig If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys 64FF90AAE8C70AF9 and rerun the 'gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.71 Automake 1.16.4 Gnulib v0.1-4904-g394dde1b2 NEWS * Noteworthy changes in release 1.21.2 (2021-09-07) ** Support for autoconf 2.71 ** Fix a double free in FTP when using an absolute path ** Release tarballs no longer have a dependency on Python. ** --page-requisites will now also download links marked as "alternate stylesheet" or "icon" -- If you have a working or partly working program that you'd like to offer to the GNU project as a GNU package, see https://www.gnu.org/help/evaluation.html.