diff mbox series

nghttp2: update 1.56.0 -> 1.57.0

Message ID 20231011165638.2148676-1-alex@linutronix.de
State Accepted, archived
Commit c24b75f027f2609dac935e8981f2eb58394b1cc6
Headers show
Series nghttp2: update 1.56.0 -> 1.57.0 | expand

Commit Message

Alexander Kanavin Oct. 11, 2023, 4:56 p.m. UTC
This release has a fix to mitigate CVE-2023-44487: HTTP/2 Rapid Reset:

https://nghttp2.org/blog/2023/10/10/nghttp2-v1-57-0/

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../nghttp2/{nghttp2_1.56.0.bb => nghttp2_1.57.0.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/nghttp2/{nghttp2_1.56.0.bb => nghttp2_1.57.0.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-support/nghttp2/nghttp2_1.56.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.57.0.bb
similarity index 91%
rename from meta/recipes-support/nghttp2/nghttp2_1.56.0.bb
rename to meta/recipes-support/nghttp2/nghttp2_1.57.0.bb
index a011bd45360..0cf1e3e34ca 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.56.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.57.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] = "65eee8021e9d3620589a4a4e91ce9983d802b5229f78f3313770e13f4d2720e9"
+SRC_URI[sha256sum] = "9210b0113109f43be526ac5835d58a701411821a4d39e155c40d67c40f47a958"
 
 inherit cmake manpages python3native github-releases
 PACKAGECONFIG[manpages] = ""