diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-12 15:10:21 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-16 00:34:02 -0800 |
| commit | f2be1069f18e0f7c0f87cffae0f304c118231231 (patch) | |
| tree | d842de4d22f231db34b7544ad626f088334e452a /meta-webserver | |
| parent | de20532a751b0e2696d63e517563bd8eaf76459a (diff) | |
| download | meta-openembedded-f2be1069f18e0f7c0f87cffae0f304c118231231.tar.gz | |
nginx: upgrade 1.28.1 -> 1.28.2
Changelog:
- Security: an attacker might inject plain text data in the response
from an SSL backend (CVE-2026-1642).
- Bugfix: use-after-free might occur after switching to the next gRPC
or HTTP/2 backend.
- Bugfix: fixed warning when compiling with MSVC 2022 x86.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver')
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.28.2.bb (renamed from meta-webserver/recipes-httpd/nginx/nginx_1.28.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.28.1.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.28.2.bb index eaaf2b75e9..9699b7189d 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.28.1.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.28.2.bb | |||
| @@ -2,6 +2,6 @@ require nginx.inc | |||
| 2 | 2 | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3dc49537b08b14c8b66ad247bb4c4593" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3dc49537b08b14c8b66ad247bb4c4593" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "40e7a0916d121e8905ef50f2a738b675599e42b2224a582dd938603fed15788e" | 5 | SRC_URI[sha256sum] = "20e5e0f2c917acfb51120eec2fba9a4ba4e1e10fd28465067cc87a7d81a829a3" |
| 6 | 6 | ||
| 7 | CVE_STATUS[CVE-2025-53859] = "cpe-stable-backport: Fix is included in 1.28.1" | 7 | CVE_STATUS[CVE-2025-53859] = "cpe-stable-backport: Fix is included in 1.28.1" |
