diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-03-16 09:44:21 +1300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-18 14:33:26 -0700 |
| commit | 757cf709436b6997dbead37fb766e1db4575433f (patch) | |
| tree | 468f87f280a8a62ffbecc195e4739376112ec62c | |
| parent | e69af2bc14d77d1dc8f550978e101016cb46f7fe (diff) | |
| download | meta-openembedded-757cf709436b6997dbead37fb766e1db4575433f.tar.gz | |
nginx: upgrade 1.29.5 -> 1.29.6
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.29.6.bb (renamed from meta-webserver/recipes-httpd/nginx/nginx_1.29.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.29.5.bb b/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" | |||
| 6 | 6 | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=79da1c70d587d3a199af9255ad393f99" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=79da1c70d587d3a199af9255ad393f99" |
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "6744768a4114880f37b13a0443244e731bcb3130c0a065d7e37d8fd589ade374" | 9 | SRC_URI[sha256sum] = "316f298cd9f061d6d0679696152710285b72f75d88eb1f7e323f40c5c52fe0d7" |
| 10 | 10 | ||
