diff mbox series

[meta-webserver,scarthgap,1/2] nginx: upgrade 1.25.4 -> 1.25.5

Message ID 20251231153607.3978985-2-colin.mcallister@garmin.com
State New
Headers show
Series Fix CVE-2025-23419 for 1.25.x | expand

Commit Message

Colin McAllister Dec. 31, 2025, 3:36 p.m. UTC
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>
---
 .../recipes-httpd/nginx/{nginx_1.25.4.bb => nginx_1.25.5.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-webserver/recipes-httpd/nginx/{nginx_1.25.4.bb => nginx_1.25.5.bb} (74%)
diff mbox series

Patch

diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.5.bb
similarity index 74%
rename from meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb
rename to 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"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a6547d7e5628787ee2a9c5a3480eb628"
 
-SRC_URI[sha256sum] = "760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9"
+SRC_URI[sha256sum] = "2fe2294f8af4144e7e842eaea884182a84ee7970e11046ba98194400902bbec0"