- update to 2.9.2
* release notes
https://github.com/SpiderLabs/ModSecurity/releases/tag/v2.9.2
* refresh apache2-mod_security2-no_rpath.diff
* remove apache2-mod_security2-lua-5.3.patch that was applied
upstream
- remove outdated html pages and diagram (they can be accessed
online at https://github.com/SpiderLabs/ModSecurity/wiki)
* Reference-Manual.html.bz2
* ModSecurity-Frequently-Asked-Questions-FAQ.html.bz2
* modsecurity_diagram_apache_request_cycle.jpg
- don't pack the whole doc directory as it contains also Makefiles
or doxygen configuration files
- disable mlogc as we don't pack it and it also can't be built for
curl <=7.34
- add basic and regression test suite (but disabled for now)
* add apache2-mod_security2_tests_conf.patch for apache2
configuration file used for tests that was trying to load
mpm_worker_module (it's static for our apache2 package)
* add "BuildRequires: perl-libwww-perl" needed for the test suite
OBS-URL: https://build.opensuse.org/request/show/556963
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_security2?expand=0&rev=75
15 lines
790 B
Diff
15 lines
790 B
Diff
Index: modsecurity-2.9.2/tests/regression/server_root/conf/httpd.conf.in
|
|
===================================================================
|
|
--- modsecurity-2.9.2.orig/tests/regression/server_root/conf/httpd.conf.in
|
|
+++ modsecurity-2.9.2/tests/regression/server_root/conf/httpd.conf.in
|
|
@@ -14,9 +14,6 @@ LoadModule security2_module @MSC_BASE_DI
|
|
<IfModule !mod_unixd.c>
|
|
LoadModule unixd_module @APXS_LIBEXECDIR@/mod_unixd.so
|
|
</IfModule>
|
|
- <IfModule !mpm_worker_module>
|
|
- LoadModule mpm_worker_module @APXS_LIBEXECDIR@/mod_mpm_worker.so
|
|
- </IfModule>
|
|
LoadModule access_compat_module @APXS_LIBEXECDIR@/mod_access_compat.so
|
|
LoadModule authn_core_module @APXS_LIBEXECDIR@/mod_authn_core.so
|
|
LoadModule authz_core_module @APXS_LIBEXECDIR@/mod_authz_core.so
|