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: wiz
Date: Wed Jan 7 07:56:01 UTC 2026
Modified Files:
pkgsrc/net/wget2: Makefile PLIST distinfo
Log Message:
wget2: update to 2.2.1.
30.12.2025 Release v2.2.1
* Fix file overwrite issue with metalink
* Fix remote buffer overflow in get_local_filename_real()
* Fix a redirect/mirror regression from 400713ca
* Use the local system timestamp when requested via --no-use-server-timestamps
* Prevent file truncation with --no-clobber
* Improve messages about why URLs are not being followed
* Fix metalink with -O/--output-document
* Fix sorting of metalink mirrors by priority
* Add --show-progress to improve backwards compatibility to wget
* Fix buffer overflow in wget_iri_clone() after wget_iri_set_scheme()
* Allow 'no_' prefix in config options
* Use libnghttp2 for HTTP/2 testing
* Fix WolfSSL build issue if SSLv2 isn't built into the library
* Set exit status to 8 on 403 response code
* Fix convert-links
* Fix --server-response for HTTP/1.1
* Fix anchor links in README.md for Gitlab
* Fix html examples in the documentation
* Improvements on code, docs and CI/testing
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/wget2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/wget2/PLIST
cvs rdiff -u -r1.6 -r1.7 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.19 pkgsrc/net/wget2/Makefile:1.20
--- pkgsrc/net/wget2/Makefile:1.19 Thu Oct 23 20:38:56 2025
+++ pkgsrc/net/wget2/Makefile Wed Jan 7 07:56:01 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2025/10/23 20:38:56 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/01/07 07:56:01 wiz Exp $
-DISTNAME= wget2-2.2.0
-PKGREVISION= 2
+DISTNAME= wget2-2.2.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
EXTRACT_SUFX= .tar.lz
Index: pkgsrc/net/wget2/PLIST
diff -u pkgsrc/net/wget2/PLIST:1.3 pkgsrc/net/wget2/PLIST:1.4
--- pkgsrc/net/wget2/PLIST:1.3 Sat Jan 18 15:10:28 2025
+++ pkgsrc/net/wget2/PLIST Wed Jan 7 07:56:01 2026
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2025/01/18 15:10:28 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/01/07 07:56:01 wiz Exp $
bin/wget2
include/wget.h
include/wgetver.h
lib/libwget.la
lib/pkgconfig/libwget.pc
+share/locale/ar/LC_MESSAGES/wget2.mo
share/locale/ca/LC_MESSAGES/wget2.mo
share/locale/cs/LC_MESSAGES/wget2.mo
share/locale/de/LC_MESSAGES/wget2.mo
Index: pkgsrc/net/wget2/distinfo
diff -u pkgsrc/net/wget2/distinfo:1.6 pkgsrc/net/wget2/distinfo:1.7
--- pkgsrc/net/wget2/distinfo:1.6 Sat Jan 18 15:10:28 2025
+++ pkgsrc/net/wget2/distinfo Wed Jan 7 07:56:01 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/01/18 15:10:28 ryoon Exp $
+$NetBSD: distinfo,v 1.7 2026/01/07 07:56:01 wiz Exp $
-BLAKE2s (wget2-2.2.0.tar.lz) = 96b6f992bde81ad1c819b655b38646fbc43ac0e9bc10435a2bf0f416bdde1708
-SHA512 (wget2-2.2.0.tar.lz) = 0c88ba3d9c8ddd92ca8743d974436d50e9a3bebe9b8f8525e56813fb2640528677726d510f3213e0f4459b80e70c21dcb8863512e7ef399f5aa8a43ca6562c64
-Size (wget2-2.2.0.tar.lz) = 2214840 bytes
+BLAKE2s (wget2-2.2.1.tar.lz) = 3c453f030bbef4e721a1931decec603d8a3dee4dbc2435f6ebab94b5c8d189bc
+SHA512 (wget2-2.2.1.tar.lz) = cc00931763846c6df07d97e77f899fc43e8910a15e380e1f85f23b4bfde447eaa4a9a7ec9bbefd7c89deb80ab450eb6ecc62be0e1a86f537022d3ea4abac10e2
+Size (wget2-2.2.1.tar.lz) = 2266029 bytes
Home |
Main Index |
Thread Index |
Old Index