./net/wget2, Retrieving files using HTTP, HTTPS, FTP and FTPS

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.0nb2, Package name: wget2-2.1.0nb2, Maintainer: ryoon

GNU Wget2 is the successor of GNU Wget, a file and recursive website
downloader. Designed and written from scratch it wraps around
libwget, that provides the basic functions needed by a web client.
Wget2 works multi-threaded and uses many features to allow fast
operation.



Package options: http2, idn, openssl, psl

Master sites: (Expand)

Filesize: 2072.385 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-09-06 16:40:08 by Ryo ONODERA | Files touched by this commit (2)
Log message:
wget2: Update to 2.1.0

Changelog:
31.08.2023 Release v2.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)
  * Improve recursive RSS/Atom processing
  * Improve default cert/bundle paths for Windows
  * Improve Windows and MSVC compatibility
  * Use CONNECT for https_proxy
  * Add decoding numeric XML entities
  * Improve OpenSSL code
  * Improve WolfSSL code
  * Improve the progress bar
  * New function wget_xml_decode_entities_inline()
  * Support compilation of wget.h from C++
  * Handle comments in robots.txt correctly
  * Fix parsing HTMP/XML entities in URLs from HTML/XML
  * Fix use-after-free when updating blacklist entries
  * Don't try setting file timestamps on ttys
  * Fix arguments parsing for --filter-urls
  * Fix removing fragments when converting links
  * Fix duplicate downloads for Link headers with rel=duplicate
  * Fix segmentation fault (NULL dereference when no HTTP header has been received)
  * Change arguments of wget_iri_compare to const
  * Fix memory leak in wget_hashmap_clear()
  * Extend network error messages with hostname and IP address
  * Fix status code for 5xx errors
  * Fix issue in wget_buffer_trim()
  * Improve tests, documentation, building
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2023-01-29 13:46:32 by Ryo ONODERA | Files touched by this commit (4)
Log message:
wget2: Update to 2.0.1

Changelog:
Noteworthy changes

    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
   2022-10-26 12:32:08 by Thomas Klausner | Files touched by this commit (687)
Log message:
*: bump PKGREVISION for libunistring shlib major bump
   2022-08-17 10:18:24 by Tobias Nygren | Files touched by this commit (1)
Log message:
wget2: fix CONFIGURE_ARGS
   2022-08-17 10:17:11 by Tobias Nygren | Files touched by this commit (1)
Log message:
wget2: explicitly depend on zstd, lest it randomly get picked up