Page MenuHomeSolus

Update wget to 1.20
ClosedPublic

Authored by kyrios123 on Nov 30 2018, 9:01 AM.
Tags
None
Referenced Files
F10999609: D4496.diff
Fri, Jul 28, 4:50 PM
F10894930: D4496.diff
Jul 1 2023, 1:35 PM
F10887873: D4496.id.diff
Jun 26 2023, 5:46 PM
F10880476: D4496.id.diff
Jun 22 2023, 5:48 PM
F10850070: D4496.id11038.diff
Jun 12 2023, 12:42 AM
F10829076: D4496.id11111.diff
Jun 4 2023, 11:05 AM
F10823617: D4496.diff
Jun 3 2023, 6:36 AM
F10756311: D4496.id11111.diff
May 17 2023, 3:00 AM
Subscribers
None

Details

Summary
  • Add new option --retry-on-host-error to treat local errors as transient and hence Wget will retry to download the file after a brief waiting period.
  • Fixed multiple potential resource leaks as found by static analysis
  • Wget will now not create an empty wget-log file when running with -q and -b switches together
  • When compiled using the GnuTLS >= 3.6.3, Wget now has support for TLSv1.3
  • Now there is support for using libpcre2 for regex pattern matching
  • When downloading over FTP recursively, one can now use the --{accept,reject}-regex switches to fine-tune the downloaded files

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

wget https://ftp.gnu.org/gnu/wget/wget-1.20.tar.lz

Diff Detail

Repository
R3163 wget
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Dec 3 2018, 12:08 AM
This revision was automatically updated to reflect the committed changes.