diff options
author | jim-p <jimp@pfsense.org> | 2016-01-12 10:03:39 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2016-01-12 10:03:39 -0500 |
commit | bdb20484dc5560467bbf77b3ef57d82008aaae83 (patch) | |
tree | 910c219d3fad71d03559230b973772296deba41f /config/openvpn-client-export | |
parent | e88d4c28e34c330dfa34c48c4c348317959d6d81 (diff) | |
download | pfsense-packages-bdb20484dc5560467bbf77b3ef57d82008aaae83.tar.gz pfsense-packages-bdb20484dc5560467bbf77b3ef57d82008aaae83.tar.bz2 pfsense-packages-bdb20484dc5560467bbf77b3ef57d82008aaae83.zip |
This seems to have broken more than it helped on 2.2.x. Revert "Update OpenVPN client export installer to 2.3.10, use a newer sfx module."
This reverts commit e88d4c28e34c330dfa34c48c4c348317959d6d81.
Diffstat (limited to 'config/openvpn-client-export')
-rwxr-xr-x | config/openvpn-client-export/openvpn-client-export.inc | 4 | ||||
-rwxr-xr-x | config/openvpn-client-export/openvpn-client-export.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/openvpn-client-export/openvpn-client-export.inc b/config/openvpn-client-export/openvpn-client-export.inc index 108b05cd..c6a6f6e6 100755 --- a/config/openvpn-client-export/openvpn-client-export.inc +++ b/config/openvpn-client-export/openvpn-client-export.inc @@ -40,7 +40,7 @@ require_once("util.inc"); require_once("pfsense-utils.inc"); global $current_openvpn_version, $current_openvpn_version_rev; -$current_openvpn_version = "2.3.10"; +$current_openvpn_version = "2.3.8"; $current_openvpn_version_rev = "01"; function openvpn_client_export_install() { @@ -625,7 +625,7 @@ RunProgram="openvpn-postinstall.exe" // create the final installer $outfile = "{$tempdir}-install.exe"; chdir($g['tmp_path']); - exec("/bin/cat {$tempdir}/7zsd_All.sfx {$tempdir}/7zipConfig {$tempdir}/archive.7z > {$outfile}"); + exec("/bin/cat {$tempdir}/7zS.sfx {$tempdir}/7zipConfig {$tempdir}/archive.7z > {$outfile}"); // cleanup exec("/bin/rm -r {$tempdir}"); diff --git a/config/openvpn-client-export/openvpn-client-export.xml b/config/openvpn-client-export/openvpn-client-export.xml index 0b6fa33b..adae671e 100755 --- a/config/openvpn-client-export/openvpn-client-export.xml +++ b/config/openvpn-client-export/openvpn-client-export.xml @@ -44,7 +44,7 @@ ]]> </copyright> <name>OpenVPN Client Export</name> - <version>1.3.6</version> + <version>1.3.0</version> <title>OpenVPN Client Export</title> <include_file>/usr/local/pkg/openvpn-client-export.inc</include_file> <tabs> |