diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-23 13:33:53 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-23 13:33:53 -0300 |
commit | 1f49dd7722f6c7aa3186798d403896537d2ac534 (patch) | |
tree | e4e84406adb17b8d62ab4e5f106c6ebfb5a51976 | |
parent | 01f6359c5541279f05c33389b328322d1c210137 (diff) | |
download | pfsense-packages-1f49dd7722f6c7aa3186798d403896537d2ac534.tar.gz pfsense-packages-1f49dd7722f6c7aa3186798d403896537d2ac534.tar.bz2 pfsense-packages-1f49dd7722f6c7aa3186798d403896537d2ac534.zip |
Disable 'Proxy Server with mod_security' for 2.3+, it cannot co-exist with devel version
-rw-r--r-- | pkg_config.10.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 28b35d1d..b09dfb4f 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -226,6 +226,7 @@ <version>0.1.7</version> <status>ALPHA</status> <required_version>2.2</required_version> + <maximum_version>2.2.999</maximum_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_RUN=22</port_uses> |