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: Wed Feb 15 18:07:02 UTC 2023
Modified Files:
pkgsrc/net/ngtcp2: Makefile PLIST distinfo
Log Message:
ngtcp2: updated to 0.13.1
ngtcp2 v0.13.1
Workaround Handshake packet deadlock by exceeding CWND limit
Fix bug that a remote uni stream never be closed
ngtcp2 v0.13.0
Add section to describe how to associate Connection ID to ngtcp2_conn
server: Cleanup Connection ID association
Remove TLS lib version to make the maintenance easier
bbr2: Fix assertion failure
Picotls keylog
Add const qualifier to some array fields
Make token a pair of pointer to const uint8_t and its size
Add final QUIC version 2 support
examples: Format QUIC version in hex string
Make hard-coded static library suffix optional
Update Version Negotiation to draft-14
Remove QUIC version 2 draft
Clarify server behavior when negotiating version with preferred_versions
examples: Use std::fixed for timer value
Bump boringssl
Remove sphinx theme bundle
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ngtcp2/PLIST 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.2 pkgsrc/net/ngtcp2/Makefile:1.3
--- pkgsrc/net/ngtcp2/Makefile:1.2 Tue Jan 24 18:36:31 2023
+++ pkgsrc/net/ngtcp2/Makefile Wed Feb 15 18:07:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/01/24 18:36:31 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/02/15 18:07:02 adam Exp $
-DISTNAME= ngtcp2-0.11.0
+DISTNAME= ngtcp2-0.13.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=ngtcp2/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -12,7 +12,6 @@ COMMENT= Implements RFC9000 QUIC protoco
LICENSE= mit
USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/ngtcp2/PLIST
diff -u pkgsrc/net/ngtcp2/PLIST:1.1 pkgsrc/net/ngtcp2/PLIST:1.2
--- pkgsrc/net/ngtcp2/PLIST:1.1 Sat Dec 3 16:02:29 2022
+++ pkgsrc/net/ngtcp2/PLIST Wed Feb 15 18:07:02 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2022/12/03 16:02:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/02/15 18:07:02 adam Exp $
include/ngtcp2/ngtcp2.h
include/ngtcp2/version.h
+lib/libngtcp2.a
lib/libngtcp2.so
-lib/libngtcp2.so.8
-lib/libngtcp2.so.8.0.1
-lib/libngtcp2_static.a
+lib/libngtcp2.so.10
+lib/libngtcp2.so.10.0.1
lib/pkgconfig/libngtcp2.pc
share/doc/ngtcp2/README.rst
Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.1 pkgsrc/net/ngtcp2/distinfo:1.2
--- pkgsrc/net/ngtcp2/distinfo:1.1 Sat Dec 3 16:02:29 2022
+++ pkgsrc/net/ngtcp2/distinfo Wed Feb 15 18:07:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/12/03 16:02:29 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/02/15 18:07:02 adam Exp $
-BLAKE2s (ngtcp2-0.11.0.tar.xz) = d1e355a24518a9c84340a7b614ba4019b278e9ed39a5f3c814a69a5f4f7edc4b
-SHA512 (ngtcp2-0.11.0.tar.xz) = f652cb0189c485d3d007dda93f8441ea6d9a4f95d658ab763bd6d3e2e46985c0800e7fc3291c6fb4e07a0e5e0d4117d19631214a53f687f40913485182202057
-Size (ngtcp2-0.11.0.tar.xz) = 583024 bytes
+BLAKE2s (ngtcp2-0.13.1.tar.xz) = 481e8991770a364c1a143c065d88ec65f7ac7a25841790e41b0f648585a71676
+SHA512 (ngtcp2-0.13.1.tar.xz) = c8ff2eba9d2b7c5424e32e17ea481168ef3aa3140c0e17d210b4ef1065bc5c8d2e4393b99e7aea72693f8b6aa1cb9b44e9d48dde4e55e380bb614ec77a7b95fa
+Size (ngtcp2-0.13.1.tar.xz) = 582412 bytes
Home |
Main Index |
Thread Index |
Old Index