ngtcp2: updated to 1.4.0

1.4.0

Erase sensitive data before freeing memory
Fix compile error with libstdc++6-14
Make congestion controller use the current path MTU
Reduce malloc call in conn_new
Add missing FindJemalloc.cmake to EXTRA_DIST
Automate release process
Make Path MTU Discovery probes configurable
examples: Add --pmtud-probes option
Accept zero length UDP datagram payload and just return 0
Deal with the case that send_quantum < max_udp_payload_size
Adjust simpleclient buffer to have default max_tx_udp_payload_size
Document about outgoing UDP datagram payload size
Move ngtcp2_settings_default_versioned to ngtcp2_settings.c
Refactor acktr
Cleanup free functions called from conn_new
Make functions that discard pkns callable from the other source files
Add typed ngtcp2_min and ngtcp2_max functions
Avoid setting 0 after memset
Move ngtcp2_transport_params functions to its own file
Remove unused ngtcp2_conversion_test.c
Move struct version to the last argument
git clone recursive
Update README.rst
ngtcp2_conn_write_connection_close: Fix assertion failure
Fix assertion failure because of failing dup Connection ID check
fuzz: Add read_write_pkt fuzzer
Workaround llvm issue
fuzz: Add missing include
fuzz: Workaround llvm issue
Add 2 new ngtcp2_ccerr_type values
Add handshake fuzzer
docker: Use copy --link
Bump aws-lc to v1.23.0
Bump boringssl
Bump picotls
Switch to distroless/base-nossl
Remove debug printf
Add padding to at most 1200 bytes
Add ngtcp2_ppe padding tests
This commit is contained in:
adam 2024-03-18 18:28:18 +00:00
parent d937fc03db
commit 0c7c3bf7d2
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2024/02/17 10:15:45 adam Exp $
# $NetBSD: Makefile,v 1.16 2024/03/18 18:28:18 adam Exp $
DISTNAME= ngtcp2-1.3.0
DISTNAME= ngtcp2-1.4.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=ngtcp2/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}

View File

@ -1,9 +1,9 @@
@comment $NetBSD: PLIST,v 1.12 2024/02/17 10:15:45 adam Exp $
@comment $NetBSD: PLIST,v 1.13 2024/03/18 18:28:18 adam Exp $
include/ngtcp2/ngtcp2.h
include/ngtcp2/version.h
lib/libngtcp2.a
lib/libngtcp2.so
lib/libngtcp2.so.16
lib/libngtcp2.so.16.1.2
lib/libngtcp2.so.16.2.0
lib/pkgconfig/libngtcp2.pc
share/doc/ngtcp2/README.rst

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2024/02/17 10:15:45 adam Exp $
$NetBSD: distinfo,v 1.15 2024/03/18 18:28:18 adam Exp $
BLAKE2s (ngtcp2-1.3.0.tar.xz) = 9f57a6f54e6d45313d700fff76d16da8efaa4ff1b1d1eb8220d1e5fb35a96a5f
SHA512 (ngtcp2-1.3.0.tar.xz) = 08ef43bb967dc0ca625975cca69e05903490b597531c65234077669cb39b5a28b60ff76726006ce6c4531d6c099d88dde63517f7b7d00e20ec5a879b87a30223
Size (ngtcp2-1.3.0.tar.xz) = 615620 bytes
BLAKE2s (ngtcp2-1.4.0.tar.xz) = 2fd2036c008e8f538da6cd6bed7c28a7d08186e2c59618e451338165b472d174
SHA512 (ngtcp2-1.4.0.tar.xz) = 6491f158cd3bd659d593810935ceedefea8ee4a77e0a1952c0300f83188d0af1ef8313b24f9dbd3e7a795b6ad9099d2681b70ff1bafd92eed429ee028b2f2dea
Size (ngtcp2-1.4.0.tar.xz) = 618480 bytes