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:           Tue Mar 31 13:16:10 UTC 2026

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

Log Message:
ngtcp2: updated to 1.22.0

1.22.0

Consistent hex literals and integer suffixes
Add missing entries to .gitignore
Deprecate quictls
Introduce struct ngtcp2_stateless_reset_token
Fix assertion failure without get_new_connection_id
Migrate to new callbacks
Add ngtcp2_pkt_write_stateless_reset2
Add missing callbacks to callbacks test
Add ngtcp2_conn_get_active_dcid2 and ngtcp2_cid_token2
Prefer sizeof token instead of integer constant
Introduce struct ngtcp2_path_challenge_data
Store cid and token directly into frame
tests: Remove xcid_init in favor of make_xcid
tests: Inline initialization for transport parameters tests
tests: Make shared crypto objects static const
build(deps): bump actions/upload-artifact from 6 to 7
tests: More static const variables
build(deps): bump actions/download-artifact from 7 to 8
Avoid memset for struct initialization
Hp ecb
crypto: Encrypt full chacha block
crypto/wolfssl: Use aes-ecb for header protection cipher
Upcase hex char in string literals
crypto: No need to disable padding for aes-ecb
More use of designated initializers
docker: Switch to aws-lc
GHA: Build with macos-26
build(deps): bump docker/login-action from 3 to 4
build(deps): bump docker/metadata-action from 5 to 6
build(deps): bump docker/setup-docker-action from 4 to 5
build(deps): bump docker/setup-buildx-action from 3 to 4
build(deps): bump docker/build-push-action from 6 to 7
examples: Implement the negotiated group output for wolfSSL
examples: Fix path handling that does not start /
Pad Handshake packet to write the next 1RTT packet in the same GSO
examples: Pass std::string_view by value
boringssl: Remove openssl from Requires.private
Require C++23
examples: Replace std::optional with std::expected for error handling
interop: Fix build
examples: Refactor hexdump
examples: Refactor retry token generation
examples: Use std::expected in shared and util
Examples remove unused
examples: Refactor with std::string::resize_and_overwrite
examples: Adopt std::expected for TLS library adapters
examples: Refactor server Stream with std::expected
examples: Refactor server with std::expected
examples: Fix missing error handler in wolfssl util
examples: Adopt std::print in util, debug, and shared
examples: Adopt std::print in TLS library adapters
examples: Fix remote h3 settings output
examples: Adopt std::print in server
examples: Make util::normalize_path robust
examples: Modernize h09server
examples: Exit when too many preferred versions are given
examples: Adopt std::expected in client
examples: Adopt std::print in client
examples: Fix error message in server
examples: Fix missing error handling modernization in client
examples: Fix range concept
build(deps): bump microsoft/setup-msbuild from 2 to 3
examples: Modernize h09client
examples: Fix some glitches
Fix Dockerfile warning
Fix assertion error when seq=0 Connection ID is required on 0.5RTT
examples: Modernize sim with std::expected
Add function to continue TLS handshake
Bump wolfssl to v5.9.0-stable
Bump picotls
Refine handshake continuation
Bump boringssl
doc: Add documentation about TLS handshake interruptions
Bump aws-lc to v1.71.0


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.33 -r1.34 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.34 pkgsrc/net/ngtcp2/Makefile:1.35
--- pkgsrc/net/ngtcp2/Makefile:1.34     Thu Feb 26 17:28:55 2026
+++ pkgsrc/net/ngtcp2/Makefile  Tue Mar 31 13:16:10 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2026/02/26 17:28:55 adam Exp $
+# $NetBSD: Makefile,v 1.35 2026/03/31 13:16:10 adam Exp $
 
-DISTNAME=      ngtcp2-1.21.0
+DISTNAME=      ngtcp2-1.22.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.30 pkgsrc/net/ngtcp2/PLIST:1.31
--- pkgsrc/net/ngtcp2/PLIST:1.30        Thu Feb 26 17:28:55 2026
+++ pkgsrc/net/ngtcp2/PLIST     Tue Mar 31 13:16:10 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2026/02/26 17:28:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2026/03/31 13:16:10 adam Exp $
 include/ngtcp2/ngtcp2.h
 include/ngtcp2/version.h
 lib/cmake/ngtcp2/ngtcp2Config.cmake
@@ -8,6 +8,6 @@ lib/cmake/ngtcp2/ngtcp2Targets.cmake
 lib/libngtcp2.a
 lib/libngtcp2.so
 lib/libngtcp2.so.16
-lib/libngtcp2.so.16.7.4
+lib/libngtcp2.so.16.8.0
 lib/pkgconfig/libngtcp2.pc
 share/doc/ngtcp2/README.rst

Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.33 pkgsrc/net/ngtcp2/distinfo:1.34
--- pkgsrc/net/ngtcp2/distinfo:1.33     Thu Feb 26 17:28:55 2026
+++ pkgsrc/net/ngtcp2/distinfo  Tue Mar 31 13:16:10 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2026/02/26 17:28:55 adam Exp $
+$NetBSD: distinfo,v 1.34 2026/03/31 13:16:10 adam Exp $
 
-BLAKE2s (ngtcp2-1.21.0.tar.xz) = 9046fe9335cd235a05c9149881a040b2f64646a3cd35235646dd7f58a5a895c8
-SHA512 (ngtcp2-1.21.0.tar.xz) = 8f1fab5f71364da2b42a3a2726089520b7b2bf751bd7ba3b8de153091cb36c6e983ab71cf2bb8cd62b29b665331dc08c5e40d106066f79474059a77e4f7f9361
-Size (ngtcp2-1.21.0.tar.xz) = 687504 bytes
+BLAKE2s (ngtcp2-1.22.0.tar.xz) = 99decd60efe0f383921e9cf7f14a8aca6408b1f18d6897e328bfd46747abe062
+SHA512 (ngtcp2-1.22.0.tar.xz) = 2c07716c8b06775f6c5e7442c10e4202921f5c6000cfad10c2fdbf4b752bb1898ee474344461fc5d1603d36bdee838aa717287a1f661627d8524689e58b21509
+Size (ngtcp2-1.22.0.tar.xz) = 697608 bytes



Home | Main Index | Thread Index | Old Index