summaryrefslogtreecommitdiff
path: root/www-apache/mod_security/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /www-apache/mod_security/metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'www-apache/mod_security/metadata.xml')
-rw-r--r--www-apache/mod_security/metadata.xml34
1 files changed, 34 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..1a8e39a420e5
--- /dev/null
+++ b/www-apache/mod_security/metadata.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <use>
+ <flag name="fuzzyhash">
+ Support fuzzy hash computations (to detect malware, for example)
+ using the <pkg>app-crypt/ssdeep</pkg> package.
+ </flag>
+
+ <flag name="geoip">
+ Pull in <pkg>dev-libs/geoip</pkg> for use by the SecGeoLookupDb
+ directive.
+ </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>
+
+ <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>