diff options
| author | Colin McAllister <colin.mcallister@garmin.com> | 2026-01-05 12:06:05 -0600 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-12 07:50:49 +0530 |
| commit | 63e2e60787b1623bd9d1dc38a17aee322c97eb8f (patch) | |
| tree | be13960271ba234c8666e63d5c56137317d2ffcc | |
| parent | 3835a88f948ddbfcb12817ad9da13f1302f22507 (diff) | |
| download | meta-openembedded-63e2e60787b1623bd9d1dc38a17aee322c97eb8f.tar.gz | |
nginx: upgrade 1.25.4 -> 1.25.5
Changelog:
==========
https://nginx.org/en/CHANGES
*) Feature: virtual servers in the stream module.
*) Feature: the ngx_stream_pass_module.
*) Feature: the "deferred", "accept_filter", and "setfib" parameters of
the "listen" directive in the stream module.
*) Feature: cache line size detection for some architectures.
*) Feature: support for Homebrew on Apple Silicon.
*) Bugfix: Windows cross-compilation bugfixes and improvements.
*) Bugfix: unexpected connection closure while using 0-RTT in QUIC.
Signed-off-by: Colin Pinnell McAllister <colin.mcallister@garmin.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.25.5.bb (renamed from meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.5.bb index 5ea2f5726e..b8ab1ef59e 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.25.5.bb | |||
| @@ -6,5 +6,5 @@ DEFAULT_PREFERENCE = "-1" | |||
| 6 | 6 | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6547d7e5628787ee2a9c5a3480eb628" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6547d7e5628787ee2a9c5a3480eb628" |
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9" | 9 | SRC_URI[sha256sum] = "2fe2294f8af4144e7e842eaea884182a84ee7970e11046ba98194400902bbec0" |
| 10 | 10 | ||
