diff mbox series

[meta-webserver] nginx: upgrade 1.25.1 -> 1.25.2

Message ID 1692864514-2221-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-webserver] nginx: upgrade 1.25.1 -> 1.25.2 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 24, 2023, 8:08 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../recipes-httpd/nginx/{nginx_1.25.1.bb => nginx_1.25.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-webserver/recipes-httpd/nginx/{nginx_1.25.1.bb => nginx_1.25.2.bb} (51%)
diff mbox series

Patch

diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.1.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb
similarity index 51%
rename from meta-webserver/recipes-httpd/nginx/nginx_1.25.1.bb
rename to 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
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d"
 
-SRC_URI[sha256sum] = "f09071ac46e0ea3adc0008ef0baca229fc6b4be4533baef9bbbfba7de29a8602"
+SRC_URI[sha256sum] = "05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711"