aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/freeswitch_dev/freeswitch.xml2
-rw-r--r--config/freeswitch_dev/v_config.inc8
-rwxr-xr-xpkg_config.7.xml2
3 files changed, 6 insertions, 6 deletions
diff --git a/config/freeswitch_dev/freeswitch.xml b/config/freeswitch_dev/freeswitch.xml
index 8385bc03..a70f028b 100644
--- a/config/freeswitch_dev/freeswitch.xml
+++ b/config/freeswitch_dev/freeswitch.xml
@@ -44,7 +44,7 @@
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>Settings</name>
- <version>0.9.7</version>
+ <version>0.9.7.1</version>
<title>Settings</title>
<include_file>/usr/local/pkg/v_config.inc</include_file>
<menu>
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc
index 74ba18ff..64ab41d0 100644
--- a/config/freeswitch_dev/v_config.inc
+++ b/config/freeswitch_dev/v_config.inc
@@ -2998,8 +2998,8 @@ function v_php_install_command()
global $config;
- $v_package_version = "0.9.7";
- $v_build_version = "1.0.4 pre 10";
+ $v_package_version = "0.9.7.1";
+ $v_build_version = "1.0.4";
$v_build_revision = "14306";
//set script execution time limit to 24 hours
@@ -3833,9 +3833,9 @@ function v_deinstall_command()
exec("pkg_delete popt-1.14");
exec("pkg_delete gettext-0.17_1");
exec("pkg_delete libslang2-2.1.4_1");
- exec("pkg_delete libiconv-1.13.1");
+ //exec("pkg_delete libiconv-1.13.1"); //pfsense needs this file.
exec("pkg_delete pcre-7.9");
- exec("pkg_delete png-1.2.37");
+ //exec("pkg_delete png-1.2.37");
exec("pkg_delete libpri-1.4.1");
exec("pkg_delete sqlite34");
diff --git a/pkg_config.7.xml b/pkg_config.7.xml
index 38b572ce..c3c335d9 100755
--- a/pkg_config.7.xml
+++ b/pkg_config.7.xml
@@ -126,7 +126,7 @@
<pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink>
<config_file>http://www.pfsense.com/packages/config/freeswitch_dev/freeswitch.xml</config_file>
<depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url>
- <version>0.9.7</version>
+ <version>0.9.7.1</version>
<status>Beta</status>
<required_version>1.2.3</required_version>
<maintainer>markjcrane@gmail.com</maintainer>