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: Mon May 26 18:47:36 UTC 2025
Modified Files:
pkgsrc/net/ngtcp2: Makefile PLIST distinfo
Log Message:
ngtcp2: updated to 1.13.0
1.13.0
Update doc
Update CMakeLists.txt to fix the error of check_symbol_exists() when static-link openssl.
Fix path response padding
Make a packet containing PATH_RESPONSE to active path non-probing
Make pacing less bursty
Add extra precision to pacing_interval
Refactor cubic
cubic: Bound time_delta
Bump wolfssl to v5.8.0-stable
examples/server: Refactor packet write
examples/server: Add const qualifier to Endpoint when passed to function
examples/server: Refactor on_send_blocked
examples/client: Refactor packet write path
examples: Adopt std::span::first
Refactor examples
Make as_uint8_span consteval
Avoid slower std::ranges::mismatch
putting important libdir and incdir first
Bump libressl to v4.1.0
Bump munit
Make istarts_with constexpr
Bump boringssl
Bump aws-lc to v1.52.0
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/net/ngtcp2/Makefile:1.25
--- pkgsrc/net/ngtcp2/Makefile:1.24 Fri Apr 18 08:20:57 2025
+++ pkgsrc/net/ngtcp2/Makefile Mon May 26 18:47:36 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/04/18 08:20:57 adam Exp $
+# $NetBSD: Makefile,v 1.25 2025/05/26 18:47:36 adam Exp $
-DISTNAME= ngtcp2-1.12.0
+DISTNAME= ngtcp2-1.13.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.21 pkgsrc/net/ngtcp2/PLIST:1.22
--- pkgsrc/net/ngtcp2/PLIST:1.21 Fri Apr 18 08:20:57 2025
+++ pkgsrc/net/ngtcp2/PLIST Mon May 26 18:47:36 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2025/04/18 08:20:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2025/05/26 18:47:36 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.3.0
+lib/libngtcp2.so.16.3.1
lib/pkgconfig/libngtcp2.pc
share/doc/ngtcp2/README.rst
Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.23 pkgsrc/net/ngtcp2/distinfo:1.24
--- pkgsrc/net/ngtcp2/distinfo:1.23 Fri Apr 18 08:20:57 2025
+++ pkgsrc/net/ngtcp2/distinfo Mon May 26 18:47:36 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/04/18 08:20:57 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/05/26 18:47:36 adam Exp $
-BLAKE2s (ngtcp2-1.12.0.tar.xz) = 25cb81c5262c1178f389d3bb578c7f0bf89fd3cde98f5515dcf3826cf72a8b6c
-SHA512 (ngtcp2-1.12.0.tar.xz) = 9d387df7d80665a346b170cf2adc0cc1163ae8d1d921355c1c07ec4e788feb76b9fd681dd606b139b3a2c27f3f0cf3e0a61014b9a3623c4bc06e86d32da0a90b
-Size (ngtcp2-1.12.0.tar.xz) = 656116 bytes
+BLAKE2s (ngtcp2-1.13.0.tar.xz) = f4e5c5420e6a4d1280b718a2cb492a0e454ad474d205a29939e643864b99c65b
+SHA512 (ngtcp2-1.13.0.tar.xz) = e284cb791c56cc342114febe777cd63ad8c00d6d5b0130c474a3dc9f5d4f932926131e4d10a01309de08c364511b8250477c0e88d252f67c231964abf74d82be
+Size (ngtcp2-1.13.0.tar.xz) = 654972 bytes
Home |
Main Index |
Thread Index |
Old Index