From 438d7b0779a45549bc95c087e072b0a651d8970a Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Sep 18 2020 14:00:48 +0000 Subject: Enable standalone module --- diff --git a/SPECS/mod_security.spec b/SPECS/mod_security.spec index 2a56f55..dac36f0 100644 --- a/SPECS/mod_security.spec +++ b/SPECS/mod_security.spec @@ -10,7 +10,7 @@ Summary: Security module for the Apache HTTP Server Name: mod_security Version: 2.9.2 -Release: 8%{?dist} +Release: 9%{?dist} License: ASL 2.0 URL: http://www.modsecurity.org/ Group: System Environment/Daemons @@ -62,7 +62,8 @@ This package contains the ModSecurity Audit Log Collector. --enable-pcre-match-limit-recursion=1000000 \ --with-apxs=%{_httpd_apxs} \ --with-yajl \ - --enable-collection-global-lock + --enable-collection-global-lock \ + --enable-standalone-module # remove rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -134,6 +135,9 @@ install -m0644 mlogc/mlogc-default.conf %{buildroot}%{_sysconfdir}/mlogc.conf %endif %changelog +* Fri Sep 18 2020 Carlos Goncalves - 2.9.2-9 +- Enable standalone module + * Mon Dec 17 2018 Joe Orton - 2.9.2-8 - enable collection global lock (#1650268)