Here is an update to net/wget 1.21.3 released on February 26, 2022. I
tested downloading install70.img.

NEWS:
https://git.savannah.gnu.org/cgit/wget.git/commit/?id=40747a11e44ced5a8ac628a41f879ced3e2ebce9

"Add option to select TLS 1.3 on the command line."
`wget --secure-protocol=TLSv1_3
https://cdn.openbsd.org/pub/OpenBSD/7.0/amd64/install70.img' errors out.

I sent a request upstream to enable support for libressl for TLS
1.3. see:
https://lists.gnu.org/archive/html/bug-wget/2022-03/msg00027.html

Feedback? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/wget/Makefile,v
retrieving revision 1.90
diff -u -p -u -p -r1.90 Makefile
--- Makefile    11 Mar 2022 19:48:11 -0000      1.90
+++ Makefile    22 Mar 2022 03:16:05 -0000
@@ -1,6 +1,6 @@
 COMMENT =      retrieve files from the web via HTTP, HTTPS and FTP
 
-DISTNAME =     wget-1.21.2
+DISTNAME =     wget-1.21.3
 CATEGORIES =   net
 
 HOMEPAGE =     https://www.gnu.org/software/wget/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/wget/distinfo,v
retrieving revision 1.27
diff -u -p -u -p -r1.27 distinfo
--- distinfo    11 Sep 2021 22:48:22 -0000      1.27
+++ distinfo    22 Mar 2022 03:16:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (wget-1.21.2.tar.gz) = 5tTHa+gsZ23X6MYaKbKshRCuEIqBC10dGPyaHSyaJJc=
-SIZE (wget-1.21.2.tar.gz) = 5004576
+SHA256 (wget-1.21.3.tar.gz) = Vya7i8XKD23HEQ9kFuS7cBni0v9b+T0cov/MZlbyIOU=
+SIZE (wget-1.21.3.tar.gz) = 5079864
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/net/wget/patches/patch-Makefile_in,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-Makefile_in
--- patches/patch-Makefile_in   11 Mar 2022 19:48:11 -0000      1.5
+++ patches/patch-Makefile_in   22 Mar 2022 03:16:05 -0000
@@ -1,7 +1,7 @@
 Index: Makefile.in
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -1669,7 +1669,7 @@ distuninstallcheck_listfiles = find . -type f | \
+@@ -1691,7 +1691,7 @@ distuninstallcheck_listfiles = find . -type f | \
  ACLOCAL_AMFLAGS = -I m4
  
  # subdirectories in the distribution

Reply via email to