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:           Fri Feb 21 16:23:11 UTC 2025

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

Log Message:
ngtcp2: updated to 1.11.0

1.11.0

Generate periodic fuzzing coverage reports
Remove len parameter from ngtcp2_pkt_hd_init
Remove ineffective use of NGTCP2_PKT_FLAG_NONE
Revert "Do not extend app-limited period"
Cosmetic cleanup
C99 designated initializers
ngtcp2_gaptr: Assert !ngtcp2_ksl_it_end
fuzz: Exercise memory allocation failures
fuzz: Exercise callback failures
tests: Fix uninitialized variable reference
Fix uninitialized connection close frame_type
Bump munit
Update doc
clang-format
C++ designated initializers
fuzz: Decode transport parameters from raw fuzzed data
fuzz: Send stream data
ngtcp2_ringbuf_full: Add const qualifier to rb
fuzz: Don't free data encoded in STREAM frame
fuzz: Add missing callbacks
Extract code around Destination Connection ID to ngtcp2_dcidtr
fuzz: Exercise ngtcp2_conn_handle_expiry()
Deal with very large ack_delay
fuzz: Exercise ngtcp2_conn_initiate_migration()
fuzz: Exercise extending max offsets
Avoid limiting CWND during path validation
fuzz: Set negotiated version before setting remote transport params
Add ngtcp2_pv_set_fallback
Fix ngtcp2_conn_get_active_dcid for zero-length DCID
Remove redundant ngtcp2_dcid_set_path call
Add const qualifier as we did in conn_get_loss_time_and_pktns
Rename NGTCP2_PV_FLAG_FALLBACK_ON_FAILURE to NGTCP2_PV_FLAG_FALLBACK_PRESENT
examples: nullptr
Rename persistent_congestion_started_ts to handshake_confirmed_ts
picotls: Reset AEAD IV on decryption failure
crypto/picotls: clang-format
Allocate ACK frame buffer on stack
Move fields required to make ACK to ngtcp2_acktr
Avoid buffering padding bytes
Revert "Avoid buffering padding bytes"
The minimum valid QUIC packet length is 21
Avoid buffering padding bytes, take 2
Amend 1502
BBR update
Update BBR
Adjust pacing timer
Pacing adjustment followup
Pay compensation as much as possible
ngtcp2_rst: Ignore packets that are sent before reset
interop: Enable connectionmigration
Fix server side preferred address migration
Check remote disable_active_migration
Ignore packet from handshake local addr after preferred address migration
ngtcp2_conn_read_pkt accepts NULL ngtcp2_pkt_info
tests: Refactor ngtcp2_conn setup functions
Refactor test_ngtcp2_conn_send_initial_token
ngtcp2_acktr: Add tests
Fix wrong condition for DATA_BLOCKED frame transmission
Remove ngtcp2_vec_new and ngtcp2_vec_del
Add tests
Remove redundant DATA_BLOCKED and STREAM_DATA_BLOCKED frames
Add test to verify cancelling retransmission
Add test_ngtcp2_conn_submit_new_token
Remove unused funcs
ngtcp2_ksl: Remove ineffective ksl_node_set_key
Add ngtcp2_addr_test
Revert "ngtcp2_ksl: Remove ineffective ksl_node_set_key"
Use ngtcp2_addr_empty
ngtcp2_ksl: Add a test to cover edge case
ngtcp2_transport_params_decode: Add test case for empty input
Require application to provide sane ngtcp2_sockaddr
tests: Make remote transport parameters configurable
Rename ngtcp2_addr_compare to ngtcp2_addr_cmp
bbr: Use SRTT after the first RTT sample becomes available
tests: Refactor tests to use conn_options
Revise version negotiation tests in less intrusive way
Add tests
Add test to check that packet with reserved version is discarded
Fix cast
examples/server: Rework connection handling
Fix assertion error due to overlapping 0 length frames
fuzz: Deal with NGTCP2_WRITE_STREAM_FLAG_MORE
Doc: fix reference to ngtcp2_conn_get_0rtt_crypto_ctx
Bump boringssl
Bump wolfSSL to v5.7.6-stable
Bump aws-lc to v1.46.1
Bump picotls
Fix uninitialized ngtcp2_dcid.flags


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.21 -r1.22 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.22 pkgsrc/net/ngtcp2/Makefile:1.23
--- pkgsrc/net/ngtcp2/Makefile:1.22     Tue Dec 24 15:34:07 2024
+++ pkgsrc/net/ngtcp2/Makefile  Fri Feb 21 16:23:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/12/24 15:34:07 adam Exp $
+# $NetBSD: Makefile,v 1.23 2025/02/21 16:23:11 adam Exp $
 
-DISTNAME=      ngtcp2-1.10.0
+DISTNAME=      ngtcp2-1.11.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.19 pkgsrc/net/ngtcp2/PLIST:1.20
--- pkgsrc/net/ngtcp2/PLIST:1.19        Tue Dec 24 15:34:07 2024
+++ pkgsrc/net/ngtcp2/PLIST     Fri Feb 21 16:23:11 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2024/12/24 15:34:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2025/02/21 16:23:11 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.2.8
+lib/libngtcp2.so.16.2.9
 lib/pkgconfig/libngtcp2.pc
 share/doc/ngtcp2/README.rst

Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.21 pkgsrc/net/ngtcp2/distinfo:1.22
--- pkgsrc/net/ngtcp2/distinfo:1.21     Tue Dec 24 15:34:07 2024
+++ pkgsrc/net/ngtcp2/distinfo  Fri Feb 21 16:23:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/12/24 15:34:07 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/02/21 16:23:11 adam Exp $
 
-BLAKE2s (ngtcp2-1.10.0.tar.xz) = 2fc211764c6c7209af8e8defbc91d43ec7b3583600cfd89a96f4787aa6ebbeb6
-SHA512 (ngtcp2-1.10.0.tar.xz) = de61f9c2b8135d0d08740215002a3e1688f93825ce6ab6d074ce36569bde0e789d4f1a2abd708773c4ab123c4584e94f0eeee8f7e8ef238891f9bb36be001f9b
-Size (ngtcp2-1.10.0.tar.xz) = 636296 bytes
+BLAKE2s (ngtcp2-1.11.0.tar.xz) = 883d093441a81c62abb409309e322e8960ad1afcbf5025d13164de98b07868c3
+SHA512 (ngtcp2-1.11.0.tar.xz) = 8c4c8faa24d34e8d6c66df99ba7f3a4dbae689b38bf2bfa68e147af11abc050dc1de790ffc5de1f7379405c91d736f67e58d5661c2d2b72126ba079fadee72d3
+Size (ngtcp2-1.11.0.tar.xz) = 652904 bytes



Home | Main Index | Thread Index | Old Index