svn commit: r417735 - head/security/openvpn-devel

Kurt Jaeger pi at FreeBSD.org
Tue Jun 28 16:20:12 UTC 2016


Author: pi
Date: Tue Jun 28 16:20:11 2016
New Revision: 417735
URL: https://svnweb.freebsd.org/changeset/ports/417735

Log:
  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 at secure-computing.net (maintainer)

Modified:
  head/security/openvpn-devel/Makefile
  head/security/openvpn-devel/distinfo

Modified: head/security/openvpn-devel/Makefile
==============================================================================
--- head/security/openvpn-devel/Makefile	Tue Jun 28 16:17:21 2016	(r417734)
+++ head/security/openvpn-devel/Makefile	Tue Jun 28 16:20:11 2016	(r417735)
@@ -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/ve
 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

Modified: head/security/openvpn-devel/distinfo
==============================================================================
--- head/security/openvpn-devel/distinfo	Tue Jun 28 16:17:21 2016	(r417734)
+++ head/security/openvpn-devel/distinfo	Tue Jun 28 16:20:11 2016	(r417735)
@@ -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


More information about the svn-ports-head mailing list