Changelog for
wget-1.21.4-3.1.i586.rpm :
* Tue Feb 20 2024 Dominique Leuenberger
- Use %patch -P N instead of deprecated %patchN.
* Mon Jun 12 2023 Dominique Leuenberger - Update wget-libproxy.patch: ensure to properly use libproxy cflags from pkg-config. Fixes build against libproxy 0.5.
* Tue May 16 2023 Andreas Stieger - GNU wget 1.21.4:
* Document --retry-on-host-error in help text
* Increase read buffer size to 64k. This should speed up downloads on gigabit and faster connections
* Update deprecated option \'--html-extension\' to \'--adjust-extension\' in documentation
* Sat Feb 26 2022 Andreas Stieger - GNU wget 1.21.3:
* Fix computation of total bytes downloaded during FTP transfers
* Add option to select TLS 1.3 on the command line
* Fix HSTS build issues on some 64-bit big-endian systems
* Hide password during status report in --no-verbose
* Remove a sprurious print statement that showed up even during - -quiet
* Sat Sep 18 2021 Andreas Stieger - GNU wget 1.21.2:
* Support for autoconf 2.71
* Fix a double free in FTP when using an absolute path
* --page-requisites will now also download links marked as \"alternate stylesheet\" or \"icon\"- drop 0001-src-main.c-Introduce-truncate_filename-option.patch superseded by upstream changes
* Mon May 10 2021 Josef Möllers - When running recursively, wget will verify the length of the whole URL when saving the files. This will make it overwrite files with truncated names, throwing the \"The name is too long, ... trying to shorten\" messages. The patch moves the length check code to a separate function and call it from the append_dir_structure() for each path element. [ bsc#1181173, 0001-src-main.c-Introduce-truncate_filename-option.patch]
* Mon May 10 2021 Josef Möllers - If wget for an http URL is redirected to a different site (hostname parts of URLs differ), then any \"Authenticate\" and \"Cookie\" header entries are discarded. [bsc#1175551, wget-do-not-propagate-credentials.patch]
* Sun Jan 24 2021 Dirk Müller - update to 1.21.1:
* Fix compilation on MacOS and Solaris 9
* Resove bashism from configure.ac
* Fix a compilation warning on 32-bit systems- remove-env-from-shebang.patch: refresh
* Sat Jan 02 2021 Andreas Stieger - GNU wget 1.21:
* Improve the number of translated strings
* Remove all uses of alloca
* Fix buffer overflows in progress bar code in some locales
* Fix two null pointer accesses
* Amend cookie file header to be recognized by the \'file\' command
* Post Handshake Authentication for OpenSSL- drop obsolete texinfo packaging macros
* Thu Mar 12 2020 Paolo Stivanin - split lang files into separate lang package- add remove-env-from-shebang.patch