Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2017 08:38:30 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430622 - head/security/openvpn
Message-ID:  <201701050838.v058cU7c078010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu Jan  5 08:38:30 2017
New Revision: 430622
URL: https://svnweb.freebsd.org/changeset/ports/430622

Log:
  Flag conflict between PKCS11 and MBEDTLS in OPTIONS.

Modified:
  head/security/openvpn/Makefile

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Thu Jan  5 08:22:45 2017	(r430621)
+++ head/security/openvpn/Makefile	Thu Jan  5 08:38:30 2017	(r430622)
@@ -48,6 +48,8 @@ EASYRSA_RUN_DEPENDS=	easy-rsa>=0:securit
 
 PKCS11_LIB_DEPENDS=	libpkcs11-helper.so:security/pkcs11-helper
 PKCS11_CONFIGURE_ENABLE=	pkcs11
+PKCS11_PREVENTS=	MBEDTLS
+PKCS11_PREVENTS_MSG=	OpenVPN cannot use pkcs11-helper with mbedTLS. Disable PKCS11, or use OpenSSL instead
 
 TUNNELBLICK_EXTRA_PATCHES=	${FILESDIR}/extra-tunnelblick-openvpn_xorpatch
 



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