diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-27 15:17:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-28 07:56:33 +0100 |
commit | caa560be7e353edb61309957898a841037b2b786 (patch) | |
tree | 54e021cd94fe4e6bf68903e6668de1c4a47657dc /meta/recipes-support/nghttp2 | |
parent | e614c7822d18f4add9005a9429f4a585b0ed91e3 (diff) | |
download | poky-caa560be7e353edb61309957898a841037b2b786.tar.gz |
nghttp2: upgrade 1.53.0 -> 1.54.0
Changelog:
==========
nghttpx: Consistent error handling and use of high-level API
h2load: Fix http3 upload stall
h2load: Use std::chrono::steady_clock for quic timestamp
Avoid ev_now by @tatsuhiro-t in #1907
Remove unused macro bswap64
Bump ngtcp2 and nghttp3
Bump libbpf to v1.2.0
Avoid copies
(From OE-Core rev: f3b440805cafa525bed0e8512f5fcaa9e1359bfb)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nghttp2')
-rw-r--r-- | meta/recipes-support/nghttp2/nghttp2_1.54.0.bb (renamed from meta/recipes-support/nghttp2/nghttp2_1.53.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.53.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.54.0.bb index 88d5f31083..4e15f0839f 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.53.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.54.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] = "b867184254e5a29b0ba68413aa14f8b0ce1142a371761374598dec092dabb809" | 11 | SRC_URI[sha256sum] = "20533c9354fbb6aa689b6aa0ddb77f91da1d242587444502832e1864308152df" |
12 | 12 | ||
13 | inherit cmake manpages python3native github-releases | 13 | inherit cmake manpages python3native github-releases |
14 | PACKAGECONFIG[manpages] = "" | 14 | PACKAGECONFIG[manpages] = "" |