diff mbox series

nghttp2: upgrade 1.54.0 -> 1.55.1

Message ID 1689585025-23731-4-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 5049566d6edaa1c3df8db5a0df1ea8d015e64d17
Headers show
Series nghttp2: upgrade 1.54.0 -> 1.55.1 | expand

Commit Message

Mingyu Wang (Fujitsu) July 17, 2023, 9:10 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
    doc: Bump boringssl
    Fix memory leak
    Fix build error without libev
    Bump go to 1.20
    Bump go package dependencies
    mruby: Support cross build for autotools
    h2load, nghttpx: Add UDP_GRO support
    Bump ngtcp2
    nghttpx: Randomize initial QUIC packet number
    Bump llhttp to a0e744f850d8101a51284868ffdf745bcfe4fbcc
    Bump macos to 12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../nghttp2/{nghttp2_1.54.0.bb => nghttp2_1.55.1.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/nghttp2/{nghttp2_1.54.0.bb => nghttp2_1.55.1.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-support/nghttp2/nghttp2_1.54.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.55.1.bb
similarity index 91%
rename from meta/recipes-support/nghttp2/nghttp2_1.54.0.bb
rename to meta/recipes-support/nghttp2/nghttp2_1.55.1.bb
index 4e15f0839f..1be9a348ae 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.54.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.55.1.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] = "20533c9354fbb6aa689b6aa0ddb77f91da1d242587444502832e1864308152df"
+SRC_URI[sha256sum] = "19490b7c8c2ded1cf7c3e3a54ef4304e3a7876ae2d950d60a81d0dc6053be419"
 
 inherit cmake manpages python3native github-releases
 PACKAGECONFIG[manpages] = ""