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:           Sat Jan 18 15:10:28 UTC 2025

Modified Files:
        pkgsrc/net/wget2: Makefile PLIST distinfo

Log Message:
net/wget2: Update to 2.2.0

Changelog:
24.11.2024 Release v2.2.0
  * Don't truncate file when -c and -O are combined
  * Don't log URI userinfo to logs
  * Fix downloading multiple files via HTTP/2
  * Fix redirections with --no-parent
  * Support connecting with HTTP/1.0 proxies
  * Ignore 1xx HTTP responses for HTTP/1.1
  * Fix status 8 for failed redirection of robots.txt
  * Fix ignoring connect timeout (regression)
  * Disable TCP Fast Open by default
  * Fix --dns-cache-preload for IPv6
  * Accept --progress=dot:... for backwards compatibility
  * Disable explicit OCSP requests by default
  * Fix segfault when OCSP response is missing
  * Fix OCSP verification of first intermediate certificate
  * Allow option --no-tcp-fastopen to work on Linux kernels >= 4.11
  * Limit cases where methods are redirected to GET
  * Fix possible deadlock when combining --no-clobber and --no-parent
  * Fix xattr reading of user.mime_type
  * Fix --no-parent for denormalized paths
  * Fix robots.txt parser
  * Several improvements to the WolfSSL code
  * Fix IPv6 address representation
  * Fix --restrict-file-names to be backwards compatible with wget 1.x
  * Add fetchmail compatibility for user/password in .netrc
  * Improve suport for non-standard cookie timestamps
  * Add libproxy support
  * Add instruction on how to cross-build wget2.exe via docker
  * Don't request preferred mime type for single file downloads
  * Slightly improved compatibility with LibreSSL


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/wget2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/wget2/PLIST
cvs rdiff -u -r1.5 -r1.6 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.16 pkgsrc/net/wget2/Makefile:1.17
--- pkgsrc/net/wget2/Makefile:1.16      Thu Nov 14 22:21:19 2024
+++ pkgsrc/net/wget2/Makefile   Sat Jan 18 15:10:28 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/11/14 22:21:19 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/01/18 15:10:28 ryoon Exp $
 
-DISTNAME=      wget2-2.1.0
-PKGREVISION=   8
+DISTNAME=      wget2-2.2.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=wget/}
 EXTRACT_SUFX=  .tar.lz

Index: pkgsrc/net/wget2/PLIST
diff -u pkgsrc/net/wget2/PLIST:1.2 pkgsrc/net/wget2/PLIST:1.3
--- pkgsrc/net/wget2/PLIST:1.2  Sun Jan 29 12:46:32 2023
+++ pkgsrc/net/wget2/PLIST      Sat Jan 18 15:10:28 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/01/29 12:46:32 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/01/18 15:10:28 ryoon Exp $
 bin/wget2
 include/wget.h
 include/wgetver.h
@@ -18,6 +18,9 @@ share/locale/hu/LC_MESSAGES/wget2.mo
 share/locale/id/LC_MESSAGES/wget2.mo
 share/locale/it/LC_MESSAGES/wget2.mo
 share/locale/ja/LC_MESSAGES/wget2.mo
+share/locale/ka/LC_MESSAGES/wget2.mo
+share/locale/ko/LC_MESSAGES/wget2.mo
+share/locale/ms/LC_MESSAGES/wget2.mo
 share/locale/nb/LC_MESSAGES/wget2.mo
 share/locale/nl/LC_MESSAGES/wget2.mo
 share/locale/pl/LC_MESSAGES/wget2.mo

Index: pkgsrc/net/wget2/distinfo
diff -u pkgsrc/net/wget2/distinfo:1.5 pkgsrc/net/wget2/distinfo:1.6
--- pkgsrc/net/wget2/distinfo:1.5       Wed Sep  6 14:40:08 2023
+++ pkgsrc/net/wget2/distinfo   Sat Jan 18 15:10:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/09/06 14:40:08 ryoon Exp $
+$NetBSD: distinfo,v 1.6 2025/01/18 15:10:28 ryoon Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index