From owner-svn-ports-head@freebsd.org Thu Dec 8 03:01:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBD18C6B0E0; Thu, 8 Dec 2016 03:01:19 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A18DA1DAF; Thu, 8 Dec 2016 03:01:19 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB831INn015287; Thu, 8 Dec 2016 03:01:18 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB831IZ1015285; Thu, 8 Dec 2016 03:01:18 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201612080301.uB831IZ1015285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 8 Dec 2016 03:01:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428095 - in head/security/openvpn: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 03:01:20 -0000 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: 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