diff mbox series

[meta-webserver,scarthgap,1/1] nginx: upgrade 1.25.3 -> 1.25.4

Message ID 20250113161622.942663-1-divya.chellam@windriver.com
State New
Headers show
Series [meta-webserver,scarthgap,1/1] nginx: upgrade 1.25.3 -> 1.25.4 | expand

Commit Message

dchellam Jan. 13, 2025, 4:16 p.m. UTC
From: Divya Chellam <divya.chellam@windriver.com>

Changelog:
===========
https://nginx.org/en/CHANGES

*) Security: when using HTTP/3 a segmentation fault might occur in a
worker process while processing a specially crafted QUIC session
(CVE-2024-24989, CVE-2024-24990).

*) Bugfix: connections with pending AIO operations might be closed
prematurely during graceful shutdown of old worker processes.

*) Bugfix: socket leak alerts no longer logged when fast shutdown was
requested after graceful shutdown of old worker processes.

*) Bugfix: a socket descriptor error, a socket leak, or a segmentation
fault in a worker process (for SSL proxying) might occur if AIO was
used in a subrequest.

*) Bugfix: a segmentation fault might occur in a worker process if SSL
proxying was used along with the "image_filter" directive and errors
with code 415 were redirected with the "error_page" directive.

*) Bugfixes and improvements in HTTP/3.

Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
---
 .../recipes-httpd/nginx/{nginx_1.25.3.bb => nginx_1.25.4.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-webserver/recipes-httpd/nginx/{nginx_1.25.3.bb => nginx_1.25.4.bb} (74%)
diff mbox series

Patch

diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb
similarity index 74%
rename from meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
rename to meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb
index d0371dd3c..1cd036bb4 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
+++ b/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb
@@ -6,5 +6,5 @@  DEFAULT_PREFERENCE = "-1"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d"
 
-SRC_URI[sha256sum] = "64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86"
+SRC_URI[sha256sum] = "c8b288cd8a25628a167a874261069302f3cd7548"