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 Dec 24 15:34:07 UTC 2024
Modified Files:
pkgsrc/net/ngtcp2: Makefile PLIST distinfo
Log Message:
ngtcp2: updated to 1.10.0
ngtcp2 v1.10.0
Update doc
Rename NGTCP2_INITIAL_TABLE_LENBITS to NGTCP2_INITIAL_HASHBITS
example/client: Enable GSO
examples: Enable X25519MLKEM768 for boringssl
Update security policy
Exercise qlog code in fuzzing
Do not extend app-limited period
Fuzz sequences of different received packets
Fuzz timestamp in read_write_pkt fuzzer
Exercise all CC algorithms in read_write_pkt fuzzer
Exercise client in read_write_pkt fuzzer
clang-format
examples: Remove unnecessary http-parser include
examples: Cleanup build files around http-parser
Fix assertion error when retransmitting 0 length STREAM frames
Fuzz remote transport params in read_write_pkt fuzzer
Update ksl fuzzer with FuzzedDataProvider
Remove outdated PMTUD probe packet handling when it is lost
Add ngtcp2_rob fuzzer
Require recent version of aws-lc due to X25519MLKEM768 in examples
Fix rob fuzzer
Bump boringssl
Bump picotls
Bump aws-lc
ngtcp2 v1.9.1
Fixes CVE-2024-52811
ngtcp2 v1.9.0
Fix connection stall due to cwnd limited
GHA: Bump Ubuntu runner to 24.04
GHA: No need to install g++-14 when building cache
GHA: Run tests for i686-w64-mingw32 host
ringbuf: silence superfluous unused function warning on NDEBUG builds
clang-format
Use REQUIRED when finding a package
Remove extra semicolons
examples: GRO buffer size should be 64KiB
Limit the number of ACK frames per packet
Nothing to acknowledge in a 0RTT packet
Introduce ngtcp2_ksl_search
Update doc
fuzz: Fix compile error
Loosen app-limited condition
Tweak threshold for max_stream_data and max_data transmission
Add note for window auto-tuning
examples/client: Disable window auto-tuning by default
ngtcp2_ksl: Use proper type
Retry token validation with more detailed error reporting
examples: Call getnameinfo only when logging is required
Replace http_parser_parse_url with urlparse
Deal with super small RTT
Fix assertion which refers to the wrong variable
tests: Add failmalloc tests for server scenario
Bump wolfssl to v5.7.4
Bump boringssl
Bump picotls
Bump libressl to v4.0.0
Bump aws-lc to v1.39.0
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.20 -r1.21 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.21 pkgsrc/net/ngtcp2/Makefile:1.22
--- pkgsrc/net/ngtcp2/Makefile:1.21 Thu Oct 17 18:54:31 2024
+++ pkgsrc/net/ngtcp2/Makefile Tue Dec 24 15:34:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/10/17 18:54:31 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/12/24 15:34:07 adam Exp $
-DISTNAME= ngtcp2-1.8.1
+DISTNAME= ngtcp2-1.10.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=ngtcp2/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -13,5 +13,8 @@ LICENSE= mit
USE_LANGUAGES= c c++
+# Require QUIC support in OpenSSL. Only needed for examples.
+CMAKE_CONFIGURE_ARGS+= -DENABLE_OPENSSL=OFF
+
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/ngtcp2/PLIST
diff -u pkgsrc/net/ngtcp2/PLIST:1.18 pkgsrc/net/ngtcp2/PLIST:1.19
--- pkgsrc/net/ngtcp2/PLIST:1.18 Thu Oct 17 18:54:31 2024
+++ pkgsrc/net/ngtcp2/PLIST Tue Dec 24 15:34:07 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2024/10/17 18:54:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2024/12/24 15:34:07 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.5
+lib/libngtcp2.so.16.2.8
lib/pkgconfig/libngtcp2.pc
share/doc/ngtcp2/README.rst
Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.20 pkgsrc/net/ngtcp2/distinfo:1.21
--- pkgsrc/net/ngtcp2/distinfo:1.20 Thu Oct 17 18:54:31 2024
+++ pkgsrc/net/ngtcp2/distinfo Tue Dec 24 15:34:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/10/17 18:54:31 adam Exp $
+$NetBSD: distinfo,v 1.21 2024/12/24 15:34:07 adam Exp $
-BLAKE2s (ngtcp2-1.8.1.tar.xz) = 0b2e9f31c2b37edd7be422af70d9d88ad5d7b7454beb4185a33809ee2d3c3cb3
-SHA512 (ngtcp2-1.8.1.tar.xz) = 18728ee0376de319a99c3c5a294a7250a8fefa82fd530f0f2882540da2bada2451644898561be6bb6d95e6c8b7e129337edefe3e71d5ca820beb67db0db7d331
-Size (ngtcp2-1.8.1.tar.xz) = 625204 bytes
+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
Home |
Main Index |
Thread Index |
Old Index