Description of the patch:
This update for wget fixes the following issues:
- CVE-2026-15146: unvalidated IP address in an FTP PASV response can lead to server-side request forgery (bsc#1271320).
- CVE-2026-58469: Metalink document containing a whitespace-only URL can cause a heap buffer underread (bsc#1271033).
- CVE-2026-58470: server-controlled
Content-Range header values can cause an integer overflow in
parse_content_range() (bsc#1271034).
- CVE-2026-58471: server-supplied filenames requiring character set conversion could lead to heap memory corruption
(bsc#1271035).
- CVE-2026-58472: crafted HTML attribute with a large number of characters requiring entity encoding can lead to a heap
buffer overflow (bsc#1271036).
- Fix metalink regression from CVE-2026-58469 fix (bsc#1272219).