aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn-devel
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-06-28 16:20:11 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-06-28 16:20:11 +0000
commit0c5b838e1bb56359c5dcf28fdd32eef20699f52e (patch)
tree2f23fd097f59eba7cfb739d631158eb3bc9fe34c /security/openvpn-devel
parent8c4e22eca2d472c91a5b01d8fd8e589a1486c5b0 (diff)
downloadports-0c5b838e1bb56359c5dcf28fdd32eef20699f52e.tar.gz
ports-0c5b838e1bb56359c5dcf28fdd32eef20699f52e.zip
security/openvpn-devel: 201607 -> 201623
Port Changes: - password-save option is always on now, no longer optional - LibreSSL has been renamed mbed TLS Upstream Changes: - Implement --push-remove option to remove options pushed by server - Use mbedTLS 2.x now, instead of PolarSSL 1.x PR: 210259 Submitted by: ecrist@secure-computing.net (maintainer)
Notes
Notes: svn path=/head/; revision=417735
Diffstat (limited to 'security/openvpn-devel')
-rw-r--r--security/openvpn-devel/Makefile19
-rw-r--r--security/openvpn-devel/distinfo5
2 files changed, 11 insertions, 13 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile
index 9cc726ce9435..f8c4bb9598ae 100644
--- a/security/openvpn-devel/Makefile
+++ b/security/openvpn-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= openvpn
-DISTVERSION= 201607
+DISTVERSION= 201623
CATEGORIES= security net
MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/ \
ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/
@@ -26,27 +26,24 @@ SHEBANG_FILES= sample/sample-scripts/verify-cn \
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS_DEFINE= PW_SAVE PKCS11 EASYRSA LZO DOCS EXAMPLES
+OPTIONS_DEFINE= PKCS11 EASYRSA LZO DOCS EXAMPLES
OPTIONS_DEFAULT= EASYRSA OPENSSL LZO
OPTIONS_SINGLE= SSL
-OPTIONS_SINGLE_SSL= OPENSSL POLARSSL
-PW_SAVE_DESC= Interactive passwords may be read from a file
+OPTIONS_SINGLE_SSL= OPENSSL EMBEDTLS
LZO_DESC= Enable the LZO compression library
PKCS11_DESC= Use security/pkcs11-helper
EASYRSA_DESC= Install security/easy-rsa RSA helper package
-POLARSSL_DESC= SSL/TLS support via PolarSSL
+EMBEDTLS_DESC= SSL/TLS support via mbed TLS
EASYRSA_RUN_DEPENDS= easy-rsa>=0:security/easy-rsa
PKCS11_LIB_DEPENDS= libpkcs11-helper.so:security/pkcs11-helper
PKCS11_CONFIGURE_ENABLE= pkcs11
-PW_SAVE_CONFIGURE_ENABLE= password-save
-
-POLARSSL_LIB_DEPENDS= libmbedtls.so.9:security/polarssl13
-POLARSSL_CONFIGURE_ON= --with-crypto-library=polarssl
-POLARSSL_USE_OFF= openssl=yes
-POLARSSL_CONFIGURE_OFF+=--with-crypto-library=openssl
+EMBEDTLS_LIB_DEPENDS= libmbedtls.so.10:security/mbedtls
+EMBEDTLS_POLARSSL_CONFIGURE_ON= --with-crypto-library=embedtls
+EMBEDTLS_USE_OFF= openssl=yes
+EMBEDTLS_CONFIGURE_OFF+=--with-crypto-library=openssl
LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2
LZO_CONFIGURE_ENABLE= lzo
diff --git a/security/openvpn-devel/distinfo b/security/openvpn-devel/distinfo
index a1bdf0711d3d..b783616fafba 100644
--- a/security/openvpn-devel/distinfo
+++ b/security/openvpn-devel/distinfo
@@ -1,2 +1,3 @@
-SHA256 (openvpn-201607.tar.xz) = c9010a8f21f8f191640b03549247bc271522c3523f89e09434c555939aacbfa0
-SIZE (openvpn-201607.tar.xz) = 879116
+TIMESTAMP = 1465838777
+SHA256 (openvpn-201623.tar.xz) = ee5050aa6d20a4a49f442723b3f35e69c314dd05a2d0322025073146c33bb385
+SIZE (openvpn-201623.tar.xz) = 900028