From cc7fb8330059fb632bf55a28875e38c3190470c9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 14 Jun 2023 11:28:57 +0200 Subject: [PATCH] nghttp2: upgrade 1.52.0 -> 1.53.0 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../nghttp2/{nghttp2_1.52.0.bb => nghttp2_1.53.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.52.0.bb => nghttp2_1.53.0.bb} (91%) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.52.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.53.0.bb similarity index 91% rename from meta/recipes-support/nghttp2/nghttp2_1.52.0.bb rename to meta/recipes-support/nghttp2/nghttp2_1.53.0.bb index f57a15954d8..88d5f31083a 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.52.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.53.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] = "3ea9f0439e60469ad4d39cb349938684ffb929dd7e8e06a7bffe9f9d21f8ba7d" +SRC_URI[sha256sum] = "b867184254e5a29b0ba68413aa14f8b0ce1142a371761374598dec092dabb809" inherit cmake manpages python3native github-releases PACKAGECONFIG[manpages] = "" -- 2.47.2