diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-24 16:08:34 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 17:32:44 -0700 |
commit | 79b2c772d42ee590148b64100e587f63b361049e (patch) | |
tree | 5d9ab34a4e7d77f4f997b4473605ac5a47050f55 | |
parent | 25fe55b6f26a4494c909f2c5e84d4210a1c60765 (diff) | |
download | meta-openembedded-79b2c772d42ee590148b64100e587f63b361049e.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb (renamed from meta-webserver/recipes-httpd/nginx/nginx_1.25.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.1.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb index 702eac39e2..66eef23895 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.1.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb | |||
@@ -2,5 +2,5 @@ require nginx.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d" |
4 | 4 | ||
5 | SRC_URI[sha256sum] = "f09071ac46e0ea3adc0008ef0baca229fc6b4be4533baef9bbbfba7de29a8602" | 5 | SRC_URI[sha256sum] = "05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711" |
6 | 6 | ||