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: wiz
Date: Sun Aug 24 16:02:59 UTC 2025
Modified Files:
pkgsrc/net/ngtcp2: Makefile PLIST distinfo
Log Message:
ngtcp2: update to 1.15.0.
Use Requires.private because it is needed for static linking by @tatsuhiro-t in #1721
Use fallback_path consistently by @tatsuhiro-t in #1722
examples: Share get_string for urlparse_url.field_data by @tatsuhiro-t in #1723
examples: Fix Connection ID validation by @tatsuhiro-t in #1724
build: use distinct crypto library name for LibreSSL by @vszakats in #1716
Fix libressl doc and clarify its include file by @tatsuhiro-t in #1726
Aggregate pkts for gso by @tatsuhiro-t in #1727
GHA: Exclude macos-15 cmake due to the include path issue by @tatsuhiro-t in #1729
Pcg by @tatsuhiro-t in #1730
Chaos protection by @tatsuhiro-t in #1728
Rename ngtcp2_conn_aggregate_pkts to ngtcp2_conn_write_aggregate_pkt by @tatsuhiro-t in #1732
ngtcp2_conn_write_aggregate_pkt: Remove max_num_pkts parameter by @tatsuhiro-t in #1733
build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #1734
Glitch by @tatsuhiro-t in #1735
Apply glitch limits to RESET_STREAM, STOP_SENDING, MAX_STREAM_DATA by @tatsuhiro-t in #1736
Make glitch rate limiter configurable by @tatsuhiro-t in #1737
doc: Fix field markup by @tatsuhiro-t in #1738
Bump OpenSSL to v3.5.2 by @tatsuhiro-t in #1739
Bump aws-lc to v1.58.1 by @tatsuhiro-t in #1740
Bump boringssl by @tatsuhiro-t in #1741
Bump clang to 19 by @tatsuhiro-t in #1742
Fix skipping packet number by @tatsuhiro-t in #1743
Fix libngtcp2_crypto_ossl.so versioning on CMake by @krant in #1744
doc: Clarify that dest, destlen, and ts should be passed too by @tatsuhiro-t in #1745
Fix initial CRYPTO crumbling by @tatsuhiro-t in #1746
Break when buffer size is smaller than path max MTU by @tatsuhiro-t in #1747
tests: Add min buf test for ngtcp2_conn_write_aggregate_pkt by @tatsuhiro-t in #1748
Bump clang-format to 19 by @tatsuhiro-t in #1749
Bump munit by @tatsuhiro-t in #1750
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.25 -r1.26 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.26 pkgsrc/net/ngtcp2/Makefile:1.27
--- pkgsrc/net/ngtcp2/Makefile:1.26 Sun Jul 27 09:10:30 2025
+++ pkgsrc/net/ngtcp2/Makefile Sun Aug 24 16:02:58 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2025/07/27 09:10:30 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/08/24 16:02:58 wiz Exp $
-DISTNAME= ngtcp2-1.14.0
+DISTNAME= ngtcp2-1.15.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.23 pkgsrc/net/ngtcp2/PLIST:1.24
--- pkgsrc/net/ngtcp2/PLIST:1.23 Sun Jul 27 09:10:30 2025
+++ pkgsrc/net/ngtcp2/PLIST Sun Aug 24 16:02:59 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2025/07/27 09:10:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.24 2025/08/24 16:02:59 wiz 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.4.0
+lib/libngtcp2.so.16.5.0
lib/pkgconfig/libngtcp2.pc
share/doc/ngtcp2/README.rst
Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.25 pkgsrc/net/ngtcp2/distinfo:1.26
--- pkgsrc/net/ngtcp2/distinfo:1.25 Sun Jul 27 09:10:30 2025
+++ pkgsrc/net/ngtcp2/distinfo Sun Aug 24 16:02:59 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2025/07/27 09:10:30 wiz Exp $
+$NetBSD: distinfo,v 1.26 2025/08/24 16:02:59 wiz Exp $
-BLAKE2s (ngtcp2-1.14.0.tar.xz) = 8b6063b489c93b0edcdf8891e38fdef256da8362b2837ae1d587676dba7d88fa
-SHA512 (ngtcp2-1.14.0.tar.xz) = 36727ae4cfa7f7f50cc4bef1404f8ee9e969108e2aaa9b8533e52d9e960b0f206bd1a75ad4b7d0e2cec48243072c9ea8d3dac3d45105f91906eb0cf80e7d12e4
-Size (ngtcp2-1.14.0.tar.xz) = 662652 bytes
+BLAKE2s (ngtcp2-1.15.0.tar.xz) = 3114a200a0aa88290b1de9c215e70755212f250d682b2d575954c8a419d344bd
+SHA512 (ngtcp2-1.15.0.tar.xz) = 8d621f49561f80242ec1737ac9706adf7525c17e268f84dbb05c21fd9346921d458d8e64eebad50e4c04d4059aecb5c00245f7fde41781a31fe7da9634b1b222
+Size (ngtcp2-1.15.0.tar.xz) = 673064 bytes
Home |
Main Index |
Thread Index |
Old Index