diff mbox series

[meta-webserver,kirkstone] nginx: apply patchs for CVE-2025-23419 and CVE-2026-1642 to all versions

Message ID 20260223164854.39462-1-peter.marko@siemens.com
State New
Headers show
Series [meta-webserver,kirkstone] nginx: apply patchs for CVE-2025-23419 and CVE-2026-1642 to all versions | expand

Commit Message

Peter Marko Feb. 23, 2026, 4:48 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

There is no reason to apply them only to single version when they apply
properly to all versions.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta-webserver/recipes-httpd/nginx/nginx.inc       | 2 ++
 meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
index 94cecabd54..6a53a50505 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -27,6 +27,8 @@  SRC_URI = " \
     file://CVE-2024-7347-1.patch \
     file://CVE-2024-7347-2.patch \
     file://CVE-2025-53859.patch \
+    file://CVE-2025-23419.patch \
+    file://CVE-2026-1642.patch \
 "
 
 inherit siteinfo update-rc.d useradd systemd
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb
index 93a27ebd56..2e865e400e 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb
+++ b/meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb
@@ -2,8 +2,5 @@  require nginx.inc
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=175abb631c799f54573dc481454c8632"
 
-SRC_URI:append = " file://CVE-2025-23419.patch"
-SRC_URI:append = " file://CVE-2026-1642.patch"
-
 SRC_URI[sha256sum] = "77a2541637b92a621e3ee76776c8b7b40cf6d707e69ba53a940283e30ff2f55d"