Add an openvpn-polarssl that selects PolarSSL for its default TLS provider.

This commit is contained in:
Matthias Andree 2015-07-15 00:10:59 +00:00
parent 8e36928beb
commit cf38806ec3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392112
3 changed files with 16 additions and 2 deletions

View File

@ -398,6 +398,7 @@
SUBDIR += openvpn-auth-ldap
SUBDIR += openvpn-auth-radius
SUBDIR += openvpn-devel
SUBDIR += openvpn-polarssl
SUBDIR += ophcrack
SUBDIR += orthrus
SUBDIR += osiris

View File

@ -0,0 +1,13 @@
# Created by: Matthias Andree <mandree@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -polarssl
COMMENT= Secure IP/Ethernet tunnel daemon, PolarSSL-based build
OPTIONS_EXCLUDE= OPENSSL PKCS11 X509ALTUSERNAME
OPTIONS_SLAVE= POLARSSL
MASTERDIR= ${.CURDIR}/../../security/openvpn
.include "${MASTERDIR}/Makefile"

View File

@ -8,7 +8,7 @@ MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \
http://build.openvpn.net/downloads/releases/
MAINTAINER= mandree@FreeBSD.org
COMMENT= Secure IP/Ethernet tunnel daemon
COMMENT?= Secure IP/Ethernet tunnel daemon
LICENSE= GPLv2
@ -34,7 +34,7 @@ OPTIONS_SINGLE_SSL= OPENSSL POLARSSL
PW_SAVE_DESC= Interactive passwords may be read from a file
PKCS11_DESC= Use security/pkcs11-helper
EASYRSA_DESC= Install security/easy-rsa RSA helper package
POLARSSL_DESC= SSL/TLS support via PolarSSL
POLARSSL_DESC= SSL/TLS support via PolarSSL 1.2
X509ALTUSERNAME_DESC= Enable --x509-username-field (only with OpenSSL)
EASYRSA_RUN_DEPENDS= easy-rsa>=0:${PORTSDIR}/security/easy-rsa