diff options
Diffstat (limited to 'security')
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; |