pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/wget



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar  8 08:37:17 UTC 2022

Modified Files:
        pkgsrc/net/wget: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 pkgsrc/net/wget/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/net/wget/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/wget/Makefile
diff -u pkgsrc/net/wget/Makefile:1.165 pkgsrc/net/wget/Makefile:1.166
--- pkgsrc/net/wget/Makefile:1.165      Wed Dec  8 16:06:09 2021
+++ pkgsrc/net/wget/Makefile    Tue Mar  8 08:37:17 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.165 2021/12/08 16:06:09 adam Exp $
+# $NetBSD: Makefile,v 1.166 2022/03/08 08:37:17 wiz Exp $
 
-DISTNAME=      wget-1.21.2
-PKGREVISION=   2
+DISTNAME=      wget-1.21.3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=wget/}
 EXTRACT_SUFX=  .tar.lz

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



Home | Main Index | Thread Index | Old Index