summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-06-24 16:43:36 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-06-24 16:43:36 +0000
commit95f634fdb62ff8bb671a323e612c8a0e66a00b4c (patch)
tree6d2b63a9c8ec2a3c525a6f612f99dbb1db22aa03 /www-apache
parentRestore sparc KEYWORD as jit is now masked. (diff)
downloadgentoo-2-95f634fdb62ff8bb671a323e612c8a0e66a00b4c.tar.gz
gentoo-2-95f634fdb62ff8bb671a323e612c8a0e66a00b4c.tar.bz2
gentoo-2-95f634fdb62ff8bb671a323e612c8a0e66a00b4c.zip
Update USE descriptions.
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_security/ChangeLog5
-rw-r--r--www-apache/mod_security/metadata.xml20
2 files changed, 10 insertions, 15 deletions
diff --git a/www-apache/mod_security/ChangeLog b/www-apache/mod_security/ChangeLog
index a7996593921f..4765cebb871f 100644
--- a/www-apache/mod_security/ChangeLog
+++ b/www-apache/mod_security/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apache/mod_security
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.77 2012/06/24 16:41:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.78 2012/06/24 16:43:36 flameeyes Exp $
+
+ 24 Jun 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
+ Update USE descriptions.
24 Jun 2012; Diego E. Pettenò <flameeyes@gentoo.org>
mod_security-2.7.0_rc2.ebuild:
diff --git a/www-apache/mod_security/metadata.xml b/www-apache/mod_security/metadata.xml
index d1365071f721..78e6f6ff644f 100644
--- a/www-apache/mod_security/metadata.xml
+++ b/www-apache/mod_security/metadata.xml
@@ -7,20 +7,6 @@
<name>Diego E. Pettenò</name>
</maintainer>
<use>
- <flag name="perl">
- Add a dependency upon Perl and install the script to update the
- Core Rule Set. Please note that this script will use the
- original Core Rule Set, and it's currently mostly untested.
- </flag>
- <flag name="vanilla">
- Provide the original ModSecurity Core Rule Set without
- Gentoo-specific relaxation. When this flag is enabled, we
- install the unadulterated Core Rule Set. Warning! The original
- Core Rule Set is draconic and most likely will break your web
- applications, including Rails-based web applications and
- Bugzilla.
- </flag>
-
<flag name='geoip'>
Configure ModSecurity to query the GeoIP database from MaxMind,
provided by <pkg>dev-libs/geoip</pkg>. This flag only controls
@@ -32,5 +18,11 @@
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>