From a044b921c7a1f576e0ac787ab9945e153a196c44 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 Sep 2023 17:35:08 +0800 Subject: [PATCH] nghttp2: upgrade 1.55.1 -> 1.56.0 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../nghttp2/{nghttp2_1.55.1.bb => nghttp2_1.56.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.55.1.bb => nghttp2_1.56.0.bb} (91%) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.55.1.bb b/meta/recipes-support/nghttp2/nghttp2_1.56.0.bb similarity index 91% rename from meta/recipes-support/nghttp2/nghttp2_1.55.1.bb rename to meta/recipes-support/nghttp2/nghttp2_1.56.0.bb index 1be9a348ae7..a011bd45360 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.55.1.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.56.0.bb @@ -8,7 +8,7 @@ SRC_URI = "\ ${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz \ file://0001-fetch-ocsp-response-use-python3.patch \ " -SRC_URI[sha256sum] = "19490b7c8c2ded1cf7c3e3a54ef4304e3a7876ae2d950d60a81d0dc6053be419" +SRC_URI[sha256sum] = "65eee8021e9d3620589a4a4e91ce9983d802b5229f78f3313770e13f4d2720e9" inherit cmake manpages python3native github-releases PACKAGECONFIG[manpages] = "" -- 2.47.2