nginx: apply patchs for CVE-2025-23419 and CVE-2026-1642 to all versions

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>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Peter Marko
2026-02-23 17:48:54 +01:00
committed by Gyorgy Sarvari
parent 2a61b6dac8
commit 13b25be8f8
2 changed files with 2 additions and 3 deletions
@@ -27,6 +27,8 @@ SRC_URI = " \
file://CVE-2024-7347-1.patch \ file://CVE-2024-7347-1.patch \
file://CVE-2024-7347-2.patch \ file://CVE-2024-7347-2.patch \
file://CVE-2025-53859.patch \ file://CVE-2025-53859.patch \
file://CVE-2025-23419.patch \
file://CVE-2026-1642.patch \
" "
inherit siteinfo update-rc.d useradd systemd inherit siteinfo update-rc.d useradd systemd
@@ -2,8 +2,5 @@ require nginx.inc
LIC_FILES_CHKSUM = "file://LICENSE;md5=175abb631c799f54573dc481454c8632" 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" SRC_URI[sha256sum] = "77a2541637b92a621e3ee76776c8b7b40cf6d707e69ba53a940283e30ff2f55d"