From 9879b3ba87989f1e15d90a1e1221c97ab2459bc7 Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 20 Nov 2024 12:58:09 +0000 Subject: [PATCH] ngtcp2: update to 1.9.0 minor bump: new retry token API with more detailed error reporting (#1402) https://github.com/ngtcp2/ngtcp2/releases/tag/v1.9.0 --- net/ngtcp2/Makefile | 4 ++-- net/ngtcp2/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/ngtcp2/Makefile b/net/ngtcp2/Makefile index ba228af208d1..a04f23626a0a 100644 --- a/net/ngtcp2/Makefile +++ b/net/ngtcp2/Makefile @@ -1,10 +1,10 @@ COMMENT= implementation of the RFC 9000 QUIC protocol -V= 1.8.1 +V= 1.9.0 DISTNAME= ngtcp2-$V SHARED_LIBS+= ngtcp2 4.0 # 18.0 -SHARED_LIBS+= ngtcp2_crypto_quictls 0.1 # 4.0 +SHARED_LIBS+= ngtcp2_crypto_quictls 0.2 # 4.0 CATEGORIES= net diff --git a/net/ngtcp2/distinfo b/net/ngtcp2/distinfo index cbec654a2582..8e96715af888 100644 --- a/net/ngtcp2/distinfo +++ b/net/ngtcp2/distinfo @@ -1,2 +1,2 @@ -SHA256 (ngtcp2-1.8.1.tar.gz) = crVE0lCbj7WMST+dPXH+k5WflLykiqDIfd1Wv2EXjO4= -SIZE (ngtcp2-1.8.1.tar.gz) = 1104713 +SHA256 (ngtcp2-1.9.0.tar.gz) = a+dXe5avn4RE42nX9B++CzGC2TSAf4/iRVTBrFBUyts= +SIZE (ngtcp2-1.9.0.tar.gz) = 1114777