diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-10-11 18:56:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-12 07:53:40 +0100 |
commit | 7e3f095a82503b1c302e7de29eef7421f8da28ca (patch) | |
tree | 0b2f2d1027b4a129953c99294d7294567bb5c3ae /meta/recipes-support | |
parent | ba7b606636f953714c249f2e084bb8b0ed380533 (diff) | |
download | poky-7e3f095a82503b1c302e7de29eef7421f8da28ca.tar.gz |
nghttp2: update 1.56.0 -> 1.57.0
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/
(From OE-Core rev: c24b75f027f2609dac935e8981f2eb58394b1cc6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/nghttp2/nghttp2_1.57.0.bb (renamed from meta/recipes-support/nghttp2/nghttp2_1.56.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.56.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.57.0.bb index a011bd4536..0cf1e3e34c 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 = "\ | |||
8 | ${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz \ | 8 | ${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz \ |
9 | file://0001-fetch-ocsp-response-use-python3.patch \ | 9 | file://0001-fetch-ocsp-response-use-python3.patch \ |
10 | " | 10 | " |
11 | SRC_URI[sha256sum] = "65eee8021e9d3620589a4a4e91ce9983d802b5229f78f3313770e13f4d2720e9" | 11 | SRC_URI[sha256sum] = "9210b0113109f43be526ac5835d58a701411821a4d39e155c40d67c40f47a958" |
12 | 12 | ||
13 | inherit cmake manpages python3native github-releases | 13 | inherit cmake manpages python3native github-releases |
14 | PACKAGECONFIG[manpages] = "" | 14 | PACKAGECONFIG[manpages] = "" |