aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGert Doering <gert@greenie.muc.de>2023-04-13 08:34:35 +0000
committerMatthias Andree <mandree@FreeBSD.org>2023-04-15 08:10:11 +0000
commit0012d5bb025b2968fad3cbfe7db5ccd27419b6b9 (patch)
tree98c121a8c42e6c06d94830ad6d2a9aa01a183657
parent9152aca61800588efe5ebd43398f23704e325028 (diff)
downloadports-0012d5bb025b2968fad3cbfe7db5ccd27419b6b9.tar.gz
ports-0012d5bb025b2968fad3cbfe7db5ccd27419b6b9.zip
security/openvpn-devel: upgrade port to git commit fafb05f6f3 (2023-03-31)
This brings openvpn-devel to the current HEAD of the development tree, which is still very close to OpenVPN 2.6.3. Adjust config handling of option "DCO" to match upstream changes - that is, DCO is enabled by default, so we pass "--disable-dco" to configure now if the option is unchecked.
-rw-r--r--security/openvpn-devel/Makefile6
-rw-r--r--security/openvpn-devel/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile
index b8625b0aaa49..0169fc98cccf 100644
--- a/security/openvpn-devel/Makefile
+++ b/security/openvpn-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openvpn
-DISTVERSION= g20230113
+DISTVERSION= g20230331
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= security net net-vpn
@@ -21,7 +21,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2
USES= autoreconf cpe libtool pkgconfig python:build shebangfix tar:xz
IGNORE_SSL= libressl libressl-devel
USE_GITLAB= yes
-GL_COMMIT= 480ad2a84e2983e8a1b61d537cf82da5c5141853
+GL_COMMIT= fafb05f6f3a7a1b46c278961ec8d2d8970f01096
USE_RC_SUBR= openvpn
SHEBANG_FILES= sample/sample-scripts/auth-pam.pl \
@@ -93,7 +93,7 @@ PKCS11_CONFIGURE_ENABLE= pkcs11
SMALL_CONFIGURE_ON= --enable-small
-DCO_CONFIGURE_ON= --enable-dco
+DCO_CONFIGURE_OFF= --disable-dco
TEST_ALL_TARGET= check
TEST_TEST_TARGET_OFF= check
diff --git a/security/openvpn-devel/distinfo b/security/openvpn-devel/distinfo
index 9bedede3cada..f11905448075 100644
--- a/security/openvpn-devel/distinfo
+++ b/security/openvpn-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1673617520
-SHA256 (openvpn-openvpn-480ad2a84e2983e8a1b61d537cf82da5c5141853_GL0.tar.gz) = c48788dfc3f936fdab9e814df84357e221406d8d22c7d324ed90b996b3dd70b2
-SIZE (openvpn-openvpn-480ad2a84e2983e8a1b61d537cf82da5c5141853_GL0.tar.gz) = 1194225
+TIMESTAMP = 1681369376
+SHA256 (openvpn-openvpn-fafb05f6f3a7a1b46c278961ec8d2d8970f01096_GL0.tar.gz) = d6a45c44e4dce1827f94c1d4d3bd70100bbc1a3b830f6800f279759c5b8cc62b
+SIZE (openvpn-openvpn-fafb05f6f3a7a1b46c278961ec8d2d8970f01096_GL0.tar.gz) = 1194345