blob: c9810c9e1161c0e5fee9024fc52f53eb1e607c4e (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>hydrapolic@gmail.com</email>
<name>Tomáš Mózes</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="fuzzyhash">
Support fuzzy hash computations (to detect malware, for example)
using the <pkg>app-crypt/ssdeep</pkg> package.
</flag>
<flag name="geoip2">
Pull in <pkg>dev-libs/libmaxminddb</pkg> for use by the SecGeoLookupDb
directive.
</flag>
<flag name="json">
Suppose JSON in the request body parser through
<pkg>dev-libs/yajl</pkg>.
</flag>
<flag name="lmdb">
Add LMDB backend support
</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:trustwave:modsecurity</remote-id>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|