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 Dec 25 16:24:49 UTC 2025

Modified Files:
        pkgsrc/net/ngtcp2: Makefile PLIST distinfo

Log Message:
ngtcp2: updated to 1.19.0

1.19.0

Gha ubuntu arm
examples: Generate lowcase_tbl and remove redundant cast
build(deps): bump actions/checkout from 5 to 6
ngtcp2_log: Add missing error codes
ngtcp2_str: Remove redundant assignment
Update RTT when the largest packet number is acked
ngtcp2_qlog: Add const qualifier to vec_pkt_type*
bbr: Remove CWND reduction on congestion event
GHA: Specify ubuntu-arm in include
bbr: More backups for spurious losses
GHA: Simplify build matrix with includes
GHA: Simplify matrix with array of objects
examples: Allow 5% margin for the expected goodput
examples: Compute goodput in double
Add ngtcp2_vec_drop
Rewrite get_uvarint
Rework ngtcp2_frame union to avoid potential UB
ksl: Rework key storage to avoid struct hack
acktr: Refactor ACK creation function
examples: Replace in_addr_union with std::variant
examples: Replace sockaddr_union with std::variant
examples: Show error regardless of config.quiet
examples: Add as_ngtcp2_addr helper function
examples: Fix linker error in examplestest by adding shared.cc dependency
examples: Make initialization form compact
examples: Add [[nodiscard]] to Address functions
examples: Modernize field initializers
ngtcp2_ksl: Remove alignment enforcement for keys
Bump urlparse
examples: Adopt nghttp3_recv_settings2
fuzz: Add begin_path_validation to read_write_pkt
Refactor with compound literals
Add libngtcp2 to pkg-config Requires.private
Revise libngtcp2 include dir setup
build(deps): bump actions/upload-artifact from 5 to 6
build(deps): bump actions/download-artifact from 6 to 7
build(deps): bump actions/cache from 4 to 5
Include array in siphash example
Export CMake target for ngtcp2_crypto_ossl(_static)
Bump boringssl
Bump aws-lc


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.30 -r1.31 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.31 pkgsrc/net/ngtcp2/Makefile:1.32
--- pkgsrc/net/ngtcp2/Makefile:1.31     Tue Nov 25 07:15:17 2025
+++ pkgsrc/net/ngtcp2/Makefile  Thu Dec 25 16:24:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2025/11/25 07:15:17 adam Exp $
+# $NetBSD: Makefile,v 1.32 2025/12/25 16:24:49 adam Exp $
 
-DISTNAME=      ngtcp2-1.18.0
+DISTNAME=      ngtcp2-1.19.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.27 pkgsrc/net/ngtcp2/PLIST:1.28
--- pkgsrc/net/ngtcp2/PLIST:1.27        Tue Nov 25 07:15:17 2025
+++ pkgsrc/net/ngtcp2/PLIST     Thu Dec 25 16:24:49 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2025/11/25 07:15:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2025/12/25 16:24:49 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.7.1
+lib/libngtcp2.so.16.7.2
 lib/pkgconfig/libngtcp2.pc
 share/doc/ngtcp2/README.rst

Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.30 pkgsrc/net/ngtcp2/distinfo:1.31
--- pkgsrc/net/ngtcp2/distinfo:1.30     Tue Nov 25 07:15:17 2025
+++ pkgsrc/net/ngtcp2/distinfo  Thu Dec 25 16:24:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2025/11/25 07:15:17 adam Exp $
+$NetBSD: distinfo,v 1.31 2025/12/25 16:24:49 adam Exp $
 
-BLAKE2s (ngtcp2-1.18.0.tar.xz) = 6f586572608f084fd209ed66e15eb94324ed2e87fca82e14f0cc0ad124fc143b
-SHA512 (ngtcp2-1.18.0.tar.xz) = 4fa236927bbc9c1fe6f920d131e4655c4143c256eb001a7a80add65a9024c2039be64d8bb9606567fb6dcddb7dc6f3a11e08f9196714a60fd55c6cf10be8aa35
-Size (ngtcp2-1.18.0.tar.xz) = 688432 bytes
+BLAKE2s (ngtcp2-1.19.0.tar.xz) = a8b90c9687e62844e306750db729b3c36a4901c44eb4ea4aaa5b5ae41a2e702d
+SHA512 (ngtcp2-1.19.0.tar.xz) = db6b69fa627297e37d804cae8ea04aacef2f666f3696ab347297a1a39c48073aedea128885c974e13ebaa52c112e23c12fcee93846f11c0b5c9d1cdb354d6f0e
+Size (ngtcp2-1.19.0.tar.xz) = 686448 bytes



Home | Main Index | Thread Index | Old Index