aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-12-23 15:00:58 -0700
committermcrane <mctch@yahoo.com>2009-12-23 15:00:58 -0700
commit3ac45af4c58eafd559f178e2f5ae0e2c20fedf03 (patch)
treecb1f4a63257a339cf059bf51b80e8fd46eb17421
parentcb47099503bb62663f1e93f02dec0bdabe2cc68e (diff)
downloadpfsense-packages-3ac45af4c58eafd559f178e2f5ae0e2c20fedf03.tar.gz
pfsense-packages-3ac45af4c58eafd559f178e2f5ae0e2c20fedf03.tar.bz2
pfsense-packages-3ac45af4c58eafd559f178e2f5ae0e2c20fedf03.zip
vHosts missing dependency for php5 added for pfsense 1.2.3.
-rw-r--r--config/vhosts/freebsd7.2/usr.local.lib/libxml2.abin0 -> 1440870 bytes
-rw-r--r--config/vhosts/freebsd7.2/usr.local.lib/libxml2.la35
-rw-r--r--config/vhosts/freebsd7.2/usr.local.lib/libxml2.so.5bin0 -> 1334698 bytes
-rw-r--r--config/vhosts/vhosts.inc19
-rw-r--r--config/vhosts/vhosts.xml2
-rwxr-xr-xpkg_config.7.xml11
6 files changed, 60 insertions, 7 deletions
diff --git a/config/vhosts/freebsd7.2/usr.local.lib/libxml2.a b/config/vhosts/freebsd7.2/usr.local.lib/libxml2.a
new file mode 100644
index 00000000..6c1014a3
--- /dev/null
+++ b/config/vhosts/freebsd7.2/usr.local.lib/libxml2.a
Binary files differ
diff --git a/config/vhosts/freebsd7.2/usr.local.lib/libxml2.la b/config/vhosts/freebsd7.2/usr.local.lib/libxml2.la
new file mode 100644
index 00000000..e5b6be20
--- /dev/null
+++ b/config/vhosts/freebsd7.2/usr.local.lib/libxml2.la
@@ -0,0 +1,35 @@
+# libxml2.la - a libtool library file
+# Generated by ltmain.sh - GNU libtool 1.5.24 (1.1220.2.456 2007/06/24 02:25:32)
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='libxml2.so.5'
+
+# Names of this library.
+library_names='libxml2.so.5 libxml2.so libxml2.so'
+
+# The name of the static archive.
+old_library='libxml2.a'
+
+# Libraries that this one depends upon.
+dependency_libs=' -L/usr/local/lib -lz /usr/local/lib/libiconv.la -lm'
+
+# Version information for libxml2.
+current=5
+age=0
+revision=0
+
+# Is this an already installed library?
+installed=yes
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=no
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='/usr/local/lib'
diff --git a/config/vhosts/freebsd7.2/usr.local.lib/libxml2.so.5 b/config/vhosts/freebsd7.2/usr.local.lib/libxml2.so.5
new file mode 100644
index 00000000..ec728eb1
--- /dev/null
+++ b/config/vhosts/freebsd7.2/usr.local.lib/libxml2.so.5
Binary files differ
diff --git a/config/vhosts/vhosts.inc b/config/vhosts/vhosts.inc
index e9a1a6ec..6cea0c04 100644
--- a/config/vhosts/vhosts.inc
+++ b/config/vhosts/vhosts.inc
@@ -732,6 +732,25 @@ function php_install_command() {
exec("mkdir /usr/local/vhosts/");
}
+ if(stristr(php_uname('r'), '7.2') == TRUE) {
+ if (!file_exists('/usr/local/lib/libxml2.so.5')) {
+ chdir('/usr/local/lib/');
+ exec ("fetch http://www.pfsense.com/packages/config/vhosts/freebsd7.2/usr.local.lib/libxml2.so.5");
+ }
+ if (!file_exists('/usr/local/lib/libxml2.so')) {
+ chdir('/usr/local/lib/');
+ exec ("fetch http://www.pfsense.com/packages/config/vhosts/freebsd7.2/usr.local.lib/libxml2.so");
+ }
+ if (!file_exists('/usr/local/lib/libxml2.la')) {
+ chdir('/usr/local/lib/');
+ exec ("fetch http://www.pfsense.com/packages/config/vhosts/freebsd7.2/usr.local.lib/libxml2.la");
+ }
+ if (!file_exists('/usr/local/lib/libxml2.a')) {
+ chdir('/usr/local/lib/');
+ exec ("fetch http://www.pfsense.com/packages/config/vhosts/freebsd7.2/usr.local.lib/lib/libxml2.a");
+ }
+ }
+
//rename PHP files from .tmp to .php
exec("cp /tmp/vhosts_php.tmp /usr/local/www/packages/vhosts/vhosts_php.php");
unlink_if_exists("/tmp/vhosts_php.tmp");
diff --git a/config/vhosts/vhosts.xml b/config/vhosts/vhosts.xml
index 0b9cd769..14141044 100644
--- a/config/vhosts/vhosts.xml
+++ b/config/vhosts/vhosts.xml
@@ -41,7 +41,7 @@
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>vHosts Settings</name>
- <version>0.6</version>
+ <version>0.7</version>
<title>Settings</title>
<include_file>/usr/local/pkg/vhosts.inc</include_file>
<menu>
diff --git a/pkg_config.7.xml b/pkg_config.7.xml
index ca2c83a9..24c5499b 100755
--- a/pkg_config.7.xml
+++ b/pkg_config.7.xml
@@ -19,7 +19,7 @@
<descr>The Reliable, High Performance TCP/HTTP Load Balancer</descr>
<website>http://haproxy.1wt.eu/</website>
<category>Services</category>
- <version>0.21</version>
+ <version>0.20</version>
<status>BETA</status>
<required_version>1.2.3</required_version>
<config_file>http://www.pfsense.com/packages/config/haproxy/haproxy.xml</config_file>
@@ -297,7 +297,7 @@
<pkginfolink>http://doc.pfsense.org/index.php/vhosts</pkginfolink>
<config_file>http://www.pfsense.com/packages/config/vhosts/vhosts.xml</config_file>
<depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url>
- <version>0.6</version>
+ <version>0.7</version>
<status>Stable</status>
<required_version>1.2.3</required_version>
<maintainer>markjcrane@gmail.com</maintainer>
@@ -433,12 +433,11 @@
<package>
<name>Fit123</name>
<website>http://pfsense.comuf.com</website>
- <descr>With Fit123 a small set of features can be added to pfSense 1.2.3 (Date)Adds current date to front page (LTSP)Adds 3th network boot option (After Filter Change) Clear states after filter reload (DNS Servers)Adds option for a 3th and 4th DNS Server (DDNS)A more customize way to update dynamic dns (CASS) Clear states for 1 voip client after dynamic ip update on wan.</descr>
+ <descr>With Fit123 a small set of features can be added to pfSense 1.2.3 (Date)Adds current date to front page (LTSP)Adds 3th network boot option (After Filter Change) Clear states after filter reload (DNS Servers)Adds option for a 3th and 4th DNS Server (DDNS)A more customize way to update dynamic dns (Themes)On install Code-red and the pfsense ng theme are added to the list of avalible themes.</descr>
<category>System</category>
- <version>1.0</version>
- <status>Stable</status>
+ <version>0.0.5</version>
+ <status>ALPHA</status>
<required_version>1.2.3</required_version>
- <maximum_version>1.2.3</maximum_version>
<maintainer>crazypark2@yahoo.dk</maintainer>
<config_file>http://www.pfsense.com/packages/config/Fit123/fit123.xml</config_file>
<configurationfile>fit123.xml</configurationfile>