From 79b2c772d42ee590148b64100e587f63b361049e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 24 Aug 2023 16:08:34 +0800 Subject: nginx: upgrade 1.25.1 -> 1.25.2 Changelog: =========== *) Feature: path MTU discovery when using HTTP/3. *) Feature: TLS_AES_128_CCM_SHA256 cipher suite support when using HTTP/3. *) Change: now nginx uses appname "nginx" when loading OpenSSL configuration. *) Change: now nginx does not try to load OpenSSL configuration if the --with-openssl option was used to built OpenSSL and the OPENSSL_CONF environment variable is not set. *) Bugfix: in the $body_bytes_sent variable when using HTTP/3. *) Bugfix: in HTTP/3. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/nginx/nginx_1.25.1.bb | 6 ------ meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.25.1.bb create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.1.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.1.bb deleted file mode 100644 index 702eac39e2..0000000000 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.1.bb +++ /dev/null @@ -1,6 +0,0 @@ -require nginx.inc - -LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d" - -SRC_URI[sha256sum] = "f09071ac46e0ea3adc0008ef0baca229fc6b4be4533baef9bbbfba7de29a8602" - diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb new file mode 100644 index 0000000000..66eef23895 --- /dev/null +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb @@ -0,0 +1,6 @@ +require nginx.inc + +LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d" + +SRC_URI[sha256sum] = "05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711" + -- cgit v1.2.3-54-g00ecf