summaryrefslogtreecommitdiff
blob: 5d1112092a646160532a1518b5fdf98fae1fb228 (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
<?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>