Up to [cvs.NetBSD.org] / pkgsrc / net / wget2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 29 12:46:32 2023 UTC (4 days, 1 hour ago) by ryoon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:52 2022 UTC (3 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: bump PKGREVISION for libunistring shlib major bump
Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 17 08:18:24 2022 UTC (5 months, 2 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
wget2: fix CONFIGURE_ARGS
Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 17 08:17:10 2022 UTC (5 months, 2 weeks ago) by tnn
Branch: MAIN
Changes since 1.2: +4 -2
lines
Diff to previous 1.2 (colored)
wget2: explicitly depend on zstd, lest it randomly get picked up
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:09 2021 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
revbump for icu and libffi
Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 3 13:41:11 2021 UTC (16 months ago) by ryoon
Branch: MAIN
net/wget2: import wget2-2.0.0 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.