svn commit: r404054 - head/security/openvpn

Matthias Andree mandree at FreeBSD.org
Sun Dec 20 14:35:15 UTC 2015


Author: mandree
Date: Sun Dec 20 14:35:13 2015
New Revision: 404054
URL: https://svnweb.freebsd.org/changeset/ports/404054

Log:
  Update to new upstream release 2.3.9.
  
  Removes the PW_SAVE option, the upstream code always permits saving
  passwords to files now (so the feature is always enabled).
  
  ChangeLog: <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.9>

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

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Sun Dec 20 13:46:02 2015	(r404053)
+++ head/security/openvpn/Makefile	Sun Dec 20 14:35:13 2015	(r404054)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		openvpn
-DISTVERSION=		2.3.8
+DISTVERSION=		2.3.9
 CATEGORIES=		security net
 MASTER_SITES=		http://swupdate.openvpn.net/community/releases/ \
 			http://build.openvpn.net/downloads/releases/
@@ -27,12 +27,13 @@ LDFLAGS+=		-L${LOCALBASE}/lib
 # set PLUGIN_LIBDIR so that unqualified plugin paths are found:
 CPPFLAGS+=		-DPLUGIN_LIBDIR=\\\"${PREFIX}/lib/openvpn/plugins\\\"
 
-OPTIONS_DEFINE=		PW_SAVE PKCS11 EASYRSA DOCS EXAMPLES X509ALTUSERNAME \
+OPTIONS_DEFINE=		PKCS11 EASYRSA DOCS EXAMPLES X509ALTUSERNAME \
 			TUNNELBLICK
 OPTIONS_DEFAULT=	EASYRSA OPENSSL
 OPTIONS_SINGLE=		SSL
 OPTIONS_SINGLE_SSL=	OPENSSL POLARSSL
-PW_SAVE_DESC=		Interactive passwords may be read from a file
+# The following feature is always enabled since 2.3.9 and no longer optional.
+# 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 1.2
@@ -44,8 +45,6 @@ EASYRSA_RUN_DEPENDS=	easy-rsa>=0:${PORTS
 PKCS11_LIB_DEPENDS=	libpkcs11-helper.so:${PORTSDIR}/security/pkcs11-helper
 PKCS11_CONFIGURE_ENABLE=	pkcs11
 
-PW_SAVE_CONFIGURE_ENABLE=	password-save
-
 TUNNELBLICK_EXTRA_PATCHES=	${FILESDIR}/extra-tunnelblick-openvpn_xorpatch
 
 X509ALTUSERNAME_CONFIGURE_ENABLE=	x509-alt-username

Modified: head/security/openvpn/distinfo
==============================================================================
--- head/security/openvpn/distinfo	Sun Dec 20 13:46:02 2015	(r404053)
+++ head/security/openvpn/distinfo	Sun Dec 20 14:35:13 2015	(r404054)
@@ -1,2 +1,2 @@
-SHA256 (openvpn-2.3.8.tar.xz) = a8620cc6b79beea91de8487f8fd2400a2e1ffdef109917021435cb31417cbb99
-SIZE (openvpn-2.3.8.tar.xz) = 810136
+SHA256 (openvpn-2.3.9.tar.xz) = 52f16bef3a02369682f1464fbd2821070c98d0bd993f4c46c764e87375abdcc1
+SIZE (openvpn-2.3.9.tar.xz) = 816168


More information about the svn-ports-all mailing list