From 04663ac807abeda7472a5cc9ba935f93cc16c0e2 Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 22 Sep 2021 21:14:59 +0800 Subject: [PATCH] nghttp2: upgrade 1.44.0 -> 1.45.1 build: Fix compile error with libressl build: Always include optional files to EXTRA_DIST build: Add missing cmake files to EXTRA_DIST Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../nghttp2/{nghttp2_1.44.0.bb => nghttp2_1.45.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/nghttp2/{nghttp2_1.44.0.bb => nghttp2_1.45.1.bb} (93%) diff --git a/meta-networking/recipes-support/nghttp2/nghttp2_1.44.0.bb b/meta-networking/recipes-support/nghttp2/nghttp2_1.45.1.bb similarity index 93% rename from meta-networking/recipes-support/nghttp2/nghttp2_1.44.0.bb rename to meta-networking/recipes-support/nghttp2/nghttp2_1.45.1.bb index 6e133ec203..e4a17cbdd6 100644 --- a/meta-networking/recipes-support/nghttp2/nghttp2_1.44.0.bb +++ b/meta-networking/recipes-support/nghttp2/nghttp2_1.45.1.bb @@ -11,7 +11,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] = "5699473b29941e8dafed10de5c8cb37a3581edf62ba7d04b911ca247d4de3c5d" +SRC_URI[sha256sum] = "abdc4addccadbc7d89abe27c4d6427d78e57d139f69c1f45749227393c68bf79" inherit cmake manpages python3native PACKAGECONFIG[manpages] = ""