From: Ankur Tyagi <[email protected]> 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 <[email protected]> --- .../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 --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"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125248): https://lists.openembedded.org/g/openembedded-devel/message/125248 Mute This Topic: https://lists.openembedded.org/mt/118334670/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
