diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2011-12-13 23:35:01 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-12-13 23:35:01 -0200 |
commit | 418194e1b8d251833d815acdf03f8bfd82151245 (patch) | |
tree | a04bfd1e20e9acb22b814cb50c286be86391d5c4 | |
parent | d4f42d0ed7ab827e2338fcd8a81fe55f3c934c72 (diff) | |
download | pfsense-packages-418194e1b8d251833d815acdf03f8bfd82151245.tar.gz pfsense-packages-418194e1b8d251833d815acdf03f8bfd82151245.tar.bz2 pfsense-packages-418194e1b8d251833d815acdf03f8bfd82151245.zip |
haproxy - version 1.4.18 pkg 0.30
-rw-r--r-- | config/haproxy/haproxy.xml | 9 | ||||
-rw-r--r-- | pkg_config.8.xml | 8 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 8 |
3 files changed, 16 insertions, 9 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml index abfee4b6..bc338764 100644 --- a/config/haproxy/haproxy.xml +++ b/config/haproxy/haproxy.xml @@ -44,13 +44,13 @@ <name>haproxy</name> <version>1.0</version> <title>HAProxy</title> - <aftersaveredirect>/pkg_ediwt.php?xml=haproxy_servers.php</aftersaveredirect> + <aftersaveredirect>/pkg_edit.php?xml=haproxy_servers.php</aftersaveredirect> <include_file>/usr/local/pkg/haproxy.inc</include_file> <menu> <name>HAProxy</name> <tooltiptext></tooltiptext> <section>Services</section> - <url>/haproxy_frontends.php</url> + <url>/haproxy_global.php</url> </menu> <service> <name>HAProxy</name> @@ -96,15 +96,18 @@ <custom_php_resync_config_command> </custom_php_resync_config_command> <custom_php_install_command> + /* + included in package install $freebsdv=trim(`uname -r | cut -d'.' -f1`); conf_mount_rw(); `fetch -q -o /usr/local/sbin/ http://www.pfsense.org/packages/config/haproxy/binaries{$freebsdv}/haproxy`; exec("chmod a+rx /usr/local/sbin/haproxy"); + */ haproxy_custom_php_install_command(); </custom_php_install_command> <custom_php_deinstall_command> haproxy_custom_php_deinstall_command(); </custom_php_deinstall_command> - <custom_php_command_before_form> + <custom_php_command_before_form> </custom_php_command_before_form> </packagegui>
\ No newline at end of file diff --git a/pkg_config.8.xml b/pkg_config.8.xml index e96afe07..8007012f 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -74,15 +74,17 @@ <configurationfile>anyterm.xml</configurationfile> </package> <package> - <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink> <name>haproxy</name> + <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink> <descr>The Reliable, High Performance TCP/HTTP Load Balancer</descr> <website>http://haproxy.1wt.eu/</website> <category>Services</category> - <version>0.29</version> + <version>0.30</version> <status>BETA</status> - <required_version>1.2.3</required_version> + <required_version>2.0</required_version> <config_file>http://www.pfsense.com/packages/config/haproxy/haproxy.xml</config_file> + <depends_on_package_base_url>http://e-sac.siteseguro.ws/pfsense/8/All/</depends_on_package_base_url> + <depends_on_package>haproxy-1.4.18.tbz</depends_on_package> <configurationfile>haproxy.xml</configurationfile> <build_port_path>/usr/ports/net/haproxy</build_port_path> </package> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index d9f79892..34179687 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -150,16 +150,18 @@ <configurationfile>anyterm.xml</configurationfile> </package> <package> - <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink> <name>haproxy</name> + <pkginfolink>http://doc.pfsense.org/index.php/haproxy_package</pkginfolink> <descr>The Reliable, High Performance TCP/HTTP Load Balancer</descr> <website>http://haproxy.1wt.eu/</website> <category>Services</category> - <version>0.29</version> + <version>0.30</version> <status>BETA</status> - <required_version>1.2.3</required_version> + <required_version>2.0</required_version> <config_file>http://www.pfsense.com/packages/config/haproxy/haproxy.xml</config_file> <configurationfile>haproxy.xml</configurationfile> + <depends_on_package_base_url>http://e-sac.siteseguro.ws/pfsense/8/amd64/All/</depends_on_package_base_url> + <depends_on_package>haproxy-1.4.18.tbz</depends_on_package> <build_port_path>/usr/ports/net/haproxy</build_port_path> </package> <package> |