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: Thu May 9 10:01:19 UTC 2024
Modified Files:
pkgsrc/net/ngtcp2: Makefile PLIST distinfo
Log Message:
ngtcp2: updated to 1.5.0
ngtcp2 v1.5.0
Fix release script
autotools: Switch to tar-pax
Pack more QUIC packets on large PMTUD probes
Drop UDP datagram if it comes from a well-known port
Rework transmitting empty STREAM frame
Take into account SCID length when computing minimum packet size
More prohibited ports
client: Handle error from feed_data
server: Send stateless reset
crypto: Adjust token stack buffer sizes
crypto: Reduce NGTCP2_CRYPTO_TOKEN_RAND_DATALEN to 16
Bump wolfssl to v5.7.0-stable
Group up integration test output
QUIC min Short packet is 22
cmake: add BUILD_TESTING, fix MSVC with static + shared
adding "git submodule" and libev stuff
Bump munit
ci: Add macos-14
server: Fix stateless reset buffer stack buffer overflow
Adopt std::to_array
Fix interop
server: Use std::span for sized binary data
client: Use std::span for sized binary data
examples: More std::span
std::unordered_map lookup by std::string_view
Refactor Buffer
interop: Support linux/arm64
chore: Build multi-platform Docker image during CI
interop: Build images on multiple runners
interop: Push multi platform images
Fix interop image tag
interop: Add missing h09 client/server
Refactor format_hex
CMakeLists(.txt): Add Build Test info on summary
Bump munit
server: Refactor packet write
Remove unused streq_l
Bump aws-lc to v1.26.0
Fix nullptr dereference
Bump boringssl
Bump picotls
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.15 -r1.16 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.16 pkgsrc/net/ngtcp2/Makefile:1.17
--- pkgsrc/net/ngtcp2/Makefile:1.16 Mon Mar 18 18:28:18 2024
+++ pkgsrc/net/ngtcp2/Makefile Thu May 9 10:01:19 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/03/18 18:28:18 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/05/09 10:01:19 adam Exp $
-DISTNAME= ngtcp2-1.4.0
+DISTNAME= ngtcp2-1.5.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.13 pkgsrc/net/ngtcp2/PLIST:1.14
--- pkgsrc/net/ngtcp2/PLIST:1.13 Mon Mar 18 18:28:18 2024
+++ pkgsrc/net/ngtcp2/PLIST Thu May 9 10:01:19 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.13 2024/03/18 18:28:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2024/05/09 10:01:19 adam Exp $
include/ngtcp2/ngtcp2.h
include/ngtcp2/version.h
lib/libngtcp2.a
lib/libngtcp2.so
lib/libngtcp2.so.16
-lib/libngtcp2.so.16.2.0
+lib/libngtcp2.so.16.2.1
lib/pkgconfig/libngtcp2.pc
share/doc/ngtcp2/README.rst
Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.15 pkgsrc/net/ngtcp2/distinfo:1.16
--- pkgsrc/net/ngtcp2/distinfo:1.15 Mon Mar 18 18:28:18 2024
+++ pkgsrc/net/ngtcp2/distinfo Thu May 9 10:01:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/03/18 18:28:18 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/05/09 10:01:19 adam Exp $
-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
+BLAKE2s (ngtcp2-1.5.0.tar.xz) = d6d13802a2fd133ef6039c321d30d045c651de36ab0d535cc855157e882d536f
+SHA512 (ngtcp2-1.5.0.tar.xz) = 6c05beccac5d53c575ceaa594ac6b1d91ae9f0be01394b3520e84b51a44d3c6a71612c2c6f613d3d1b9d2992a83a68696fedbfdc3842f02d4009c95b463ad97f
+Size (ngtcp2-1.5.0.tar.xz) = 627464 bytes
Home |
Main Index |
Thread Index |
Old Index