diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 19:28:45 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 19:28:45 +0000 |
commit | 71e2b6ad89ef8f762ca4ba8ea792bd1929a291f0 (patch) | |
tree | ec7ee5b144b8068ca9e97a395b39c2294acc2f98 /www-apache/mod_security | |
parent | stable x86, bug 205452 (diff) | |
download | gentoo-2-71e2b6ad89ef8f762ca4ba8ea792bd1929a291f0.tar.gz gentoo-2-71e2b6ad89ef8f762ca4ba8ea792bd1929a291f0.tar.bz2 gentoo-2-71e2b6ad89ef8f762ca4ba8ea792bd1929a291f0.zip |
cleanup
(Portage version: 2.1.4)
Diffstat (limited to 'www-apache/mod_security')
-rw-r--r-- | www-apache/mod_security/ChangeLog | 6 | ||||
-rw-r--r-- | www-apache/mod_security/files/2.1.2/99_mod_security.conf | 10 | ||||
-rw-r--r-- | www-apache/mod_security/files/99_mod_security-2.1.1.conf | 10 |
3 files changed, 15 insertions, 11 deletions
diff --git a/www-apache/mod_security/ChangeLog b/www-apache/mod_security/ChangeLog index 6e9da9aff655..61e45e83f6b4 100644 --- a/www-apache/mod_security/ChangeLog +++ b/www-apache/mod_security/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_security # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.10 2008/01/29 18:01:39 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.11 2008/01/31 19:28:43 hollow Exp $ + + 31 Jan 2008; Benedikt Böhm <hollow@gentoo.org> + files/99_mod_security-2.1.1.conf, files/2.1.2/99_mod_security.conf: + cleanup 29 Jan 2008; Benedikt Böhm <hollow@gentoo.org> mod_security-2.1.2.ebuild, mod_security-2.1.4_rc1.ebuild: diff --git a/www-apache/mod_security/files/2.1.2/99_mod_security.conf b/www-apache/mod_security/files/2.1.2/99_mod_security.conf index 78344cde8c87..819e52fd2538 100644 --- a/www-apache/mod_security/files/2.1.2/99_mod_security.conf +++ b/www-apache/mod_security/files/2.1.2/99_mod_security.conf @@ -1,8 +1,8 @@ <IfDefine SECURITY> - <IfModule !mod_security2.c> - LoadModule security2_module modules/mod_security2.so - </IfModule> +LoadModule security2_module modules/mod_security2.so - # use Core Rule Set by default: - Include /etc/apache2/modules.d/mod_security/*.conf +# use Core Rule Set by default: +Include /etc/apache2/modules.d/mod_security/*.conf </IfDefine> + +# vim: ts=4 filetype=apache diff --git a/www-apache/mod_security/files/99_mod_security-2.1.1.conf b/www-apache/mod_security/files/99_mod_security-2.1.1.conf index 78344cde8c87..819e52fd2538 100644 --- a/www-apache/mod_security/files/99_mod_security-2.1.1.conf +++ b/www-apache/mod_security/files/99_mod_security-2.1.1.conf @@ -1,8 +1,8 @@ <IfDefine SECURITY> - <IfModule !mod_security2.c> - LoadModule security2_module modules/mod_security2.so - </IfModule> +LoadModule security2_module modules/mod_security2.so - # use Core Rule Set by default: - Include /etc/apache2/modules.d/mod_security/*.conf +# use Core Rule Set by default: +Include /etc/apache2/modules.d/mod_security/*.conf </IfDefine> + +# vim: ts=4 filetype=apache |