summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_security/metadata.xml')
-rw-r--r--www-apache/mod_security/metadata.xml27
1 files changed, 19 insertions, 8 deletions
diff --git a/www-apache/mod_security/metadata.xml b/www-apache/mod_security/metadata.xml
index 0b434d6c669a..1a8e39a420e5 100644
--- a/www-apache/mod_security/metadata.xml
+++ b/www-apache/mod_security/metadata.xml
@@ -2,16 +2,14 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<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 name="fuzzyhash">
+ Support fuzzy hash computations (to detect malware, for example)
+ using the <pkg>app-crypt/ssdeep</pkg> package.
</flag>
- <flag name="curl">
- Build the ModSecurity Audit Log Collector (mlogc) that depends
- on <pkg>net-misc/curl</pkg>.
+ <flag name="geoip">
+ Pull in <pkg>dev-libs/geoip</pkg> for use by the SecGeoLookupDb
+ directive.
</flag>
<flag name="jit">
@@ -19,5 +17,18 @@
by <pkg>dev-libs/libpcre</pkg> with jit USE flag enabled. Might
not be available on hardened systems.
</flag>
+
+ <flag name="json">
+ Suppose JSON in the request body parser through
+ <pkg>dev-libs/yajl</pkg>.
+ </flag>
+
+ <flag name="mlogc">
+ Build and install the ModSecurity Audit Log Collector (mlogc).
+ </flag>
</use>
+
+ <upstream>
+ <remote-id type="github">SpiderLabs/ModSecurity</remote-id>
+ </upstream>
</pkgmetadata>