diff mbox series

[meta-webserver,2/3] nginx: upgrade 1.29.5 -> 1.29.6

Message ID 20260315204422.29217-2-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-webserver,1/3] webmin: upgrade 2.520 -> 2.621 | expand

Commit Message

Ankur Tyagi March 15, 2026, 8:44 p.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Changelog:
* Feature: session affinity support; the "sticky" directive in the
"upstream" block of the "http" module; the "server" directive supports
the "route" and "drain" parameters.
* Change: now nginx limits the size and rate of QUIC stateless reset
packets.
* Bugfix: receiving a QUIC packet by a wrong worker process could cause the
connection to terminate.
* Bugfix: "[crit] cache file ... contains invalid header" messages might
appear in logs when sending a cached HTTP/2 response.
* Bugfix: proxying to scgi backends might not work when using chunked
transfer encoding and the "scgi_request_buffering" directive.
* Bugfix: in the ngx_http_mp4_module.
* Bugfix: nginx treated a comma as separator in the "Cookie" request header
line when evaluating "$cookie_..." variables.
* Bugfix: in IMAP command literal argument parsing.

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../recipes-httpd/nginx/{nginx_1.29.5.bb => nginx_1.29.6.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-webserver/recipes-httpd/nginx/{nginx_1.29.5.bb => nginx_1.29.6.bb} (74%)
diff mbox series

Patch

diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.29.5.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.29.6.bb
similarity index 74%
rename from meta-webserver/recipes-httpd/nginx/nginx_1.29.5.bb
rename to meta-webserver/recipes-httpd/nginx/nginx_1.29.6.bb
index 4536dc018d..a1e39b6e36 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx_1.29.5.bb
+++ b/meta-webserver/recipes-httpd/nginx/nginx_1.29.6.bb
@@ -6,5 +6,5 @@  DEFAULT_PREFERENCE = "-1"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=79da1c70d587d3a199af9255ad393f99"
 
-SRC_URI[sha256sum] = "6744768a4114880f37b13a0443244e731bcb3130c0a065d7e37d8fd589ade374"
+SRC_URI[sha256sum] = "316f298cd9f061d6d0679696152710285b72f75d88eb1f7e323f40c5c52fe0d7"