Skip to content

Commit 3c2cd2c

Browse files
mayankfzMayank Singh
andauthored
Bug 58672870: Enable stream ssl preread in nginx (microsoft#14506)
Signed-off-by: Mayank Singh <[email protected]> Co-authored-by: Mayank Singh <[email protected]>
1 parent 5820331 commit 3c2cd2c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

SPECS/nginx/nginx.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name: nginx
66
# Currently on "stable" version of nginx from https://nginx.org/en/download.html.
77
# Note: Stable versions are even (1.20), mainline versions are odd (1.21)
88
Version: 1.25.4
9-
Release: 5%{?dist}
9+
Release: 6%{?dist}
1010
License: BSD-2-Clause
1111
Vendor: Microsoft Corporation
1212
Distribution: Azure Linux
@@ -95,7 +95,8 @@ sh configure \
9595
--with-http_v2_module \
9696
--with-ipv6 \
9797
--with-stream \
98-
--with-compat
98+
--with-compat \
99+
--with-stream_ssl_preread_module
99100

100101
%make_build
101102

@@ -164,6 +165,9 @@ rm -rf nginx-tests
164165
%dir %{_sysconfdir}/%{name}
165166

166167
%changelog
168+
* Tue Sep 09 2025 Mayank Singh <[email protected]> - 1.25.4-6
169+
- Enable stream ssl preread module
170+
167171
* Tue Aug 19 2025 Azure Linux Security Servicing Account <[email protected]> - 1.25.4-5
168172
- Patch for CVE-2025-53859
169173

@@ -172,7 +176,7 @@ rm -rf nginx-tests
172176
- Added tests to verify nginx server and its supported modules
173177

174178
* Tue Feb 10 2025 Mitch Zhu <[email protected]> - 1.25.4-3
175-
- Fix CVE-2025-234419
179+
- Fix CVE-2025-23419
176180

177181
* Tue Aug 20 2024 Cameron Baird <[email protected]> - 1.25.4-2
178182
- Fix CVE-2024-7347

0 commit comments

Comments
 (0)