diff options
author | jim-p <jimp@pfsense.org> | 2017-10-03 12:00:50 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2017-10-03 12:01:24 -0400 |
commit | 02b1f7a23b414671afc122f2a11caf74d08c895f (patch) | |
tree | 9a2bb936ea2f5702c46fde3918e8e90e9f37e9ba | |
parent | 8aa2604a49c83bc0544fb4862d94fb74d93e789d (diff) | |
download | FreeBSD-ports-02b1f7a23b414671afc122f2a11caf74d08c895f.zip FreeBSD-ports-02b1f7a23b414671afc122f2a11caf74d08c895f.tar.gz |
Update OpenVPN Client Export to 2.4.4/2.3.18
(cherry picked from commit 2e5805450fe4acb3c3663cfce07014f774b576fc)
5 files changed, 14 insertions, 17 deletions
diff --git a/security/openvpn-client-export/Makefile b/security/openvpn-client-export/Makefile index 5a3d07f..11eb371 100644 --- a/security/openvpn-client-export/Makefile +++ b/security/openvpn-client-export/Makefile @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= openvpn-client-export -PORTVERSION= 2.4.3 -DISTVERSIONSUFFIX=_1 -PORTREVISION= 4 +PORTVERSION= 2.4.4 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 e04136e..fa8932b 100644 --- a/security/openvpn-client-export/distinfo +++ b/security/openvpn-client-export/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504634902 -SHA256 (openvpn-client-export-2.4.3_1.tgz) = 79e7707c0a36e39ca11a1243a9a9530786382fb86aa0e779cc6d98fcb14879cb -SIZE (openvpn-client-export-2.4.3_1.tgz) = 11676898
\ No newline at end of file +TIMESTAMP = 1507046153 +SHA256 (openvpn-client-export-2.4.4.tgz) = 8926046ce8ebbc86a364d79b6cc2e7aa465539ef916bed1e244c393ee5013987 +SIZE (openvpn-client-export-2.4.4.tgz) = 11771065
\ No newline at end of file diff --git a/security/openvpn-client-export/pkg-plist b/security/openvpn-client-export/pkg-plist index a2be4f9..b2e0c6e 100644 --- a/security/openvpn-client-export/pkg-plist +++ b/security/openvpn-client-export/pkg-plist @@ -1,11 +1,11 @@ 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.3-I602.exe -share/openvpn/client-export/template/openvpn-install-2.3.17-I001-i686.exe -share/openvpn/client-export/template/openvpn-install-2.3.17-I001-x86_64.exe -share/openvpn/client-export/template/openvpn-install-2.3.17-I601-i686.exe -share/openvpn/client-export/template/openvpn-install-2.3.17-I601-x86_64.exe +share/openvpn/client-export/template/openvpn-install-2.4.4-I601.exe +share/openvpn/client-export/template/openvpn-install-2.3.18-I001-i686.exe +share/openvpn/client-export/template/openvpn-install-2.3.18-I001-x86_64.exe +share/openvpn/client-export/template/openvpn-install-2.3.18-I601-i686.exe +share/openvpn/client-export/template/openvpn-install-2.3.18-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 d1bb2ec..a461d0f 100644 --- a/security/pfSense-pkg-openvpn-client-export/Makefile +++ b/security/pfSense-pkg-openvpn-client-export/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pfSense-pkg-openvpn-client-export -PORTVERSION= 1.4.13 -PORTREVISION= 1 +PORTVERSION= 1.4.14 CATEGORIES= security MASTER_SITES= # empty DISTFILES= # empty @@ -14,7 +13,7 @@ COMMENT= pfSense package openvpn-client-export LICENSE= APACHE20 RUN_DEPENDS= openvpn>=2.4.3:security/openvpn \ - openvpn-client-export>=2.4.3_4:security/openvpn-client-export \ + openvpn-client-export>=2.4.4:security/openvpn-client-export \ zip>0:archivers/zip \ p7zip>0:archivers/p7zip 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 16475c8..8d4fe0a 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 @@ -28,9 +28,9 @@ require_once("util.inc"); 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.3"; -$current_openvpn_version_rev = "02"; -$legacy_openvpn_version = "2.3.17"; +$current_openvpn_version = "2.4.4"; +$current_openvpn_version_rev = "01"; +$legacy_openvpn_version = "2.3.18"; $legacy_openvpn_version_rev = "01"; function get_openvpnserver_by_id($srvid) { |