Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2016 03:01:18 +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: r428095 - in head/security/openvpn: . files
Message-ID:  <201612080301.uB831IZ1015285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu Dec  8 03:01:18 2016
New Revision: 428095
URL: https://svnweb.freebsd.org/changeset/ports/428095

Log:
  Upgrade to new upstream bugfix release 2.3.14.
  
  Drop files/extra-patch-fix-subnet and corresponding OPTION, since this
  is now part of the upstream release.
  
  Changelog:	<https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.14>;

Deleted:
  head/security/openvpn/files/extra-patch-fix-subnet
Modified:
  head/security/openvpn/Makefile
  head/security/openvpn/distinfo

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Thu Dec  8 02:57:06 2016	(r428094)
+++ head/security/openvpn/Makefile	Thu Dec  8 03:01:18 2016	(r428095)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		openvpn
-DISTVERSION=		2.3.13
-PORTREVISION=		1
+DISTVERSION=		2.3.14
 CATEGORIES=		security net
 MASTER_SITES=		http://swupdate.openvpn.net/community/releases/ \
 			http://build.openvpn.net/downloads/releases/
@@ -32,8 +31,8 @@ LDFLAGS+=		-L${LOCALBASE}/lib
 CPPFLAGS+=		-DPLUGIN_LIBDIR=\\\"${PREFIX}/lib/openvpn/plugins\\\"
 
 OPTIONS_DEFINE=		PKCS11 EASYRSA DOCS EXAMPLES X509ALTUSERNAME \
-			TUNNELBLICK TEST FIXSUBNET
-OPTIONS_DEFAULT=	EASYRSA OPENSSL TEST FIXSUBNET
+			TUNNELBLICK TEST
+OPTIONS_DEFAULT=	EASYRSA OPENSSL TEST
 OPTIONS_SINGLE=		SSL
 OPTIONS_SINGLE_SSL=	OPENSSL POLARSSL
 # The following feature is always enabled since 2.3.9 and no longer optional.
@@ -43,7 +42,6 @@ EASYRSA_DESC=		Install security/easy-rsa
 POLARSSL_DESC=		SSL/TLS via mbedTLS 1.3.X (not 2.x)
 TUNNELBLICK_DESC=	Tunnelblick XOR scramble patch (READ HELP!)
 X509ALTUSERNAME_DESC=	Enable --x509-username-field (OpenSSL only)
-FIXSUBNET_DESC=		Enable 'topology subnet' fix (experimental)
 
 EASYRSA_RUN_DEPENDS=	easy-rsa>=0:security/easy-rsa
 
@@ -52,8 +50,6 @@ PKCS11_CONFIGURE_ENABLE=	pkcs11
 
 TUNNELBLICK_EXTRA_PATCHES=	${FILESDIR}/extra-tunnelblick-openvpn_xorpatch
 
-FIXSUBNET_EXTRA_PATCHES=	${FILESDIR}/extra-patch-fix-subnet
-
 X509ALTUSERNAME_CONFIGURE_ENABLE=	x509-alt-username
 
 X509ALTUSERNAME_PREVENTS=	POLARSSL

Modified: head/security/openvpn/distinfo
==============================================================================
--- head/security/openvpn/distinfo	Thu Dec  8 02:57:06 2016	(r428094)
+++ head/security/openvpn/distinfo	Thu Dec  8 03:01:18 2016	(r428095)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478247941
-SHA256 (openvpn-2.3.13.tar.xz) = 9cde0c8000fd32d5275adb55f8bb1d8ba429ff3de35f60a36e81f3859b7537e0
-SIZE (openvpn-2.3.13.tar.xz) = 829484
+TIMESTAMP = 1481159357
+SHA256 (openvpn-2.3.14.tar.xz) = f3a0d0eaf8d544409f76a9f2a238a0cd3dde9e1a9c1f98ac732a8b572bcdee98
+SIZE (openvpn-2.3.14.tar.xz) = 831404



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