summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-02-28 22:05:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-02 18:43:24 +0000
commit8f707d51976313981a2189383f799b6c3f43f641 (patch)
tree8708c0344f0ff8a0c93dad0d4d735ed76617d76a /meta/recipes-support
parente1dea39862827546887d55f94d07b79b38a32dce (diff)
downloadpoky-8f707d51976313981a2189383f799b6c3f43f641.tar.gz
nghttp2: upgrade 1.46.0 -> 1.47.0
Changelog: ========= lib: Fix decoder table size update (GH-1667) lib: chore: fix -Wunreachable-code-return (GH-1625) build: Make Docker speak HTTP/3 (GH-1657) build: Remove SPDY option for CMake (GH-1665) build: cmake: Disable libbpf build by default doc: Fix typos (GH-1668) doc: Update nghttp2.pyx (GH-1666) h2load: Handle EAGAIN/EWOULDBLOCK from sendmsg h2load: allow setting max frame size for h2load (GH-1640) nghttpx: Add --require-http-scheme option nghttpx: Add support QUIC BBR2 nghttpx: Bump libbpf to v0.7.0 and turn on all strict features nghttpx: Change qlog file extension to .sqlog nghttpx: Fix bug that h3 stream ends prematurely nghttpx: Fix the issue that forwarded h3 GET request always has chunked TE nghttpx: Handle EAGAIN/EWOULDBLOCK from sendmsg nghttpx: Send and receive ECN in QUIC packets nghttpx: Set IP_PMTUDISC_DO explicitly nghttpx: Support h3 trailer fields nghttpx: fix quotes in --altsvc example (GH-1643) nghttpx: shrpx: make nghttpx -v show ngtcp2 and nghttp3 version as well (GH-1636) third-party: Bump llhttp to v6.0.6 (From OE-Core rev: e4d54bb9d070a342c32ce863a45c01302c9de4f9) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/nghttp2/nghttp2_1.47.0.bb (renamed from meta/recipes-support/nghttp2/nghttp2_1.46.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.46.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
index 0ad45ed2c7..58ce08084d 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.46.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
@@ -10,7 +10,7 @@ SRC_URI = "\
10 https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz \ 10 https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz \
11 file://0001-fetch-ocsp-response-use-python3.patch \ 11 file://0001-fetch-ocsp-response-use-python3.patch \
12" 12"
13SRC_URI[sha256sum] = "1a68cc4a5732afb735baf50aaac3cb3a6771e49f744bd5db6c49ab5042f12a43" 13SRC_URI[sha256sum] = "68271951324554c34501b85190f22f2221056db69f493afc3bbac8e7be21e7cc"
14 14
15inherit cmake manpages python3native 15inherit cmake manpages python3native
16PACKAGECONFIG[manpages] = "" 16PACKAGECONFIG[manpages] = ""