git: f77789f296dd - main - security/openvpn: Default-enable PKCS#11 option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Dec 2021 11:00:40 UTC
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=f77789f296dd797bf008a895ed71abcc603c0374 commit f77789f296dd797bf008a895ed71abcc603c0374 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-12-12 10:57:43 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-12-12 11:00:22 +0000 security/openvpn: Default-enable PKCS#11 option Bump PORTREVISION. PR: 260352 Reported by: Marcin Wojtas --- security/openvpn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index c474c905de38..ae8ba2f5fe16 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -2,7 +2,7 @@ PORTNAME= openvpn DISTVERSION= 2.5.4 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= security net net-vpn MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \ https://build.openvpn.net/downloads/releases/ \ @@ -38,7 +38,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= ASYNC_PUSH DOCS EASYRSA EXAMPLES LZ4 LZO PKCS11 SMALL \ TEST TUNNELBLICK UNITTESTS X509ALTUSERNAME -OPTIONS_DEFAULT= EASYRSA LZ4 LZO OPENSSL TEST +OPTIONS_DEFAULT= EASYRSA LZ4 LZO OPENSSL PKCS11 TEST OPTIONS_SINGLE= SSL OPTIONS_SINGLE_SSL= OPENSSL MBEDTLS ASYNC_PUSH_DESC= Enable async-push support