diff options
Diffstat (limited to 'www-apache/mod_security/metadata.xml')
-rw-r--r-- | www-apache/mod_security/metadata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www-apache/mod_security/metadata.xml b/www-apache/mod_security/metadata.xml new file mode 100644 index 000000000000..5d1112092a64 --- /dev/null +++ b/www-apache/mod_security/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>flameeyes@gentoo.org</email> + <name>Diego E. Pettenò</name> + </maintainer> + <use> + <flag name='geoip'> + Configure ModSecurity to query the GeoIP database from MaxMind, + provided by <pkg>dev-libs/geoip</pkg>. This flag only controls + the default configuration, as the GeoIP query code is part of + ModSecurity's source code. + </flag> + + <flag name='curl'> + Build the ModSecurity Audit Log Collector (mlogc) that depends + on <pkg>net-misc/curl</pkg>. + </flag> + + <flag name='jit'> + Add support for the PCRE Just-in-Time optimisation, as enabled + by <pkg>dev-libs/libpcre</pkg> with jit USE flag enabled. Might + not be available on hardened systems. + </flag> + </use> +</pkgmetadata> |