From 3d7ad21e7ac66f96752dcd9eeb1018c718d9b7ff Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 2 Nov 2021 09:42:51 +0100 Subject: [PATCH] nghttp2: upgrade 1.45.1 -> 1.46.0 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../nghttp2/{nghttp2_1.45.1.bb => nghttp2_1.46.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.45.1.bb => nghttp2_1.46.0.bb} (93%) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.45.1.bb b/meta/recipes-support/nghttp2/nghttp2_1.46.0.bb similarity index 93% rename from meta/recipes-support/nghttp2/nghttp2_1.45.1.bb rename to meta/recipes-support/nghttp2/nghttp2_1.46.0.bb index 3de509a27c..972ff2d60a 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.45.1.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.46.0.bb @@ -10,7 +10,7 @@ SRC_URI = "\ https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz \ file://0001-fetch-ocsp-response-use-python3.patch \ " -SRC_URI[sha256sum] = "abdc4addccadbc7d89abe27c4d6427d78e57d139f69c1f45749227393c68bf79" +SRC_URI[sha256sum] = "1a68cc4a5732afb735baf50aaac3cb3a6771e49f744bd5db6c49ab5042f12a43" inherit cmake manpages python3native PACKAGECONFIG[manpages] = "" -- 2.40.1