This is a new release of wget 1.20.2 (April 1, 2019). I successfully
downloaded install64.iso as a test. Of note: "Fixed a buffer overflow
vulnerability." I just wanted to get this new version out first. I will
look into how to download the corpus of tests to reactivate fuzz tests
in a future diff.
Release notes:
https://lists.gnu.org/archive/html/bug-wget/2019-04/msg00001.html
Details on vulnerability:
https://lists.gnu.org/archive/html/bug-wget/2019-02/msg00004.html
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=72e936e89c09bcf1a76479258881d91b0a27003f
diff:
--8<---------------cut here---------------start------------->8---
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/wget/Makefile,v
retrieving revision 1.78
diff -u -p -r1.78 Makefile
--- Makefile 22 Feb 2019 11:18:48 -0000 1.78
+++ Makefile 4 Apr 2019 03:29:15 -0000
@@ -2,7 +2,7 @@
COMMENT = retrieve files from the web via HTTP, HTTPS and FTP
-DISTNAME = wget-1.20.1
+DISTNAME = wget-1.20.2
CATEGORIES = net
HOMEPAGE = https://www.gnu.org/software/wget/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/wget/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo 21 Feb 2019 22:32:31 -0000 1.23
+++ distinfo 4 Apr 2019 03:29:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (wget-1.20.1.tar.gz) = t4OzkMtXHIN7OShXlF9aHwDsawQxd8xCq7juG1Qu4bM=
-SIZE (wget-1.20.1.tar.gz) = 4392853
+SHA256 (wget-1.20.2.tar.gz) = fkO5jLXhAjSDbr72+vJMTZbArnpIDkn/ZYEXzEeT0WY=
+SIZE (wget-1.20.2.tar.gz) = 4486237
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/net/wget/patches/patch-Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-Makefile_in
--- patches/patch-Makefile_in 22 Feb 2019 11:18:48 -0000 1.1
+++ patches/patch-Makefile_in 4 Apr 2019 03:29:15 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-Makefile_in,v 1.1 2019/0
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
-@@ -1460,7 +1460,7 @@ distuninstallcheck_listfiles = find . -type f | \
+@@ -1469,7 +1469,7 @@ distuninstallcheck_listfiles = find . -type f | \
ACLOCAL_AMFLAGS = -I m4
# subdirectories in the distribution
--8<---------------cut here---------------end--------------->8---
No comments:
Post a Comment