Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2015 00:11:00 +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: r392112 - in head/security: . openvpn openvpn-polarssl
Message-ID:  <201507150011.t6F0B0D3030041@svnmir.geo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Wed Jul 15 00:10:59 2015
New Revision: 392112
URL: https://svnweb.freebsd.org/changeset/ports/392112

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

Added:
  head/security/openvpn-polarssl/
  head/security/openvpn-polarssl/Makefile   (contents, props changed)
Modified:
  head/security/Makefile
  head/security/openvpn/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue Jul 14 23:28:42 2015	(r392111)
+++ head/security/Makefile	Wed Jul 15 00:10:59 2015	(r392112)
@@ -398,6 +398,7 @@
     SUBDIR += openvpn-auth-ldap
     SUBDIR += openvpn-auth-radius
     SUBDIR += openvpn-devel
+    SUBDIR += openvpn-polarssl
     SUBDIR += ophcrack
     SUBDIR += orthrus
     SUBDIR += osiris

Added: head/security/openvpn-polarssl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openvpn-polarssl/Makefile	Wed Jul 15 00:10:59 2015	(r392112)
@@ -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"

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Tue Jul 14 23:28:42 2015	(r392111)
+++ head/security/openvpn/Makefile	Wed Jul 15 00:10:59 2015	(r392112)
@@ -8,7 +8,7 @@ MASTER_SITES=		http://swupdate.openvpn.n
 			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



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