From 1a3e1dcabcf28337c5b407a59c4505e062f85ae4 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 28 Sep 2025 07:10:28 +0200 Subject: [PATCH] package/nghttp2-asio: bump to CESNET fork This is the CESNET fork of nghttp2-asio, introduced here: https://github.com/CESNET/rousette/commit/fff3429 Signed-off-by: Joachim Wiberg --- package/nghttp2-asio/Config.in | 5 +++++ package/nghttp2-asio/nghttp2-asio.hash | 3 +-- package/nghttp2-asio/nghttp2-asio.mk | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package/nghttp2-asio/Config.in b/package/nghttp2-asio/Config.in index 3f966b11..5321fec6 100644 --- a/package/nghttp2-asio/Config.in +++ b/package/nghttp2-asio/Config.in @@ -5,3 +5,8 @@ config BR2_PACKAGE_NGHTTP2_ASIO select BR2_PACKAGE_BOOST help C++ bindings for nghttp2 + + This is the CESNET fork of nghttp2-asio, introduced here: + https://github.com/CESNET/rousette/commit/fff3429 + + https://github.com/CESNET/nghttp2-asio diff --git a/package/nghttp2-asio/nghttp2-asio.hash b/package/nghttp2-asio/nghttp2-asio.hash index 0ede0b45..f5c10bf7 100644 --- a/package/nghttp2-asio/nghttp2-asio.hash +++ b/package/nghttp2-asio/nghttp2-asio.hash @@ -1,4 +1,3 @@ # Locally calculated sha256 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a COPYING -sha256 d971c538a31eae5714d2434d90f86794f267615e85e8d2bb0c383e83c300e1ce nghttp2-asio-e877868abe06a83ed0a6ac6e245c07f6f20866b5-git4.tar.gz - +sha256 883af672c1d210398170749a8ccda30103b2894bcd4eccd80f36771aad0b15c3 nghttp2-asio-2173b82e6caa85950c769eecc5da6809faadf61a-git4.tar.gz diff --git a/package/nghttp2-asio/nghttp2-asio.mk b/package/nghttp2-asio/nghttp2-asio.mk index 410fb493..ad7a43e9 100644 --- a/package/nghttp2-asio/nghttp2-asio.mk +++ b/package/nghttp2-asio/nghttp2-asio.mk @@ -4,8 +4,8 @@ # ################################################################################ -NGHTTP2_ASIO_VERSION = e877868abe06a83ed0a6ac6e245c07f6f20866b5 -NGHTTP2_ASIO_SITE = https://github.com/kernelkit/nghttp2-asio.git +NGHTTP2_ASIO_VERSION = 2173b82e6caa85950c769eecc5da6809faadf61a +NGHTTP2_ASIO_SITE = https://github.com/CESNET/nghttp2-asio NGHTTP2_ASIO_SITE_METHOD = git NGHTTP2_ASIO_LICENSE = MIT NGHTTP2_ASIO_LICENSE_FILES = COPYING