diff mbox series

[meta-networking,6/8] ngtcp2: upgrade 1.22.1 -> 1.25.0

Message ID 20260805105612.1648951-6-ankur.tyagi85@gmail.com
State Under Review
Headers show
Series [meta-gnome,1/8] gdm: upgrade 50.1 -> 50.2 | expand

Commit Message

Ankur Tyagi Aug. 5, 2026, 10:56 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Changelog:
https://github.com/ngtcp2/ngtcp2/releases/tag/v1.23.0
https://github.com/ngtcp2/ngtcp2/releases/tag/v1.24.0
https://github.com/ngtcp2/ngtcp2/releases/tag/v1.25.0

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../ngtcp2/{ngtcp2_1.22.1.bb => ngtcp2_1.25.0.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-protocols/ngtcp2/{ngtcp2_1.22.1.bb => ngtcp2_1.25.0.bb} (91%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.1.bb b/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.25.0.bb
similarity index 91%
rename from meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.1.bb
rename to meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.25.0.bb
index acff7b548b..2f91ec9318 100644
--- a/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.1.bb
+++ b/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.25.0.bb
@@ -4,8 +4,8 @@  BUGTRACKER = "https://github.com/ngtcp2/ngtcp2/issues"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=de0966c8ff4f62661a3da92967a75434"
 
-SRC_URI = "gitsm://github.com/ngtcp2/ngtcp2;protocol=https;branch=release-1.22;tag=v${PV}"
-SRCREV = "716e64b05f4a3709dfc0b0522cf9fd4456d055e5"
+SRC_URI = "gitsm://github.com/ngtcp2/ngtcp2;protocol=https;branch=main;tag=v${PV}"
+SRCREV = "f9e9ff01ad2c8116bc09de4f644b0028a61486a6"
 
 DEPENDS = "brotli libev nghttp3"