From 569b675620e9611cfb515ae9cbe3cfc29985f632 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Mon, 17 Feb 2025 13:26:35 +0800 Subject: nginx: upgrade 1.27.3 to 1.27.4 License-Update: copyright year refreshed Resolves: * CVE-2025-23419 CHANGES: https://nginx.org/en/CHANGES Signed-off-by: Changqing Li Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/nginx/nginx_1.27.3.bb | 10 ---------- meta-webserver/recipes-httpd/nginx/nginx_1.27.4.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.27.3.bb create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.27.4.bb (limited to 'meta-webserver/recipes-httpd') diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.27.3.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.27.3.bb deleted file mode 100644 index 2f1bfa3b9e..0000000000 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.27.3.bb +++ /dev/null @@ -1,10 +0,0 @@ -require nginx.inc - -# 1.26.x branch is the current stable branch, the recommended default -# 1.27.x is the current mainline branches containing all new features -DEFAULT_PREFERENCE = "-1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=8323c46a4f3aac555a90caca346bb3d2" - -SRC_URI[sha256sum] = "ba23a9568f442036b61cd0e29bd66a47b90634efa91e0b2cf2d719057a9b7903" - diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.27.4.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.27.4.bb new file mode 100644 index 0000000000..6c32ea7315 --- /dev/null +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.27.4.bb @@ -0,0 +1,10 @@ +require nginx.inc + +# 1.26.x branch is the current stable branch, the recommended default +# 1.27.x is the current mainline branches containing all new features +DEFAULT_PREFERENCE = "-1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=3dc49537b08b14c8b66ad247bb4c4593" + +SRC_URI[sha256sum] = "294816f879b300e621fa4edd5353dd1ec00badb056399eceb30de7db64b753b2" + -- cgit v1.2.3-54-g00ecf