pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wget2
Module Name: pkgsrc
Committed By: ryoon
Date: Wed Sep 6 14:40:08 UTC 2023
Modified Files:
pkgsrc/net/wget2: Makefile distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/wget2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/wget2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/wget2/Makefile
diff -u pkgsrc/net/wget2/Makefile:1.7 pkgsrc/net/wget2/Makefile:1.8
--- pkgsrc/net/wget2/Makefile:1.7 Wed Apr 19 08:11:14 2023
+++ pkgsrc/net/wget2/Makefile Wed Sep 6 14:40:08 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/04/19 08:11:14 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/09/06 14:40:08 ryoon Exp $
-DISTNAME= wget2-2.0.1
-PKGREVISION= 1
+DISTNAME= wget2-2.1.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
EXTRACT_SUFX= .tar.lz
Index: pkgsrc/net/wget2/distinfo
diff -u pkgsrc/net/wget2/distinfo:1.4 pkgsrc/net/wget2/distinfo:1.5
--- pkgsrc/net/wget2/distinfo:1.4 Sun Jan 29 12:46:32 2023
+++ pkgsrc/net/wget2/distinfo Wed Sep 6 14:40:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/01/29 12:46:32 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2023/09/06 14:40:08 ryoon Exp $
-BLAKE2s (wget2-2.0.1.tar.lz) = aa40b6296878efeff93e676398765a46649331a83fb0e4101b54489b67014e2a
-SHA512 (wget2-2.0.1.tar.lz) = 98b00d2ecc5d3923416cdab8ee38ea9ef0179f141c7b3d0391ee493775ac1423747a04f5f40af27092dcb40cd3a1ad04c7d30669f08d686daf3dcab4e5575795
-Size (wget2-2.0.1.tar.lz) = 2059922 bytes
+BLAKE2s (wget2-2.1.0.tar.lz) = 48abf891096ad4682bf396056c99ecc617cc00ee44dc2b95617a2e90da9a4576
+SHA512 (wget2-2.1.0.tar.lz) = c2520886bffddbc1c34a4e4f0c3f9eb5086ad6763c90af81ae49d9edb80fc609c5f1ddd9183c414b7b5db8425ed1fcd61b5c477b6825742a718470ec77f42134
+Size (wget2-2.1.0.tar.lz) = 2122122 bytes
Home |
Main Index |
Thread Index |
Old Index