Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/modsecurity-crs/files/
Date: Wed, 31 Oct 2018 18:34:16
Message-Id: 1541010845.1fa5fedf16d2c8de762089985e467242a2d56222.pacho@gentoo
1 commit: 1fa5fedf16d2c8de762089985e467242a2d56222
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 31 18:33:46 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 31 18:34:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa5fedf
7
8 www-apache/modsecurity-crs: Readd wrongly dropped files
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 www-apache/modsecurity-crs/files/80_mod_security-crs.conf | 8 ++++++++
14 1 file changed, 8 insertions(+)
15
16 diff --git a/www-apache/modsecurity-crs/files/80_mod_security-crs.conf b/www-apache/modsecurity-crs/files/80_mod_security-crs.conf
17 new file mode 100644
18 index 00000000000..c6b767a3cf2
19 --- /dev/null
20 +++ b/www-apache/modsecurity-crs/files/80_mod_security-crs.conf
21 @@ -0,0 +1,8 @@
22 +<IfDefine SECURITY>
23 + # Add your custom CRS configuration here. A copy of upstream's
24 + # crs-setup.conf.example is includes with the documentation of
25 + # modsecurity-crs.
26 +
27 + # Include the rules AFTER your custom configuration.
28 + Include /usr/share/modsecurity-crs/rules/*.conf
29 +</IfDefine>