From 3228b7d706b3ccc9253e3cc055a3cc8a6085e328 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Mon, 25 Aug 2025 15:18:03 +0200 Subject: [PATCH] nginx: upgrade stable 1.26.3 -> 1.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2025-04-23 nginx-1.28.0 stable version has been released, incorporating new features and bug fixes from the 1.27.x mainline branch - including memory usage and CPU usage optimizations in complex SSL configurations, automatic re‑resolution of hostnames in upstream groups, performance enhancements in QUIC, OCSP validation of client SSL certificates and OCSP stapling support in the stream module, variables support in the proxy_limit_rate, fastcgi_limit_rate, scgi_limit_rate, and uwsgi_limit_rate directives, the proxy_pass_trailers directive, and more. License-Update: copyright years refreshed and removed C-style comments Signed-off-by: Peter Marko Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/nginx/nginx_1.26.3.bb | 6 ------ meta-webserver/recipes-httpd/nginx/nginx_1.28.0.bb | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.26.3.bb create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.28.0.bb diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.26.3.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.26.3.bb deleted file mode 100644 index 7eab7ecdf5..0000000000 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.26.3.bb +++ /dev/null @@ -1,6 +0,0 @@ -require nginx.inc - -LIC_FILES_CHKSUM = "file://LICENSE;md5=a6547d7e5628787ee2a9c5a3480eb628" - -SRC_URI[sha256sum] = "69ee2b237744036e61d24b836668aad3040dda461fe6f570f1787eab570c75aa" - diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.28.0.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.28.0.bb new file mode 100644 index 0000000000..dd585f3714 --- /dev/null +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.28.0.bb @@ -0,0 +1,6 @@ +require nginx.inc + +LIC_FILES_CHKSUM = "file://LICENSE;md5=3dc49537b08b14c8b66ad247bb4c4593" + +SRC_URI[sha256sum] = "c6b5c6b086c0df9d3ca3ff5e084c1d0ef909e6038279c71c1c3e985f576ff76a" +