Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_security/files/2.5.10: 99_mod_security.conf
Date: Tue, 09 Feb 2010 17:48:47
Message-Id: E1NeuCa-0006Wi-C4@stork.gentoo.org
1 flameeyes 10/02/09 17:48:44
2
3 Modified: 99_mod_security.conf
4 Log:
5 Version bump, this version fixes possible security problems. Keep an old version around though as the HTTP Parameter Pollution code changed drastically and might break Rails again.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 www-apache/mod_security/files/2.5.10/99_mod_security.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/files/2.5.10/99_mod_security.conf?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/files/2.5.10/99_mod_security.conf?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/files/2.5.10/99_mod_security.conf?r1=1.1&r2=1.2
14
15 Index: 99_mod_security.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_security/files/2.5.10/99_mod_security.conf,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 99_mod_security.conf 26 Oct 2009 10:26:14 -0000 1.1
22 +++ 99_mod_security.conf 9 Feb 2010 17:48:43 -0000 1.2
23 @@ -1,6 +1,10 @@
24 <IfDefine SECURITY>
25 LoadModule security2_module modules/mod_security2.so
26
27 +# this is only useful with either no core-rule-set, or with crs
28 +# version 2.0.5 or later, as it doesn't set it.
29 +SecDataDir /var/cache/mod_security
30 +
31 # use Core Rule Set by default:
32 Include /etc/apache2/modules.d/mod_security/*.conf