backport upstreams to fix memory leak and possible segfault for compat-nginx

This commit is contained in:
eaglegai 2025-04-10 07:44:19 +00:00
parent c33b0c753c
commit 9afdbfafe3

View File

@ -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 <eaglegai@163.com> - 1:1.24.0-5
- backport upstreams to fix memory leak and possible segfault
* Mon Feb 10 2025 gaihuiying <eaglegai@163.com> - 1:1.24.0-4
- fix CVE-2025-23419