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: Mon Jun 1 07:14:23 UTC 2026
Modified Files:
pkgsrc/net/ngtcp2: Makefile PLIST distinfo
Log Message:
ngtcp2: updated to 1.23.0
1.23.0
examples: Use std::print for sim
examples: Rewrite util::split_str
examples: Refine formatter
log: Faster logging
examples: Introduce ProtoCodec to deduplicate examples
Use ULL consistently
examples: Stop surrounding constexpr variables with anonymous namespace
examples: Use UZ for size_t
examples: Use static constexpr for somewhat large structs
examples: Use try_emplace for safe insertion of move only object
Transit to closing state when sending application close
Specify QualifierOrder
examples: Prefer operator== to strcmp
examples: Use std::filesystem::path for file path
Provide generic ngtcp2_max and ngtcp2_min
Examples fixup
Rewrite fallback ntoh/hton functions for win32
Add ngtcp2_secure_clear
Clear sensitive secrets and keys after use
Add const version
Fix grammatical errors
crypto: Add tests for token validation
examples: Add inline to NGTCP2_SERVER
Add const and remove duplicated code
Remove stale function declarations
crypto: Deal with overflow when computing token timeout
build(deps): bump actions/github-script from 8 to 9
examples: Read ECH configuration PEM in the correct format
Revert "fix: prevent max_idle_timeout multiplication overflow in transport params decode"
Deal with large max_idle_timeout that could overflow in computation
Fix qlog params set stack overflow
Log enhancement
Bump LibreSSL to v4.3.1
examples: Enable X25519MLKEM768 for LibreSSL
pq: Adopt designated initializers
examples: Fix parse_uint_internal
examples: Send stateless reset if token is required and unreadable
examples: Remove unneeded iostream include
Add missing initialization for fields that are not used for CRYPTO
rst: Rename TCP centric variable names
bbr: Cap maximum drain rounds
GHA: Avoid azure Ubuntu mirror
Bump openssl to v4.0.0
Bump boringssl
Bump picotls
Bump wolfssl to v5.9.1-stable
examples/sim: Deal with retry due to Initial packet loss
examples/sim: Minor improvements
Bump aws-lc to v1.73.0
Bump wolfssl to v5.9.1-stable in interop Dockerfile
lib: Apply absolute upper bound against CRYPTO data offset
Adopt sphinx version-add and version-deprecated directives
ppe: Robust ngtcp2_ppe_padding_size
ppe: Ensure packet protection sample with ngtcp2_ppe_dgram_padding_size
cubic: Add missing is_cwnd_limited reset after exiting slow start
Make bitwise operations robust
Make all private hex constants unsigned
lib: Ensure that unidirectional stream shutdown flags properly set
More unsigned hex integer literals
Fix strict aliasing issue in ngtcp2_get_varint
Net cleanup
Bump boringssl
Bump picotls
Bump libressl to v4.3.2
Consider static const if possible
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.35 -r1.36 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.37 pkgsrc/net/ngtcp2/Makefile:1.38
--- pkgsrc/net/ngtcp2/Makefile:1.37 Sat May 30 19:00:52 2026
+++ pkgsrc/net/ngtcp2/Makefile Mon Jun 1 07:14:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2026/05/30 19:00:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2026/06/01 07:14:23 adam Exp $
-DISTNAME= ngtcp2-1.22.1
-PKGREVISION= 1
+DISTNAME= ngtcp2-1.23.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.33 pkgsrc/net/ngtcp2/PLIST:1.34
--- pkgsrc/net/ngtcp2/PLIST:1.33 Sat May 30 19:00:52 2026
+++ pkgsrc/net/ngtcp2/PLIST Mon Jun 1 07:14:23 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2026/05/30 19:00:52 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.34 2026/06/01 07:14:23 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.8.1
+lib/libngtcp2.so.16.9.0
lib/libngtcp2_crypto_ossl.a
lib/libngtcp2_crypto_ossl.so
lib/libngtcp2_crypto_ossl.so.0
-lib/libngtcp2_crypto_ossl.so.0.2.0
+lib/libngtcp2_crypto_ossl.so.0.2.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.35 pkgsrc/net/ngtcp2/distinfo:1.36
--- pkgsrc/net/ngtcp2/distinfo:1.35 Thu Apr 16 12:35:12 2026
+++ pkgsrc/net/ngtcp2/distinfo Mon Jun 1 07:14:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2026/04/16 12:35:12 adam Exp $
+$NetBSD: distinfo,v 1.36 2026/06/01 07:14:23 adam Exp $
-BLAKE2s (ngtcp2-1.22.1.tar.xz) = da9ab0541a68e1d7b6ea874bcdd4a1a00f6b653c7553a31c7ade88efdce57bc1
-SHA512 (ngtcp2-1.22.1.tar.xz) = f2f137b034932448cd34581d55cbcdaa028c36568d8000f7aad5a35a0765cf4fade62e224a1ad7ef63a9e3a240594b53485e823a8a21c8056dc6f02f5811704d
-Size (ngtcp2-1.22.1.tar.xz) = 692880 bytes
+BLAKE2s (ngtcp2-1.23.0.tar.xz) = bb3b6d002e5fae75636ad3ed1ec9e568a183e24eeeb901d3f156ac13e86b3934
+SHA512 (ngtcp2-1.23.0.tar.xz) = 86adc6606182a6d249dc2b6678014d15117461ab72c756a2060503e38e8bd334f3b2ee3a2ec54a1c9b384e4853dce7ac9b99e7525e5a017d5e66b037b471ed39
+Size (ngtcp2-1.23.0.tar.xz) = 708136 bytes
Home |
Main Index |
Thread Index |
Old Index