Works for me on my laptop since yesterday. I plan to commit this
tomorrow. ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/openvpn/Makefile,v
retrieving revision 1.96
diff -u -p -r1.96 Makefile
--- Makefile 22 Jun 2019 22:44:06 -0000 1.96
+++ Makefile 3 Nov 2019 11:49:31 -0000
@@ -2,8 +2,7 @@
COMMENT= easy-to-use, robust, and highly configurable VPN
-DISTNAME= openvpn-2.4.7
-REVISION= 1
+DISTNAME= openvpn-2.4.8
CATEGORIES= net security
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/openvpn/distinfo,v
retrieving revision 1.42
diff -u -p -r1.42 distinfo
--- distinfo 21 Feb 2019 23:32:23 -0000 1.42
+++ distinfo 3 Nov 2019 11:49:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (openvpn-2.4.7.tar.gz) = c9zlQu09bwVTZ09JAl373/GDSOuKJeYhUTXWhrFlQjw=
-SIZE (openvpn-2.4.7.tar.gz) = 1457784
+SHA256 (openvpn-2.4.8.tar.gz) = ZeHaPzoI5+kAwXXn/DDYNIgf0t6g6zmyUyWoYanaC8U=
+SIZE (openvpn-2.4.8.tar.gz) = 1452539
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/net/openvpn/patches/patch-configure,v
retrieving revision 1.20
diff -u -p -r1.20 patch-configure
--- patches/patch-configure 21 Feb 2019 23:32:23 -0000 1.20
+++ patches/patch-configure 3 Nov 2019 11:49:31 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-configure,v 1.20 2019/02
Index: configure
--- configure.orig
+++ configure
-@@ -18033,7 +18033,7 @@ else
+@@ -18032,7 +18032,7 @@ else
fi
Index: patches/patch-include_Makefile_in
===================================================================
RCS file: /cvs/ports/net/openvpn/patches/patch-include_Makefile_in,v
retrieving revision 1.9
diff -u -p -r1.9 patch-include_Makefile_in
--- patches/patch-include_Makefile_in 4 Mar 2018 19:03:00 -0000 1.9
+++ patches/patch-include_Makefile_in 3 Nov 2019 11:49:31 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-include_Makefile_in,v 1.
Index: include/Makefile.in
--- include/Makefile.in.orig
+++ include/Makefile.in
-@@ -337,7 +337,7 @@ host_cpu = @host_cpu@
+@@ -334,7 +334,7 @@ host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
Index: patches/patch-src_openvpn_ssl_openssl_c
===================================================================
RCS file: patches/patch-src_openvpn_ssl_openssl_c
diff -N patches/patch-src_openvpn_ssl_openssl_c
--- patches/patch-src_openvpn_ssl_openssl_c 21 Feb 2019 23:32:23 -0000
1.5
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,41 +0,0 @@
-$OpenBSD: patch-src_openvpn_ssl_openssl_c,v 1.5 2019/02/21 23:32:23 jca Exp $
-
-Index: src/openvpn/ssl_openssl.c
---- src/openvpn/ssl_openssl.c.orig
-+++ src/openvpn/ssl_openssl.c
-@@ -206,7 +206,7 @@ info_callback(INFO_CALLBACK_SSL_CONST SSL *s, int wher
- int
- tls_version_max(void)
- {
--#if defined(TLS1_3_VERSION)
-+#if defined(TLS1_3_VERSION) && !defined(OPENSSL_NO_TLS1_3)
- return TLS_VER_1_3;
- #elif defined(TLS1_2_VERSION) || defined(SSL_OP_NO_TLSv1_2)
- return TLS_VER_1_2;
-@@ -233,7 +233,7 @@ openssl_tls_version(int ver)
- {
- return TLS1_2_VERSION;
- }
--#if defined(TLS1_3_VERSION)
-+#if defined(TLS1_3_VERSION) && !defined(OPENSSL_NO_TLS1_3)
- else if (ver == TLS_VER_1_3)
- {
- return TLS1_3_VERSION;
-@@ -459,7 +459,7 @@ tls_ctx_restrict_ciphers_tls13(struct tls_root_ctx *ct
- return;
- }
-
--#if (OPENSSL_VERSION_NUMBER < 0x1010100fL)
-+#if (OPENSSL_VERSION_NUMBER < 0x1010100fL) || defined(OPENSSL_NO_TLS1_3)
- crypto_msg(M_WARN, "Not compiled with OpenSSL 1.1.1 or higher. "
- "Ignoring TLS 1.3 only tls-ciphersuites '%s' setting.",
- ciphers);
-@@ -1846,7 +1846,7 @@ show_available_tls_ciphers_list(const char *cipher_lis
- crypto_msg(M_FATAL, "Cannot create SSL_CTX object");
- }
-
--#if (OPENSSL_VERSION_NUMBER >= 0x1010100fL)
-+#if (OPENSSL_VERSION_NUMBER >= 0x1010100fL) && !defined(OPENSSL_NO_TLS1_3)
- if (tls13)
- {
- SSL_CTX_set_min_proto_version(tls_ctx.ctx, TLS1_3_VERSION);
--
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE