From 83490af9b1465bb7cd3cf2c2f5bdc1e630a7b566 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 14 May 2017 09:44:51 -0400 Subject: www-apache/modsecurity-crs: new version 3.0.2. This new version is a companion to the new mod_security-2.9.1. The rule numbering (and loading?) upstream has been completely rewritten, so the ebuild was too: it's a lot simpler now. I based the new ebuild off of the one posted to bug 615750 by Graham E, so thanks are due to him. The "geoip" and "lua" USE flags were dropped in the hopes that the new rule-loading system is smart enough to do the right thing. If not, this may need a revision to disable any rules that won't work with the installed version of mod_security. Gentoo-Bug: 615750 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- www-apache/modsecurity-crs/files/80_mod_security-crs.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 www-apache/modsecurity-crs/files/80_mod_security-crs.conf (limited to 'www-apache/modsecurity-crs/files') diff --git a/www-apache/modsecurity-crs/files/80_mod_security-crs.conf b/www-apache/modsecurity-crs/files/80_mod_security-crs.conf new file mode 100644 index 000000000000..c6b767a3cf24 --- /dev/null +++ b/www-apache/modsecurity-crs/files/80_mod_security-crs.conf @@ -0,0 +1,8 @@ + + # Add your custom CRS configuration here. A copy of upstream's + # crs-setup.conf.example is includes with the documentation of + # modsecurity-crs. + + # Include the rules AFTER your custom configuration. + Include /usr/share/modsecurity-crs/rules/*.conf + -- cgit v1.2.3-65-gdbad