diff options
author | jim-p <jim@pingle.org> | 2009-05-13 18:47:37 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-05-13 18:56:10 -0400 |
commit | ea7d76501e91a1ce0117bf1a6b2b3c9d43f95a49 (patch) | |
tree | 84638a6a7792b0a100f4c8c6599a5fa705b54fc0 | |
parent | a36f2343c6ba49eaf4d4c9fe05e6752e6e15f197 (diff) | |
download | pfsense-packages-ea7d76501e91a1ce0117bf1a6b2b3c9d43f95a49.tar.gz pfsense-packages-ea7d76501e91a1ce0117bf1a6b2b3c9d43f95a49.tar.bz2 pfsense-packages-ea7d76501e91a1ce0117bf1a6b2b3c9d43f95a49.zip |
Dashboard 0.7.6.1
* Fix IPSec status for tunnels using hostnames instead of IPs
-rw-r--r-- | config/dashboard/dashboard.inc | 7 | ||||
-rw-r--r-- | config/dashboard/dashboard.xml | 2 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 | ||||
-rwxr-xr-x | pkg_config.8.xml | 11 | ||||
-rw-r--r-- | pkg_config.xml | 2 |
5 files changed, 4 insertions, 20 deletions
diff --git a/config/dashboard/dashboard.inc b/config/dashboard/dashboard.inc index 5907945a..66c3c659 100644 --- a/config/dashboard/dashboard.inc +++ b/config/dashboard/dashboard.inc @@ -11,12 +11,7 @@ function dashboard_install() { mwexec("cp /usr/local/www/diag_logs_filter.php /usr/local/www/diag_logs_filter.php.before_dashboard"); mwexec("cp /usr/local/www/diag_logs_filter_dynamic.php /usr/local/www/diag_logs_filter_dynamic.php.before_dashboard"); - mwexec("rm /usr/local/www/index.php"); - mwexec("rm /usr/local/www/fbegin.inc"); - mwexec("rm /usr/local/www/diag_logs_filter.php"); - mwexec("rm /usr/local/www/diag_logs_filter_dynamic.php"); - - mwexec("tar xzvpf /usr/local/pkg/widgets.tgz -C /"); + mwexec("tar xzvpUf /usr/local/pkg/widgets.tgz -C /"); assign_privs(); } diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml index 799504ba..33a0254e 100644 --- a/config/dashboard/dashboard.xml +++ b/config/dashboard/dashboard.xml @@ -46,7 +46,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>dashboard</name> - <version>0.7.6</version> + <version>0.7.6.1</version> <title>Dashboard</title> <include_file>/usr/local/pkg/dashboard.inc</include_file> <additional_files_needed> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 08e93a8d..7b38300d 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -78,7 +78,7 @@ <descr>Adds pfSense dashboard that will be included with 2.0. WARNING! Cannot be deinstalled.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> - <version>0.7.6</version> + <version>0.7.6.1</version> <status>BETA</status> <required_version>1.2</required_version> <maximum_version>1.9</maximum_version> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 068eaaf4..aff3da82 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -74,17 +74,6 @@ <after_install_info>The pfSense release key has been updated.</after_install_info> </package> <package> - <name>Dashboard</name> - <descr>Adds pfSense dashboard that will be included with 2.0. WARNING! Cannot be deinstalled.</descr> - <category>System</category> - <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> - <version>0.7.5.3</version> - <status>BETA</status> - <required_version>1.2</required_version> - <maximum_version>1.9</maximum_version> - <configurationfile>dashboard.xml</configurationfile> - </package> - <package> <name>FreeSWITCH</name> <website>http://www.freeswitch.org/</website> <descr>FreeSWITCH is an open source telephony platform designed to facilitate the creation of voice and chat driven products scaling from a soft-phone up to a soft-switch. It can be used as a simple switching engine, a PBX, a media gateway or a media server to host IVR applications using simple scripts or XML to control the callflow. </descr> diff --git a/pkg_config.xml b/pkg_config.xml index 34bc49e7..92a2c72c 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -86,7 +86,7 @@ <descr>Adds pfSense dashboard that will be included with 2.0. This requires 1.2 or newer. WARNING! Cannot be deinstalled.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> - <version>1.7.6</version> + <version>1.7.6.1</version> <status>BETA</status> <required_version>1.2</required_version> <maximum_version>1.9</maximum_version> |