summaryrefslogtreecommitdiff
blob: b17d41d2886dde68a7cd93a082e473310655c649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <!--maintainer-needed-->
  <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>

    <flag name="pcre2">
      Use <pkg>dev-libs/libpcre2</pkg> as regex implementation
    </flag>
  </use>

  <upstream>
    <remote-id type="github">SpiderLabs/ModSecurity</remote-id>
  </upstream>
</pkgmetadata>