From 39321ae90b64e8f2bd890a2957a5f80e74d4de30 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Sat, 23 May 2026 15:47:21 +1200 Subject: [PATCH] nginx: upgrade 1.30.1 -> 1.30.2 Changes with nginx 1.30.2 *) Security: a heap memory buffer overflow might occur in a worker process when using a configuration with overlapping captures in ngx_http_rewrite_module, potentially resulting in arbitrary code execution (CVE-2026-9256). Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../recipes-httpd/nginx/{nginx_1.30.1.bb => nginx_1.30.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-webserver/recipes-httpd/nginx/{nginx_1.30.1.bb => nginx_1.30.2.bb} (51%) diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.30.1.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.30.2.bb similarity index 51% rename from meta-webserver/recipes-httpd/nginx/nginx_1.30.1.bb rename to meta-webserver/recipes-httpd/nginx/nginx_1.30.2.bb index f774979f89..2ccc7226a4 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.30.1.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.30.2.bb @@ -2,5 +2,5 @@ require nginx.inc LIC_FILES_CHKSUM = "file://LICENSE;md5=79da1c70d587d3a199af9255ad393f99" -SRC_URI[sha256sum] = "99765000d974896b31ca5882d8c279ce3fe7ef6f5c6f9f0a967ed7fd3407f9cc" +SRC_URI[sha256sum] = "7df3090907fca3cc0e456d6dc00ceb230da74ea88026ceff0affc29dbbd9ac4c"