diff --git a/mod_security_crs_plugin_gitea_proxy.spec b/mod_security_crs_plugin_gitea_proxy.spec index db3fe76..981ad8e 100644 --- a/mod_security_crs_plugin_gitea_proxy.spec +++ b/mod_security_crs_plugin_gitea_proxy.spec @@ -2,8 +2,8 @@ %global plugin_name %{plugin_id}-rule-exclusions Name: mod_security_crs_plugin_%{gsub %{plugin_id} - _} -Version: 1.2.0 -Release: 1%{?dist} +Version: 1.2.1 +Release: %autorelease Summary: CRS Gitea proxy rule exclusions plugin License: Apache-2.0 @@ -47,14 +47,16 @@ exit 0 %ghost %config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/plugins/%{plugin_name}-before.conf %{_datarootdir}/mod_modsecurity_crs/plugins/%{plugin_id}/ - %changelog -* Wed Dec 25 2024 Daniel Demus +* Thu Jan 23 2025 Daniel Demus 1.2.1-1 +- Silence logging of unconditional match action + +* Wed Dec 25 2024 Daniel Demus 1.2.0-1 - Disable PHP rules as gitea is written in Go -* Sun Aug 11 2024 Daniel Demus +* Sun Aug 11 2024 Daniel Demus 1.1.0-1 - CRS rule 930130 blocks some normal git files by name - Allow disabling the 930130 rule when encountering false positives -* Sun Jul 14 2024 Daniel Demus +* Sun Jul 14 2024 Daniel Demus 1.0.0-1 - First release