Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2023 08:25:06 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0012d5bb025b - main - security/openvpn-devel: upgrade port to git commit fafb05f6f3 (2023-03-31)
Message-ID:  <202304150825.33F8P6J8002982@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0012d5bb025b2968fad3cbfe7db5ccd27419b6b9

commit 0012d5bb025b2968fad3cbfe7db5ccd27419b6b9
Author:     Gert Doering <gert@greenie.muc.de>
AuthorDate: 2023-04-13 08:34:35 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-04-15 08:10:11 +0000

    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.
---
 security/openvpn-devel/Makefile | 6 +++---
 security/openvpn-devel/distinfo | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304150825.33F8P6J8002982>