From: Alexandru Ardelean Date: Wed, 22 Apr 2026 09:23:54 +0000 (+0300) Subject: ngtcp2: update to 1.22.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a68f79411e710d2a9516bf737a0264553cb40bce;p=openwrt-packages.git ngtcp2: update to 1.22.1 Changelog: - Add Generic Segmentation Offload (GSO) packet aggregation via ngtcp2_conn_write_aggregate_pkt - Fix CVE-2026-40170 (v1.22.1) - Refine BBR congestion control and header protection cipher - Improve error handling across the codebase Signed-off-by: Alexandru Ardelean --- diff --git a/libs/ngtcp2/Makefile b/libs/ngtcp2/Makefile index d3efef26e..5bd53a249 100644 --- a/libs/ngtcp2/Makefile +++ b/libs/ngtcp2/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ngtcp2 -PKG_VERSION:=1.15.0 +PKG_VERSION:=1.22.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ngtcp2/ngtcp2/releases/download/v$(PKG_VERSION)/ -PKG_HASH:=30a29827b49ffbdf31dadcdeba703df63676526c93724ef741c72dc73c05e3a4 +PKG_HASH:=dfd2c68bd64b89847c611425b9487105c46e8447b5c21e6aeb00642c8fbe2ca8 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING