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: Sun Nov 26 07:28:34 UTC 2023
Modified Files:
pkgsrc/net/ngtcp2: Makefile PLIST distinfo
Log Message:
ngtcp2: updated to 1.1.0
ngtcp2 v1.1.0
Extract ngtcp2_frame_chain to its own file
Refactor ringbuf
Fix typo
Rename reset stream flags
Remove unused ngtcp2_conn_resched_frames
crypto: Fix bug that retry token AAD does not include QUIC version
cmake: re-add two missing includes
Bump clang to 15
quictls: Prefetch objects to workaround 3.x perf regression
Bump clang-format to 15
Bump quictls to 3.1.4+quic
Deprecate NGTCP2_PROTO_VER_MIN and NGTCP2_PROTO_VER_MAX
ngtcp2_conn_write_datagram conveniently accepts single buffer
windows: Fix warnings
ptlsclient, ptlsserver: Support hq
h09client: Use util::write_token
Cpp ext
Use __FILE_NAME__ instead of __FILE__
examples: Rename extend_max_streams_bidi to extend_max_local_streams_bidi
Define varint identifiers as macros
Limit the number of NEW_CONNECTION_ID frames that are in-flight
Make frame type of type uint64_t
Fix doc
Fix assertion failure
Eliminate floating point computations
Bump actions/github-script from 6 to 7
client: Optimize a bit
Revert ignoring loss signal during startup
Rework app_limited
Remove unused strmq_nretrans
autotools: Check wolfSSL_is_quic is available
wolfSSL: Add more build options
h09client: Fix uninitialized variable
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/net/ngtcp2/Makefile:1.13
--- pkgsrc/net/ngtcp2/Makefile:1.12 Sat Oct 28 15:26:33 2023
+++ pkgsrc/net/ngtcp2/Makefile Sun Nov 26 07:28:34 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/10/28 15:26:33 adam Exp $
+# $NetBSD: Makefile,v 1.13 2023/11/26 07:28:34 adam Exp $
-DISTNAME= ngtcp2-1.0.1
+DISTNAME= ngtcp2-1.1.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.9 pkgsrc/net/ngtcp2/PLIST:1.10
--- pkgsrc/net/ngtcp2/PLIST:1.9 Mon Oct 16 19:14:27 2023
+++ pkgsrc/net/ngtcp2/PLIST Sun Nov 26 07:28:34 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2023/10/16 19:14:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/11/26 07:28:34 adam Exp $
include/ngtcp2/ngtcp2.h
include/ngtcp2/version.h
lib/libngtcp2.a
lib/libngtcp2.so
lib/libngtcp2.so.16
-lib/libngtcp2.so.16.0.0
+lib/libngtcp2.so.16.1.0
lib/pkgconfig/libngtcp2.pc
share/doc/ngtcp2/README.rst
Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.11 pkgsrc/net/ngtcp2/distinfo:1.12
--- pkgsrc/net/ngtcp2/distinfo:1.11 Sat Oct 28 15:26:33 2023
+++ pkgsrc/net/ngtcp2/distinfo Sun Nov 26 07:28:34 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/10/28 15:26:33 adam Exp $
+$NetBSD: distinfo,v 1.12 2023/11/26 07:28:34 adam Exp $
-BLAKE2s (ngtcp2-1.0.1.tar.xz) = 2c020fcf36a4b9791caafe79426d46902202725aa10642298a259e113bf077bd
-SHA512 (ngtcp2-1.0.1.tar.xz) = d3f7c05bd4f06ee4b98c2bea983bc281794af6d007900231972bfd7fc2d7f034e22323d26fa3a7e0a936cfecc2476d77e80ae6a8c81cca317e4ab17b25c44d61
-Size (ngtcp2-1.0.1.tar.xz) = 590100 bytes
+BLAKE2s (ngtcp2-1.1.0.tar.xz) = 79691940b13fdc479605cc7fa2ac6230c86785bdb5980a3198e4f27ef81501d6
+SHA512 (ngtcp2-1.1.0.tar.xz) = 0de7d1aa67a5dbbf718313f90b7535980d29902a3d7e7a8a5e0362ec54b5ffe00ec2e844262ab05ddf6a0f3a1acc716a9b6df181121f8c3b66e138a91cfbe067
+Size (ngtcp2-1.1.0.tar.xz) = 595536 bytes
Home |
Main Index |
Thread Index |
Old Index