From c50cc1254c832701d85546129257091ff22595d6 Mon Sep 17 00:00:00 2001 From: jim-p Date: Thu, 18 May 2017 16:20:03 -0400 Subject: Update the OpenVPN Client Export package with the latest openvpn 2.3.x release (2.3.15) to address recent CVEs. (cherry picked from commit e9ca8b5892b1889d3aaeea80071219fb5763fedc) (cherry picked from commit bdaf948a11c54a7cb7a9d4f828f109eb21902559) (cherry picked from commit d2ec1064a2d6fd6216cf82b989947bc7b17fe128) --- security/openvpn-client-export/Makefile | 2 ++ security/openvpn-client-export/distinfo | 6 +++--- security/openvpn-client-export/pkg-plist | 8 ++++---- security/pfSense-pkg-openvpn-client-export/Makefile | 2 +- .../files/usr/local/pkg/openvpn-client-export.inc | 4 ++-- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/security/openvpn-client-export/Makefile b/security/openvpn-client-export/Makefile index 2a024ce..36a1519 100644 --- a/security/openvpn-client-export/Makefile +++ b/security/openvpn-client-export/Makefile @@ -2,6 +2,8 @@ PORTNAME= openvpn-client-export PORTVERSION= 2.4.2 +DISTVERSIONSUFFIX=_1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://files.pfsense.org/packages/openvpn-client-export/ diff --git a/security/openvpn-client-export/distinfo b/security/openvpn-client-export/distinfo index f3f37ec..6ed4637 100644 --- a/security/openvpn-client-export/distinfo +++ b/security/openvpn-client-export/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494524615 -SHA256 (openvpn-client-export-2.4.2.tgz) = 3b89a29df528684a1a7684a5de64deeea07983e3be9947a6c93f8068d276fbeb -SIZE (openvpn-client-export-2.4.2.tgz) = 11666592 +TIMESTAMP = 1495138574 +SHA256 (openvpn-client-export-2.4.2_1.tgz) = a416eb02d09a1972dd23bf42d23967b4e67d66329b40c02e351755b624751cfd +SIZE (openvpn-client-export-2.4.2_1.tgz) = 11666466 diff --git a/security/openvpn-client-export/pkg-plist b/security/openvpn-client-export/pkg-plist index f97f616..a750844 100755 --- a/security/openvpn-client-export/pkg-plist +++ b/security/openvpn-client-export/pkg-plist @@ -2,10 +2,10 @@ share/openvpn/client-export/template/7zsd_All.sfx share/openvpn/client-export/template/config-import share/openvpn/client-export/template/config-standard share/openvpn/client-export/template/openvpn-install-2.4.2-I601.exe -share/openvpn/client-export/template/openvpn-install-2.3.14-I002-i686.exe -share/openvpn/client-export/template/openvpn-install-2.3.14-I002-x86_64.exe -share/openvpn/client-export/template/openvpn-install-2.3.14-I602-i686.exe -share/openvpn/client-export/template/openvpn-install-2.3.14-I602-x86_64.exe +share/openvpn/client-export/template/openvpn-install-2.3.15-I001-i686.exe +share/openvpn/client-export/template/openvpn-install-2.3.15-I001-x86_64.exe +share/openvpn/client-export/template/openvpn-install-2.3.15-I601-i686.exe +share/openvpn/client-export/template/openvpn-install-2.3.15-I601-x86_64.exe share/openvpn/client-export/template/openvpn-postinstall.exe share/openvpn/client-export/template/openvpn-postinstall64.exe share/openvpn/client-export/template/procchain-import diff --git a/security/pfSense-pkg-openvpn-client-export/Makefile b/security/pfSense-pkg-openvpn-client-export/Makefile index a0307f3..1880cff 100644 --- a/security/pfSense-pkg-openvpn-client-export/Makefile +++ b/security/pfSense-pkg-openvpn-client-export/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pfSense-pkg-openvpn-client-export -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= security MASTER_SITES= # empty DISTFILES= # empty diff --git a/security/pfSense-pkg-openvpn-client-export/files/usr/local/pkg/openvpn-client-export.inc b/security/pfSense-pkg-openvpn-client-export/files/usr/local/pkg/openvpn-client-export.inc index e192eab..095750a 100644 --- a/security/pfSense-pkg-openvpn-client-export/files/usr/local/pkg/openvpn-client-export.inc +++ b/security/pfSense-pkg-openvpn-client-export/files/usr/local/pkg/openvpn-client-export.inc @@ -30,8 +30,8 @@ require_once("pfsense-utils.inc"); global $current_openvpn_version, $current_openvpn_version_rev, $legacy_openvpn_version, $legacy_openvpn_version_rev; $current_openvpn_version = "2.4.2"; $current_openvpn_version_rev = "01"; -$legacy_openvpn_version = "2.3.14"; -$legacy_openvpn_version_rev = "02"; +$legacy_openvpn_version = "2.3.15"; +$legacy_openvpn_version_rev = "01"; function get_openvpnserver_by_id($srvid) { global $config; -- cgit v1.1