diff options
author | jim-p <jimp@pfsense.org> | 2015-03-08 17:40:46 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2015-03-08 17:40:46 -0400 |
commit | 858f699b0119f0c196c67740dbfb1fc2f037c2f2 (patch) | |
tree | 8a179e04cb15c856110dbe00269fea023bea4082 /pkg_config.10.xml | |
parent | 93ef8a5824c20f8d942495081edc46853e82baf5 (diff) | |
parent | ba815dbdf7d2acfcd9a6ba4d0c30ac744af6ef36 (diff) | |
download | pfsense-packages-858f699b0119f0c196c67740dbfb1fc2f037c2f2.tar.gz pfsense-packages-858f699b0119f0c196c67740dbfb1fc2f037c2f2.tar.bz2 pfsense-packages-858f699b0119f0c196c67740dbfb1fc2f037c2f2.zip |
Merge pull request #830 from PiBa-NL/haproxy-devel21
Diffstat (limited to 'pkg_config.10.xml')
-rw-r--r-- | pkg_config.10.xml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 64b796d4..7a6ca6c7 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -130,6 +130,27 @@ </build_pbi> </package> <package> + <name>haproxy-1_5</name> + <pkginfolink>https://doc.pfsense.org/index.php/haproxy_package</pkginfolink> + <descr><![CDATA[The Reliable, High Performance TCP/HTTP(S) Load Balancer<br /> + This package implements the TCP, HTTP and HTTPS balancing features from haproxy.<br /> + Supports ACLs for smart backend switching.]]></descr> + <website>http://haproxy.1wt.eu/</website> + <category>Services</category> + <version>1.5.9 pkg v 0.21</version> + <status>Release</status> + <required_version>2.2</required_version> + <config_file>https://packages.pfsense.org/packages/config/haproxy1_5/haproxy.xml</config_file> + <configurationfile>haproxy.xml</configurationfile> + <depends_on_package_pbi>haproxy-devel-1.5.9-##ARCH##.pbi</depends_on_package_pbi> + <build_pbi> + <ports_before>security/openssl</ports_before> + <custom_name>haproxy-devel</custom_name> + <port>/usr/ports/net/haproxy</port> + </build_pbi> + <build_options>WITH_OPENSSL_PORT=yes;OPTIONS_UNSET_FORCE=PCRE DPCRE;OPTIONS_SET_FORCE=OPENSSL SPCRE</build_options> + </package> + <package> <name>haproxy-devel</name> <pkginfolink>https://doc.pfsense.org/index.php/haproxy_package</pkginfolink> <descr><![CDATA[The Reliable, High Performance TCP/HTTP(S) Load Balancer<br /> @@ -137,7 +158,7 @@ Supports ACLs for smart backend switching.]]></descr> <website>http://haproxy.1wt.eu/</website> <category>Services</category> - <version>1.5.9 pkg v 0.20</version> + <version>1.5.9 pkg v 0.21</version> <status>Release</status> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/haproxy-devel/haproxy.xml</config_file> |