gentoo-ebuilds/www-apache/mod_security/metadata.xml
Tomáš Mózes 7b14874344
www-apache/mod_security: add 2.9.8
Project owner changed from Trustwave to OWASP:
https://owasp.org/blog/2024/01/09/ModSecurity

Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39039
Signed-off-by: Sam James <sam@gentoo.org>
2024-12-01 12:06:45 +00:00

39 lines
1.1 KiB
XML

<?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">owasp-modsecurity/ModSecurity</remote-id>
</upstream>
</pkgmetadata>