From 63e2e60787b1623bd9d1dc38a17aee322c97eb8f Mon Sep 17 00:00:00 2001 From: Colin McAllister Date: Mon, 5 Jan 2026 12:06:05 -0600 Subject: 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 Signed-off-by: Anuj Mittal --- meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb | 10 ---------- meta-webserver/recipes-httpd/nginx/nginx_1.25.5.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.25.5.bb diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb deleted file mode 100644 index 5ea2f5726e..0000000000 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb +++ /dev/null @@ -1,10 +0,0 @@ -require nginx.inc - -# 1.24.x branch is the current stable branch, the recommended default -# 1.25.x is the current mainline branches containing all new features -DEFAULT_PREFERENCE = "-1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=a6547d7e5628787ee2a9c5a3480eb628" - -SRC_URI[sha256sum] = "760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9" - diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.5.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.5.bb new file mode 100644 index 0000000000..b8ab1ef59e --- /dev/null +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.25.5.bb @@ -0,0 +1,10 @@ +require nginx.inc + +# 1.24.x branch is the current stable branch, the recommended default +# 1.25.x is the current mainline branches containing all new features +DEFAULT_PREFERENCE = "-1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=a6547d7e5628787ee2a9c5a3480eb628" + +SRC_URI[sha256sum] = "2fe2294f8af4144e7e842eaea884182a84ee7970e11046ba98194400902bbec0" + -- cgit v1.2.3-54-g00ecf