[oe][meta-networking][PATCH 6/8] ngtcp2: upgrade 1.22.1 -> 1.25.0
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> 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 <[email protected]> --- .../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 --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"