nghttp3: update to 1.15.0
authorAlexandru Ardelean <redacted>
Wed, 22 Apr 2026 09:23:51 +0000 (12:23 +0300)
committerAlexandru Ardelean <redacted>
Tue, 5 May 2026 05:54:20 +0000 (08:54 +0300)
Changelog:
- Client-side stream scheduling is now incremental by default
- Add nghttp3_recv_settings2 API
- Add glitch protection and time-based features (v1.12.0)
- Optimize QPACK Huffman decoding performance
- Fix ENABLE_CONNECT_PROTOCOL handling

Signed-off-by: Alexandru Ardelean <redacted>
libs/nghttp3/Makefile

index 96d7f124f10984e0f81f5f63a9ec8755bfab3f6f..7ac1325eb1cfb9e816652535bd9e3a5098bc75b4 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nghttp3
-PKG_VERSION:=1.11.0
+PKG_VERSION:=1.15.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/ngtcp2/nghttp3/releases/download/v$(PKG_VERSION)/
-PKG_HASH:=27d084518f06d78279b050cc9cdff2418f80fb753da019427ce853cec920f33f
+PKG_HASH:=6da0cd06b428d32a54c58137838505d9dc0371a900bb8070a46b29e1ceaf2e0f
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING
git clone https://git.99rst.org/PROJECT