diff mbox series

[meta-networking,13/39] ngtcp2: upgrade 1.21.0 -> 1.22.0

Message ID 20260402021355.1324-13-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/39] audit: upgrade 4.1.3 -> 4.1.4 | expand

Commit Message

Wang Mingyu April 2, 2026, 2:13 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ngtcp2/{ngtcp2_1.21.0.bb => ngtcp2_1.22.0.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-protocols/ngtcp2/{ngtcp2_1.21.0.bb => ngtcp2_1.22.0.bb} (93%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb b/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.0.bb
similarity index 93%
rename from meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb
rename to meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.0.bb
index f71de5aa07..f7c0ee0d4f 100644
--- a/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb
+++ b/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.0.bb
@@ -5,7 +5,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=de0966c8ff4f62661a3da92967a75434"
 
 SRC_URI = "gitsm://github.com/ngtcp2/ngtcp2;protocol=https;branch=main;tag=v${PV};name=ngtcp2"
-SRCREV = "9e32add590fc74707b62f61aa5e0aa5c6f8a2c60"
+SRCREV = "2a441e8540d192b0707989b146ce80efcae5f0d6"
 
 DEPENDS = "brotli libev nghttp3"