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: Mon Nov 18 22:59:31 UTC 2024
Modified Files:
pkgsrc/net/wget: Makefile distinfo hacks.mk
Log Message:
wget: update to 1.25.0.
* Noteworthy changes in release 1.25.0 (2024-11-10) [stable]
** [Breaking change] Drop support for shorthand FTP URLs (CVE-2024-10524)
** [Breaking change] Switch to continuous reading from stdin pipes
** Reimplement user-info parsing based on RFC 2396
** Fix a build issue with libproxy and --disable-debug
To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 pkgsrc/net/wget/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/wget/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/wget/hacks.mk
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.179 pkgsrc/net/wget/Makefile:1.180
--- pkgsrc/net/wget/Makefile:1.179 Thu Nov 14 22:21:19 2024
+++ pkgsrc/net/wget/Makefile Mon Nov 18 22:59:31 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.179 2024/11/14 22:21:19 wiz Exp $
+# $NetBSD: Makefile,v 1.180 2024/11/18 22:59:31 wiz Exp $
-DISTNAME= wget-1.24.5
-PKGREVISION= 5
+DISTNAME= wget-1.25.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
EXTRACT_SUFX= .tar.lz
Index: pkgsrc/net/wget/distinfo
diff -u pkgsrc/net/wget/distinfo:1.71 pkgsrc/net/wget/distinfo:1.72
--- pkgsrc/net/wget/distinfo:1.71 Sun Mar 17 14:24:32 2024
+++ pkgsrc/net/wget/distinfo Mon Nov 18 22:59:31 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.71 2024/03/17 14:24:32 wiz Exp $
+$NetBSD: distinfo,v 1.72 2024/11/18 22:59:31 wiz Exp $
-BLAKE2s (wget-1.24.5.tar.lz) = 5e66254de4410ed36135b49d13f19d60df92486ab101a9dabbaecef66a1a8b3d
-SHA512 (wget-1.24.5.tar.lz) = d8972e94d9125133d115750542e0f126b85a311634d5563a69d8fe85ecf1200836dcc83528ee4285d56834c58c722be580bfe749b26436158fbe4afc566f5cc0
-Size (wget-1.24.5.tar.lz) = 2545954 bytes
+BLAKE2s (wget-1.25.0.tar.lz) = 054e76c6b3b56fc3bb2c36fe75c8405792a1c748e55863172dcfb3e8216bc92c
+SHA512 (wget-1.25.0.tar.lz) = 79403f594636e5d703817ceec59e5155940cd4734746ef793ef3bdabd100d0014a44c5e24f705656cf1e0762d87003fa1dc3e1b5605fae392bc9d7f121d90bae
+Size (wget-1.25.0.tar.lz) = 2582072 bytes
Index: pkgsrc/net/wget/hacks.mk
diff -u pkgsrc/net/wget/hacks.mk:1.1 pkgsrc/net/wget/hacks.mk:1.2
--- pkgsrc/net/wget/hacks.mk:1.1 Fri Mar 15 20:31:52 2024
+++ pkgsrc/net/wget/hacks.mk Mon Nov 18 22:59:31 2024
@@ -1,6 +1,6 @@
-# $NetBSD: hacks.mk,v 1.1 2024/03/15 20:31:52 nia Exp $
+# $NetBSD: hacks.mk,v 1.2 2024/11/18 22:59:31 wiz Exp $
-.ifndef WGET_HACKS_MK
+.if !defined(WGET_HACKS_MK)
WGET_HACKS_MK=
Home |
Main Index |
Thread Index |
Old Index