Package Release Info

wget2-2.2.1-bp160.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libwget4
wget2
wget2-devel

Change Logs

Version: 2.2.1-bp156.2.3.1
* Wed Jan 07 2026 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.2.1
  * Fix file overwrite issue with metalink [CVE-2025-69194]
  * Fix remote buffer overflow in get_local_filename_real()
    [CVE-2025-69195]
  * Fix a redirect/mirror regression from 400713ca
  * Use the local system timestamp when requested via
  - -no-use-server-timestamps
  * Prevent file truncation with --no-clobber
  * Improve messages about why URLs are not being followed
  * Fix metalink with -O/--output-document
  * Fix sorting of metalink mirrors by priority
  * Add --show-progress to improve backwards compatibility to wget
  * Fix buffer overflow in wget_iri_clone() after
    wget_iri_set_scheme()
  * Allow 'no_' prefix in config options
  * Use libnghttp2 for HTTP/2 testing
  * Set exit status to 8 on 403 response code
  * Fix convert-links
  * Fix --server-response for HTTP/1.1
* Tue Dec 30 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.2.0
  * Don't truncate file when -c and -O are combined
  * Don't log URI userinfo to logs
  * Fix downloading multiple files via HTTP/2
  * Support connecting with HTTP/1.0 proxies
  * Ignore 1xx HTTP responses for HTTP/1.1
  * Disable TCP Fast Open by default
  * Fix segfault when OCSP response is missing
  * Add libproxy support
Version: 2.1.0-bp156.1.4
* Fri Sep 01 2023 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.1.0
  * New option --follow-sitemaps
  * New option --dane (cert validation via DNS)
  * Implement --check-certificate=quiet
  * Support proxies on non-default ports
  * Added CIDR support for no_proxy (IPv4 and IPv6)
  * Add decoding of numeric XML entities
  * Support compilation of wget.h from C++
  * Handle comments in robots.txt correctly
Version: 2.0.1-bp155.1.8
* Sat Jun 04 2022 Dirk Müller <dmueller@suse.com>
- update to 2.0.1:
  * Fix escaping space in query part
  * Set EXIT_STATUS_NETWORK on error for the last try
  * Fix -k/--convert-links fragment
  * Fix escapng URLs with -k/--convert-links
  * Fix false reporting of a PSL error
  * Fix --directory-prefix with --content-disposition
  * Allow spaces and \ escaping in passwords in .netrc
  * Fix download abortion on some versions of Windows
  * Fix --unlink behavior
  * Fix deflate decompression when server omits the header
  * WolfSSL: Fix buffer overflow in SHA512 hashing
  * WolfSSL: Fix memory leak
  * Add support for unquoted HTML attribute values
  * OpenSSL: Fix several OCSP issues
  * Use keep-alive for HTTP/1.1 and higher as default
  * Don't create core dumps on CTRL-c
  * Fix replacing Content-Type: headers
  * Fix NULL pointer read / segfault
  * Fix several build issues
  * Fix several documentation issues
* Sat Feb 26 2022 Andreas Stieger <andreas.stieger@gmx.de>
- add upstream signing key and validate source signature
Version: 2.0.0-bp154.1.27
* Sun Sep 26 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.0
- Drop test-buffer-printf.patch, test-dl.patch (no longer applies)
Version: 1.99.2-bp152.2.1
* Tue Apr 14 2020 Andreas Schwab <schwab@suse.de>
- test-dl.patch, test-buffer-printf.patch: Fix undefined behviour in
  testsuite
* Sat Sep 07 2019 Jan Engelhardt <jengelh@inai.de>
- Update to beta release 1.99.2
  * Add new option --keep-extension, --retry-on-http-status,
  - -dns-cache-preload, -X/--exclude-directories,
  - I/--include-directories, --save-content-on, --limit-rate,
  - -unlink, --start-pos, --no-if-modified-since, --ocsp-server,
  - -ocsp-nonce, --ocsp-date
  * Add zstd decompression (RFC8478)
  * Add TLSv1_x to --secure-protocol
  * Add support for TCP FastOpen Linux 4.11+ style
  * Add basic HTML entity decoding (RFC1866)
  * Add TLS 1.3 post-handshake authentication
  * Skip -np/--no-parent for CSS URLs
* Fri Oct 21 2016 jengelh@inai.de
- Initial package for build.opensuse.org (1.0~855)