Tue Mar 8 08:37:17 2022 UTC ()
wget: update to 1.21.3.

* Noteworthy changes in release 1.21.3 (2022-02-26)

** Fix computation of total bytes downloaded during FTP trasnfers (#61277)

** Add option to select TLS 1.3 on the command line

** Fix HSTS build issues on some 64-bit big-endian systems

** Hide password during status report in --no-verbose

** Remove a sprurious print statement that showed up even during --quiet

** Some more cleanups and bug-fixes


(wiz)
diff -r1.165 -r1.166 pkgsrc/net/wget/Makefile
diff -r1.68 -r1.69 pkgsrc/net/wget/distinfo

cvs diff -r1.165 -r1.166 pkgsrc/net/wget/Makefile (expand / switch to unified diff)

--- pkgsrc/net/wget/Makefile 2021/12/08 16:06:09 1.165
+++ pkgsrc/net/wget/Makefile 2022/03/08 08:37:17 1.166
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.165 2021/12/08 16:06:09 adam Exp $ 1# $NetBSD: Makefile,v 1.166 2022/03/08 08:37:17 wiz Exp $
2 2
3DISTNAME= wget-1.21.2 3DISTNAME= wget-1.21.3
4PKGREVISION= 2 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_GNU:=wget/} 5MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
7EXTRACT_SUFX= .tar.lz 6EXTRACT_SUFX= .tar.lz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.gnu.org/software/wget/wget.html 9HOMEPAGE= https://www.gnu.org/software/wget/wget.html
11COMMENT= Retrieve files from the 'net via HTTP and FTP 10COMMENT= Retrieve files from the 'net via HTTP and FTP
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14USE_TOOLS+= perl pod2man pkg-config 13USE_TOOLS+= perl pod2man pkg-config
15 14
16GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
17USE_PKGLOCALEDIR= YES 16USE_PKGLOCALEDIR= YES

cvs diff -r1.68 -r1.69 pkgsrc/net/wget/distinfo (expand / switch to unified diff)

--- pkgsrc/net/wget/distinfo 2021/10/26 11:07:09 1.68
+++ pkgsrc/net/wget/distinfo 2022/03/08 08:37:17 1.69
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.68 2021/10/26 11:07:09 nia Exp $ 1$NetBSD: distinfo,v 1.69 2022/03/08 08:37:17 wiz Exp $
2 2
3BLAKE2s (wget-1.21.2.tar.lz) = 2885f77c3c41c906a1949d28eee594a0133504a6a7df06257e49ae2e6f6b07e2 3BLAKE2s (wget-1.21.3.tar.lz) = 7fc10227a386b3ef31a632c923af8719bc6f302e488afbc2f3ecaddce7193c9a
4SHA512 (wget-1.21.2.tar.lz) = 25e682e6f8458e9b9ec9ba1c796e670d1170d6de62716e3e879d729b04c0899cf300701330527b2f1d5a5e62ed1acb3c90c1a32716f96b3ecd8a71337a76a15a 4SHA512 (wget-1.21.3.tar.lz) = 489b9beba237df4555ee3b22bf3ae1f654d448e29f5772a52690f7b7cd7e63679e295bdadb6d55d28d2e4f9ccf9a85a04a6b189e1b5333e9133613685d6cfc66
5Size (wget-1.21.2.tar.lz) = 2407790 bytes 5Size (wget-1.21.3.tar.lz) = 2450396 bytes