aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/phpsysinfo/phpsysinfo.inc4
-rw-r--r--config/phpsysinfo/phpsysinfo.xml2
-rw-r--r--pkg_config.7.xml6
3 files changed, 6 insertions, 6 deletions
diff --git a/config/phpsysinfo/phpsysinfo.inc b/config/phpsysinfo/phpsysinfo.inc
index 403b0f97..0db2a75a 100644
--- a/config/phpsysinfo/phpsysinfo.inc
+++ b/config/phpsysinfo/phpsysinfo.inc
@@ -13,7 +13,7 @@ global $config, $g;
conf_mount_rw();
config_lock();
exec("cd ..");
- exec("tar -xzvf /usr/local/pkg/phpsysinfo-2.5.3.tgz");
+ exec("tar -xzvf /usr/local/pkg/phpsysinfo-2.5.4.tar.gz");
// link shared libraries
if ((!file_exists("/lib/libm.so.4")) AND (file_exists("/lib/libm.so.5"))) {
@@ -156,4 +156,4 @@ fclose($hf);
conf_mount_ro();
config_unlock();
}
-?> \ No newline at end of file
+?>
diff --git a/config/phpsysinfo/phpsysinfo.xml b/config/phpsysinfo/phpsysinfo.xml
index ab3d2217..1cc072fb 100644
--- a/config/phpsysinfo/phpsysinfo.xml
+++ b/config/phpsysinfo/phpsysinfo.xml
@@ -75,7 +75,7 @@
<additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
<chmod>0644</chmod>
- <item>http://files.pfsense.org/packages/All/phpsysinfo-2.5.3.tgz</item>
+ <item>http://www.pfsense.com/packages/config/phpsysinfo/bin/phpsysinfo-2.5.4.tar.gz</item>
</additional_files_needed>
<fields>
<field>
diff --git a/pkg_config.7.xml b/pkg_config.7.xml
index 7d0c7c96..63359535 100644
--- a/pkg_config.7.xml
+++ b/pkg_config.7.xml
@@ -224,11 +224,11 @@
<website>http://phpsysinfo.sourceforge.net/</website>
<descr>PHPSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.</descr>
<category>System</category>
- <version>2.5.3</version>
+ <version>2.5.4</version>
<status>Beta</status>
<required_version>1.0</required_version>
- <depends_on_package_base_url>http://files.pfsense.org/packages/All</depends_on_package_base_url>
- <depends_on_package>mbmon-205_3.tbz</depends_on_package>
+ <depends_on_package_base_url>http://www.pfsense.com/packages/config/phpsysinfo/bin/</depends_on_package_base_url>
+ <depends_on_package>mbmon-205_4.tbz</depends_on_package>
<config_file>http://www.pfsense.com/packages/config/phpsysinfo/phpsysinfo.xml</config_file>
<configurationfile>phpsysinfo.xml</configurationfile>
</package>