diff --git a/SPECS/nginx/nginx.signatures.json b/SPECS/nginx/nginx.signatures.json index fa4c0b10854..0c1c15eaf93 100644 --- a/SPECS/nginx/nginx.signatures.json +++ b/SPECS/nginx/nginx.signatures.json @@ -1,7 +1,7 @@ { "Signatures": { - "nginx-1.25.4.tar.gz": "760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9", - "nginx-njs-0.8.3.tar.gz": "5e1341ee8c1dfce420ea6456475dafa7d5f4b9aed310faca32597cf4d221cfe0", + "nginx-1.28.0.tar.gz": "c6b5c6b086c0df9d3ca3ff5e084c1d0ef909e6038279c71c1c3e985f576ff76a", + "nginx-njs-0.9.3.tar.gz": "a1ad089a52ebd295489443faea3089d12df414f5da624446d6c2bf7d99ec36cb", "nginx-tests.tgz": "5847fdc454543df77e07026e7de737f9e7ff093c8ce4afcbc2093a64e570ff83", "nginx.service": "73a1321ae35eafc4e02614cde224fc0bf20ceba97f969b3373dd73c15c22a0e1" } diff --git a/SPECS/nginx/nginx.spec b/SPECS/nginx/nginx.spec index 9c73c8fc85f..12c1a41511e 100644 --- a/SPECS/nginx/nginx.spec +++ b/SPECS/nginx/nginx.spec @@ -1,12 +1,12 @@ %global nginx_user nginx -%global njs_version 0.8.3 +%global njs_version 0.9.3 Summary: High-performance HTTP server and reverse proxy Name: nginx # Currently on "stable" version of nginx from https://nginx.org/en/download.html. # Note: Stable versions are even (1.20), mainline versions are odd (1.21) -Version: 1.25.4 -Release: 6%{?dist} +Version: 1.28.0 +Release: 1%{?dist} License: BSD-2-Clause Vendor: Microsoft Corporation Distribution: Azure Linux @@ -20,9 +20,9 @@ Source2: https://github.com/nginx/njs/archive/refs/tags/%{njs_version}.ta Source3: nginx-tests.tgz %endif -Patch0: CVE-2024-7347.patch -Patch1: CVE-2025-23419.patch -Patch2: CVE-2025-53859.patch +#Patch0: CVE-2024-7347.patch +#Patch1: CVE-2025-23419.patch +#Patch2: CVE-2025-53859.patch BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: openssl-devel @@ -165,6 +165,9 @@ rm -rf nginx-tests %dir %{_sysconfdir}/%{name} %changelog +* Thu Oct 23 2025 Sandeep Karambelkar - 1.28.0-1 +- Upgrade to 1.28.0 Upstream Stable Version + * Tue Sep 09 2025 Mayank Singh - 1.25.4-6 - Enable stream ssl preread module diff --git a/cgmanifest.json b/cgmanifest.json index 1735ef6b0ba..bcdc8a57838 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -14372,8 +14372,8 @@ "type": "other", "other": { "name": "nginx", - "version": "1.25.4", - "downloadUrl": "https://nginx.org/download/nginx-1.25.4.tar.gz" + "version": "1.28.0", + "downloadUrl": "https://nginx.org/download/nginx-1.28.0.tar.gz" } } },