diff --git a/compat-nginx.spec b/compat-nginx.spec index 1aec1d801211be504f4c1976ac31c0ffcf192efd..5b95a69310f81606da2cca12eba52c9d61f56ddc 100644 --- a/compat-nginx.spec +++ b/compat-nginx.spec @@ -17,7 +17,7 @@ Name: compat-nginx Epoch: 1 Version: 1.24.0 -Release: 4 +Release: 5 Summary: A HTTP server, reverse proxy and mail proxy server License: BSD URL: http://nginx.org/ @@ -43,6 +43,8 @@ Patch3: backport-CVE-2023-44487.patch # https://nginx.org/download/patch.2024.mp4.txt Patch4: backport-CVE-2024-7347.patch Patch5: backport-CVE-2025-23419.patch +Patch6: backport-Fixed-segfault-if-regex-studies-list-allocation-fails.patch +Patch7: backport-Core-fixed-memory-leak-on-configuration-reload-with-PCRE2.patch BuildRequires: gcc compat-openssl11-devel pcre2-devel zlib-devel systemd gperftools-devel Requires: %{name}-filesystem = %{epoch}:%{version}-%{release} compat-openssl11-libs @@ -371,6 +373,9 @@ fi %{_mandir}/man8/%{name}.8* %changelog +* Wed Apr 02 2025 gaihuiying - 1:1.24.0-5 +- backport upstreams to fix memory leak and possible segfault + * Mon Feb 10 2025 gaihuiying - 1:1.24.0-4 - fix CVE-2025-23419