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:           Sun Sep 12 09:15:10 UTC 2021

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

Log Message:
wget: update to 1.21.2.

* Noteworthy changes in release 1.21.2 (2021-09-07)

** Support for autoconf 2.71

** Fix a double free in FTP when using an absolute path

** Release tarballs no longer have a dependency on Python.

** --page-requisites will now also download links marked as "alternate
   stylesheet" or "icon"


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 pkgsrc/net/wget/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/wget/PLIST
cvs rdiff -u -r1.65 -r1.66 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.162 pkgsrc/net/wget/Makefile:1.163
--- pkgsrc/net/wget/Makefile:1.162      Mon May 24 19:53:39 2021
+++ pkgsrc/net/wget/Makefile    Sun Sep 12 09:15:10 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.162 2021/05/24 19:53:39 wiz Exp $
+# $NetBSD: Makefile,v 1.163 2021/09/12 09:15:10 wiz Exp $
 
-DISTNAME=      wget-1.21.1
-PKGREVISION=   2
+DISTNAME=      wget-1.21.2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=wget/}
 EXTRACT_SUFX=  .tar.lz

Index: pkgsrc/net/wget/PLIST
diff -u pkgsrc/net/wget/PLIST:1.18 pkgsrc/net/wget/PLIST:1.19
--- pkgsrc/net/wget/PLIST:1.18  Mon Jan  4 12:27:41 2021
+++ pkgsrc/net/wget/PLIST       Sun Sep 12 09:15:10 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2021/01/04 12:27:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2021/09/12 09:15:10 wiz Exp $
 bin/wget
 info/wget.info
 man/man1/wget.1
@@ -45,6 +45,7 @@ share/locale/it/LC_MESSAGES/wget.mo
 share/locale/ja/LC_MESSAGES/wget-gnulib.mo
 share/locale/ja/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
 share/locale/ms/LC_MESSAGES/wget-gnulib.mo
 share/locale/nb/LC_MESSAGES/wget-gnulib.mo

Index: pkgsrc/net/wget/distinfo
diff -u pkgsrc/net/wget/distinfo:1.65 pkgsrc/net/wget/distinfo:1.66
--- pkgsrc/net/wget/distinfo:1.65       Thu Jan 14 16:31:00 2021
+++ pkgsrc/net/wget/distinfo    Sun Sep 12 09:15:10 2021
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.65 2021/01/14 16:31:00 schmonz Exp $
+$NetBSD: distinfo,v 1.66 2021/09/12 09:15:10 wiz Exp $
 
-SHA1 (wget-1.21.1.tar.lz) = 215b0c056580b28d7d5edeac9c8c356ecc99ec4c
-RMD160 (wget-1.21.1.tar.lz) = 730e08c0b84b5af3cbf4764b1fa149b4ba3e938a
-SHA512 (wget-1.21.1.tar.lz) = 51ce93608094b2e5ba8144ff4d5cd36637eb6f9a3663355558885ea1f9fad0641e4ce13d61a18ac2f1285487ac7c7eba721aef04f9079889c0045f3ab915a450
-Size (wget-1.21.1.tar.lz) = 2367165 bytes
-SHA1 (patch-lib_malloc_dynarray-skeleton.c) = e5bac65aad4a3e09f7ade477d0991ba002900e4d
+SHA1 (wget-1.21.2.tar.lz) = 4255d97b9067cf91e5c1439520857cdaa6460fc6
+RMD160 (wget-1.21.2.tar.lz) = 2f6c8a960b51abe7050416cc2ce37f645a86e5f4
+SHA512 (wget-1.21.2.tar.lz) = 25e682e6f8458e9b9ec9ba1c796e670d1170d6de62716e3e879d729b04c0899cf300701330527b2f1d5a5e62ed1acb3c90c1a32716f96b3ecd8a71337a76a15a
+Size (wget-1.21.2.tar.lz) = 2407790 bytes



Home | Main Index | Thread Index | Old Index