diff mbox series

[meta-webserver,2/2] nginx: upgrade 1.30.1 -> 1.30.2

Message ID 20260523034721.256262-2-ankur.tyagi85@gmail.com
State Under Review
Headers show
Series [meta-oe,1/2] imagemagick: upgrade 7.1.2-22 -> 7.1.2-23 | expand

Commit Message

Ankur Tyagi May 23, 2026, 3:47 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

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 <ankur.tyagi85@gmail.com>
---
 .../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 mbox series

Patch

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"