diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:15:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /www-apache/mod_security | |
parent | package.use.mask studio for net-analyzer/icinga2 (diff) | |
download | gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.bz2 gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.zip |
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
Diffstat (limited to 'www-apache/mod_security')
-rw-r--r-- | www-apache/mod_security/metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apache/mod_security/metadata.xml b/www-apache/mod_security/metadata.xml index 5d1112092a64..98313ed7d85a 100644 --- a/www-apache/mod_security/metadata.xml +++ b/www-apache/mod_security/metadata.xml @@ -6,19 +6,19 @@ <name>Diego E. Pettenò</name> </maintainer> <use> - <flag name='geoip'> + <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'> + <flag name="curl"> Build the ModSecurity Audit Log Collector (mlogc) that depends on <pkg>net-misc/curl</pkg>. </flag> - <flag name='jit'> + <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. |