pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ngtcp2



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug  2 07:19:39 UTC 2026

Modified Files:
        pkgsrc/net/ngtcp2: Makefile PLIST distinfo

Log Message:
ngtcp2: updated to 1.25.0

1.25.0

Fix build error with gcc-16
build(deps): bump actions/cache from 5 to 6
ksl: Align keys in 8 bytes boundary
bbr: Update longterm variable computation
Remove condition that is always true
Verify the end offset of STREAM frame before updating flow control
Rework connection flow window accounting after sending STOP_SENDING
Stop buffering data after shutting downstream read
Cleanup
Update bbr
Update doc
Add ngtcp2_stream_close2 callback
examples: Adopt ngtcp2_stream_close2 callback
Tweak stream_close2 callback behavior
Expand NGTCP2_MAX_INITIAL_CRYPTO_OFFSET to 64K
Partially revert 2242
Update doc
Make max CRYPTO offsets configurable
Minor cleanup
Optimize rob
build(deps): bump actions/setup-python from 6 to 7
Optimize acktr
Remove ngtcp2_acktr_entry and squeeze len into key
Minor fixups
Amend ba2e5f0 (part of 2255)
Deal with the case where client migrate back to the original path
crypto/quictls: Rework the global initialization
ksl: Remove unnecessary NULL initialization
Document about C11 compilers
Bump boringssl
Bump aws-lc to v5.4.0
Bump picotls
fuzz: Fuzz more parameters like CID, AEAD tag, and transport parameters
Revert "Make max CRYPTO offsets configurable"
Require nghttp3 >= 1.18.0


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/ngtcp2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ngtcp2/Makefile
diff -u pkgsrc/net/ngtcp2/Makefile:1.40 pkgsrc/net/ngtcp2/Makefile:1.41
--- pkgsrc/net/ngtcp2/Makefile:1.40     Sun Jun 28 08:13:34 2026
+++ pkgsrc/net/ngtcp2/Makefile  Sun Aug  2 07:19:39 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2026/06/28 08:13:34 adam Exp $
+# $NetBSD: Makefile,v 1.41 2026/08/02 07:19:39 adam Exp $
 
-DISTNAME=      ngtcp2-1.24.0
+DISTNAME=      ngtcp2-1.25.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ngtcp2/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/net/ngtcp2/PLIST
diff -u pkgsrc/net/ngtcp2/PLIST:1.35 pkgsrc/net/ngtcp2/PLIST:1.36
--- pkgsrc/net/ngtcp2/PLIST:1.35        Sun Jun 28 08:13:34 2026
+++ pkgsrc/net/ngtcp2/PLIST     Sun Aug  2 07:19:39 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2026/06/28 08:13:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.36 2026/08/02 07:19:39 adam Exp $
 include/ngtcp2/ngtcp2.h
 include/ngtcp2/ngtcp2_crypto.h
 include/ngtcp2/ngtcp2_crypto_ossl.h
@@ -10,11 +10,11 @@ lib/cmake/ngtcp2/ngtcp2Targets.cmake
 lib/libngtcp2.a
 lib/libngtcp2.so
 lib/libngtcp2.so.16
-lib/libngtcp2.so.16.10.0
+lib/libngtcp2.so.16.11.0
 lib/libngtcp2_crypto_ossl.a
 lib/libngtcp2_crypto_ossl.so
 lib/libngtcp2_crypto_ossl.so.0
-lib/libngtcp2_crypto_ossl.so.0.3.0
+lib/libngtcp2_crypto_ossl.so.0.3.1
 lib/pkgconfig/libngtcp2.pc
 lib/pkgconfig/libngtcp2_crypto_ossl.pc
 share/doc/ngtcp2/README.rst

Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.37 pkgsrc/net/ngtcp2/distinfo:1.38
--- pkgsrc/net/ngtcp2/distinfo:1.37     Sun Jun 28 08:13:34 2026
+++ pkgsrc/net/ngtcp2/distinfo  Sun Aug  2 07:19:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2026/06/28 08:13:34 adam Exp $
+$NetBSD: distinfo,v 1.38 2026/08/02 07:19:39 adam Exp $
 
-BLAKE2s (ngtcp2-1.24.0.tar.xz) = 04b5942ea04f1912fd8e752a62bbad2b1117eb89bd4d40bccd40c6d228af5f94
-SHA512 (ngtcp2-1.24.0.tar.xz) = e8c862c4bef6f1b75eec7808a4c6f5e7aba4d38bf06428fa02878d64685ff234528688639d7dd8907e1efa12da04198dd91d05e17a2925f9a785d04bd469d52f
-Size (ngtcp2-1.24.0.tar.xz) = 702424 bytes
+BLAKE2s (ngtcp2-1.25.0.tar.xz) = 4370031d66eeea60860157defb9d6c40cb8e31711130219b30589f633847c195
+SHA512 (ngtcp2-1.25.0.tar.xz) = b5ebf0a4248a13b9231ac0b6353adbf6634a19bb57db3cf39947746c399ebc5085f780a540d246b7226bb994a920ad0cc9b755ebd9fe58c18a6838d50b6bc90e
+Size (ngtcp2-1.25.0.tar.xz) = 709136 bytes



Home | Main Index | Thread Index | Old Index