Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 2021 11:00:40 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: f77789f296dd - main - security/openvpn: Default-enable PKCS#11 option
Message-ID:  <202112121100.1BCB0ei0087758@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=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



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