diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-23 13:08:25 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-23 13:08:25 -0300 |
commit | 09d5d9b1b89e45d2b0de0e4e7a38a8f8078f8c7b (patch) | |
tree | cc4839927eef397e20b248ee927a5f298ede87ee /pkg_config.10.xml | |
parent | 668c8abc54d02c473c9e272c22995d636149960f (diff) | |
download | pfsense-packages-09d5d9b1b89e45d2b0de0e4e7a38a8f8078f8c7b.tar.gz pfsense-packages-09d5d9b1b89e45d2b0de0e4e7a38a8f8078f8c7b.tar.bz2 pfsense-packages-09d5d9b1b89e45d2b0de0e4e7a38a8f8078f8c7b.zip |
Sanitize version prepare dependencies and uses for ports apache-mod_security and apache-mod_security-devel
Diffstat (limited to 'pkg_config.10.xml')
-rw-r--r-- | pkg_config.10.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 277c6d68..61deb348 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -189,6 +189,7 @@ </package> <package> <name>Apache with mod_security-dev</name> + <internal_name>apache-mod_security-devel</internal_name> <pkginfolink>https://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink> <website>http://www.modsecurity.org/</website> <descr><![CDATA[ModSecurity is a web application firewall that can work either embedded or as a reverse proxy.<br> @@ -196,10 +197,14 @@ In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.<br> <b>Backup your location config before updating from 0.2.x to 0.3 package version.</b>]]></descr> <category>Network Management</category> - <version>2.4.9_2pkg v0.43</version> + <version>0.43</version> <status>ALPHA</status> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/apache_mod_security-dev/apache_virtualhost.xml</config_file> + <run_depends>${APACHEMODDIR}/mod_security2.so:www/mod_security ${APACHEMODDIR}/mod_memcache.so:www/mod_memcache</run_depends> + <port_uses>USE_APACHE=24</port_uses> + <port_category>net</port_category> + <conflicts>apache-mod_security</conflicts> <depends_on_package_pbi>proxy_mod_security-2.4.9_4-##ARCH##.pbi git-2.2.1-##ARCH##.pbi</depends_on_package_pbi> <configurationfile>apache_virtualhost.xml</configurationfile> <build_pbi> @@ -213,6 +218,7 @@ </package> <package> <name>Proxy Server with mod_security</name> + <internal_name>apache-mod_security</internal_name> <pkginfolink>https://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink> <website>http://www.modsecurity.org/</website> <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.</descr> @@ -221,6 +227,10 @@ <status>ALPHA</status> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/apache_mod_security/apache_mod_security.xml</config_file> + <run_depends>${APACHEMODDIR}/mod_security2.so:www/mod_security ${APACHEMODDIR}/mod_memcache.so:www/mod_memcache</run_depends> + <port_uses>USE_APACHE=22</port_uses> + <port_category>net</port_category> + <conflicts>apache-mod_security-devel</conflicts> <depends_on_package_pbi>proxy_mod_security-2.2.27_5-##ARCH##.pbi</depends_on_package_pbi> <configurationfile>apache_mod_security.xml</configurationfile> <build_pbi> |