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 May 16 20:33:01 UTC 2023

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

Log Message:
wget: update to 1.21.4.

* Noteworthy changes in release 1.21.4 (2023-05-11)

** Document --retry-on-host-error in help text

** Increase read buffer size to 64k. This should speed up downloads on gigabit and faster connections

** Update deprecated option '--html-extension' to '--adjust-extension' in documentation

** Update gnulib compatibility layer.
   Fixes HSTS test failures on i686. (Thanks to Andreas Enge for ponting it out)


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 pkgsrc/net/wget/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/wget/PLIST
cvs rdiff -u -r1.69 -r1.70 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.169 pkgsrc/net/wget/Makefile:1.170
--- pkgsrc/net/wget/Makefile:1.169      Wed Apr 19 08:11:14 2023
+++ pkgsrc/net/wget/Makefile    Tue May 16 20:33:01 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.169 2023/04/19 08:11:14 adam Exp $
+# $NetBSD: Makefile,v 1.170 2023/05/16 20:33:01 wiz Exp $
 
-DISTNAME=      wget-1.21.3
-PKGREVISION=   3
+DISTNAME=      wget-1.21.4
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=wget/}
 EXTRACT_SUFX=  .tar.lz

Index: pkgsrc/net/wget/PLIST
diff -u pkgsrc/net/wget/PLIST:1.19 pkgsrc/net/wget/PLIST:1.20
--- pkgsrc/net/wget/PLIST:1.19  Sun Sep 12 09:15:10 2021
+++ pkgsrc/net/wget/PLIST       Tue May 16 20:33:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2021/09/12 09:15:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2023/05/16 20:33:01 wiz Exp $
 bin/wget
 info/wget.info
 man/man1/wget.1
@@ -44,6 +44,8 @@ share/locale/it/LC_MESSAGES/wget-gnulib.
 share/locale/it/LC_MESSAGES/wget.mo
 share/locale/ja/LC_MESSAGES/wget-gnulib.mo
 share/locale/ja/LC_MESSAGES/wget.mo
+share/locale/ka/LC_MESSAGES/wget-gnulib.mo
+share/locale/ka/LC_MESSAGES/wget.mo
 share/locale/ko/LC_MESSAGES/wget-gnulib.mo
 share/locale/ko/LC_MESSAGES/wget.mo
 share/locale/lt/LC_MESSAGES/wget.mo

Index: pkgsrc/net/wget/distinfo
diff -u pkgsrc/net/wget/distinfo:1.69 pkgsrc/net/wget/distinfo:1.70
--- pkgsrc/net/wget/distinfo:1.69       Tue Mar  8 08:37:17 2022
+++ pkgsrc/net/wget/distinfo    Tue May 16 20:33:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2022/03/08 08:37:17 wiz Exp $
+$NetBSD: distinfo,v 1.70 2023/05/16 20:33:01 wiz Exp $
 
-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
+BLAKE2s (wget-1.21.4.tar.lz) = 62f3bb676f3d20cb2eec4cb16990a96894143de0d21642ab87e59b92a0eb2aa0
+SHA512 (wget-1.21.4.tar.lz) = 29523aad06db4604cbeddadca3c6b9ef2c26886057f1358044e5502cfb0d35cc0dfe41db3aa4468d7cef43cc9904d88e721f9193dca5e6b6bc836667e097d1d6
+Size (wget-1.21.4.tar.lz) = 2490548 bytes



Home | Main Index | Thread Index | Old Index