Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Mar 2023 10:41:34 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: 118eb978b4e0 - main - security/openvpn: default-enable DCO
Message-ID:  <202303041041.324AfYvo024391@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=118eb978b4e00bf5a2c82ba64492c5561f66739f

commit 118eb978b4e00bf5a2c82ba64492c5561f66739f
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2023-03-02 19:34:36 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-03-04 10:41:17 +0000

    security/openvpn: default-enable DCO
    
    (on FreeBSD but not 12 and 13, because the relevant if_ovpn module
    is to appear in FreeBSD 14.)
    
    Reported by:    Kristof Provost (kp@)
---
 security/openvpn/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile
index 409693652e0b..f0aea801cd7a 100644
--- a/security/openvpn/Makefile
+++ b/security/openvpn/Makefile
@@ -41,7 +41,7 @@ PORTEXAMPLES=		*
 
 OPTIONS_DEFINE=		ASYNC_PUSH DCO DOCS EASYRSA EXAMPLES LZ4 LZO PKCS11 SMALL \
 			TEST UNITTESTS X509ALTUSERNAME
-OPTIONS_DEFAULT=	EASYRSA LZ4 LZO PKCS11 TEST
+OPTIONS_DEFAULT=	DCO EASYRSA LZ4 LZO PKCS11 TEST
 OPTIONS_EXCLUDE_FreeBSD_12=	DCO # FreeBSD 14 only
 OPTIONS_EXCLUDE_FreeBSD_13=	DCO # FreeBSD 14 only
 



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