aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2015-12-20 22:35:13 +0800
committermandree <mandree@FreeBSD.org>2015-12-20 22:35:13 +0800
commit431f15697fe888fd019f0055f6c6d621b2f43925 (patch)
treed3e13200654661e37ff0e9584f17c01477244189 /security
parentfa53043f794c49f1905bef1f7dc808741d85aa34 (diff)
downloadfreebsd-ports-gnome-431f15697fe888fd019f0055f6c6d621b2f43925.tar.gz
freebsd-ports-gnome-431f15697fe888fd019f0055f6c6d621b2f43925.tar.zst
freebsd-ports-gnome-431f15697fe888fd019f0055f6c6d621b2f43925.zip
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>
Diffstat (limited to 'security')
-rw-r--r--security/openvpn/Makefile9
-rw-r--r--security/openvpn/distinfo4
2 files changed, 6 insertions, 7 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile
index bfea0701fa8a..b6df5806839d 100644
--- a/security/openvpn/Makefile
+++ b/security/openvpn/Makefile
@@ -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:${PORTSDIR}/security/easy-rsa
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
diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo
index 6fc576b74c20..cd667ed6cee8 100644
--- a/security/openvpn/distinfo
+++ b/security/openvpn/distinfo
@@ -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