public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/mod_security] f44: new version 2.9.13
Date: Thu, 11 Jun 2026 11:09:02 GMT	[thread overview]
Message-ID: <178117614288.1.1753134123900252711.rpms-mod_security-04ddf6593b07@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mod_security
Branch : f44
Commit : 04ddf6593b07c1280d0eeb0b7cb22e17ca6ed0c7
Author : Luboš Uhliarik <luhliari@redhat.com>
Date   : 2026-06-11T12:56:53+02:00
Stats  : +7/-37 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/mod_security/c/04ddf6593b07c1280d0eeb0b7cb22e17ca6ed0c7?branch=f44

Log:
new version 2.9.13

---
diff --git a/.gitignore b/.gitignore
index 923a2b9..0a9dcaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ modsecurity-apache_2.5.12.tar.gz
 /modsecurity-v2.9.9.tar.gz
 /modsecurity-v2.9.11.tar.gz
 /modsecurity-v2.9.12.tar.gz
+/modsecurity-v2.9.13.tar.gz

diff --git a/mod_security-2.9.12-lua-5.5.patch b/mod_security-2.9.12-lua-5.5.patch
deleted file mode 100644
index eb88160..0000000
--- a/mod_security-2.9.12-lua-5.5.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -up modsecurity-v2.9.12/apache2/msc_lua.c.lua55 modsecurity-v2.9.12/apache2/msc_lua.c
---- modsecurity-v2.9.12/apache2/msc_lua.c.lua55	2026-03-14 17:26:08.306090891 -0400
-+++ modsecurity-v2.9.12/apache2/msc_lua.c	2026-03-14 17:27:24.031487783 -0400
-@@ -433,12 +433,12 @@ int lua_execute(msc_script *script, char
- #else
- 
-     /* Create new state. */
--#if LUA_VERSION_NUM == 502 || LUA_VERSION_NUM == 503 || LUA_VERSION_NUM == 504 || LUA_VERSION_NUM == 501
-+#if LUA_VERSION_NUM == 502 || LUA_VERSION_NUM == 503 || LUA_VERSION_NUM == 504 || LUA_VERSION_NUM == 505 || LUA_VERSION_NUM == 501
-     L = luaL_newstate();
- #elif LUA_VERSION_NUM == 500
-     L = lua_open();
- #else
--#error We are only tested under Lua 5.0, 5.1, 5.2, 5.3, or 5.4.
-+#error We are only tested under Lua 5.0, 5.1, 5.2, 5.3, 5.4, or 5.5.
- #endif
-     luaL_openlibs(L);
- 
-@@ -463,10 +463,10 @@ int lua_execute(msc_script *script, char
-     /* Register functions. */
- #if LUA_VERSION_NUM == 500 || LUA_VERSION_NUM == 501
-     luaL_register(L, "m", mylib);
--#elif LUA_VERSION_NUM == 502 || LUA_VERSION_NUM == 503 || LUA_VERSION_NUM == 504
-+#elif LUA_VERSION_NUM == 502 || LUA_VERSION_NUM == 503 || LUA_VERSION_NUM == 504 || LUA_VERSION_NUM == 505
-     luaL_setfuncs(L, mylib, 0);
- #else
--#error We are only tested under Lua 5.0, 5.1, 5.2, 5.3, or 5.4.
-+#error We are only tested under Lua 5.0, 5.1, 5.2, 5.3, 5.4, or 5.5.
- #endif
- 
-     lua_setglobal(L, "m");

diff --git a/mod_security.spec b/mod_security.spec
index b7fe0c8..cb2ab31 100644
--- a/mod_security.spec
+++ b/mod_security.spec
@@ -11,8 +11,8 @@
 
 Summary: Security module for the Apache HTTP Server
 Name: mod_security
-Version: 2.9.12
-Release: 2%{?dist}
+Version: 2.9.13
+Release: 1%{?dist}
 License: Apache-2.0
 URL: http://www.modsecurity.org/
 Source: https://github.com/owasp-modsecurity/ModSecurity/releases/download/v%{version}/modsecurity-v%{version}.tar.gz
@@ -23,9 +23,6 @@ Patch1: modsecurity-2.9.3-apulibs.patch
 Patch2: mod_security-2.9.3-remote-rules-timeout.patch
 Patch3: mod_security-2.9.7-send_error_bucket.patch
 Patch4: mod_security-2.9.7-pipedlogs.patch
-# https://github.com/owasp-modsecurity/ModSecurity/commit/0843a27048c802b63122a190a63ae8469abc55eb
-# https://github.com/owasp-modsecurity/ModSecurity/commit/6d6deb10af260c907cc5b9ad522a6a103ba714e1
-Patch5: mod_security-2.9.12-lua-5.5.patch
 
 Requires: httpd httpd-mmn = %{_httpd_mmn}
 %if 0%{?fedora} || 0%{?rhel} > 7
@@ -151,6 +148,9 @@ install -m0644 mlogc/mlogc-default.conf %{buildroot}%{_sysconfdir}/mlogc.conf
 %endif
 
 %changelog
+* Thu Jun 11 2026 Luboš Uhliarik <luhliari@redhat.com> - 2.9.13-1
+- new version 2.9.13
+
 * Thu Apr 16 2026 Tom Callaway <spot@fedoraproject.org> - 2.9.12-2
 - rebuild
 

diff --git a/sources b/sources
index c4bed51..9b584ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (modsecurity-v2.9.12.tar.gz) = 1fce5fd3362a70271ce9255dc0ab51319ea84cbdbc508e4708a11e1699dbf61c2d85664c0cb015e3907cdfabb048aa334dc1ad73a9151bff75a22bd762a9d170
+SHA512 (modsecurity-v2.9.13.tar.gz) = a3f565341a6c553966648e9c442d0e8baa297bd15e7f88d5dfef4b60f7d205ce0c8732abb7014f35511823779a704264e9447b9b6bbad68f5104291e3a572076

                 reply	other threads:[~2026-06-11 11:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178117614288.1.1753134123900252711.rpms-mod_security-04ddf6593b07@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox