git: 118eb978b4e0 - main - security/openvpn: default-enable DCO
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Mar 2023 10:41:34 UTC
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