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 Sep 28 20:14:07 UTC 2025

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

Log Message:
ngtcp2: update to 1.16.0.

What's Changed

    build: install crypto header for libressl by @vszakats in #1752
    doc: Add "Aggregate packets for GSO" section by @tatsuhiro-t in #1753
    examples: Adopt std::make_unique_for_overwrite by @tatsuhiro-t in #1754
    GHA: Reduce distcheck tests to 1 by @tatsuhiro-t in #1755
    build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #1756
    GHA: Set permissions for quic-interop-runner by @tatsuhiro-t in #1757
    Add stats for sent, received, and lost QUIC packets and bytes by @tatsuhiro-t in #1758
    Export packet stats to ngtcp2_conn_info by @tatsuhiro-t in #1759
    ngtcp2_log: Do not format string by @tatsuhiro-t in #1760
    Fix format specifier by @tatsuhiro-t in #1761
    ngtcp2_log: Remove stray spaces by @tatsuhiro-t in #1762
    Remove unused NGTCP2_MAX_RETRIES macro by @tatsuhiro-t in #1764
    More use of designated initializers and compound literals by @tatsuhiro-t in #1765
    ngtcp2_qlog: Pass an empty string by @tatsuhiro-t in #1766
    examples: constexpr fixup by @tatsuhiro-t in #1767
    ngtcp2_ratelim: Deal with overflow by @tatsuhiro-t in #1770
    build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #1771
    build(deps): bump actions/stale from 9 to 10 by @dependabot[bot] in #1772
    build(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in #1773
    examples: Simplify close callbacks by @tatsuhiro-t in #1776
    examples: Adopt std::unordered_map::contains by @tatsuhiro-t in #1777
    Add ngtcp2_conn_get_timestamp by @tatsuhiro-t in #1778
    cmake: do not require C++ for lib-only builds by @vszakats in #1779
    Add ngtcp2_conn_info.ping_recv by @tatsuhiro-t in #1781
    Add ngtcp2_conn_info.pkt_discarded by @tatsuhiro-t in #1782
    examples: Adopt nghttp3_conn_read_stream2 by @tatsuhiro-t in #1783
    examples: Add --no-gso option by @tatsuhiro-t in #1784
    ngtcp2_conn_get_timestamp: Add const qualifier to conn by @tatsuhiro-t in #1785
    Examples add show stat by @tatsuhiro-t in #1786
    examples: Fix help doc by @tatsuhiro-t in #1787
    configure.ac: allow picotls without ossl by @CL-Jeremy in #1789
    Bump OpenSSL to v3.5.3 by @tatsuhiro-t in #1790
    Bump boringssl by @tatsuhiro-t in #1791
    Bump aws-lc to v1.61.2 by @tatsuhiro-t in #1792
    Bump picotls by @tatsuhiro-t in #1793
    examples: Use nullptr in C++ code by @tatsuhiro-t in #1794
    Fix macro comment by @tatsuhiro-t in #1795


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.27 -r1.28 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.28 pkgsrc/net/ngtcp2/Makefile:1.29
--- pkgsrc/net/ngtcp2/Makefile:1.28     Mon Sep  1 07:42:58 2025
+++ pkgsrc/net/ngtcp2/Makefile  Sun Sep 28 20:14:06 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2025/09/01 07:42:58 adam Exp $
+# $NetBSD: Makefile,v 1.29 2025/09/28 20:14:06 wiz Exp $
 
-DISTNAME=      ngtcp2-1.15.1
+DISTNAME=      ngtcp2-1.16.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.24 pkgsrc/net/ngtcp2/PLIST:1.25
--- pkgsrc/net/ngtcp2/PLIST:1.24        Sun Aug 24 16:02:59 2025
+++ pkgsrc/net/ngtcp2/PLIST     Sun Sep 28 20:14:06 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2025/08/24 16:02:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.25 2025/09/28 20:14:06 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.5.0
+lib/libngtcp2.so.16.6.0
 lib/pkgconfig/libngtcp2.pc
 share/doc/ngtcp2/README.rst

Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.27 pkgsrc/net/ngtcp2/distinfo:1.28
--- pkgsrc/net/ngtcp2/distinfo:1.27     Mon Sep  1 07:42:58 2025
+++ pkgsrc/net/ngtcp2/distinfo  Sun Sep 28 20:14:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2025/09/01 07:42:58 adam Exp $
+$NetBSD: distinfo,v 1.28 2025/09/28 20:14:07 wiz Exp $
 
-BLAKE2s (ngtcp2-1.15.1.tar.xz) = 63c55c3926e4e77fc602fd46b222a406960d99f501726662f9508b61527a3c57
-SHA512 (ngtcp2-1.15.1.tar.xz) = 7d22a58be2292453d9a056f5a39dcdfc04cd2e6db09270be3c6cda4e86c69162e9aca162785b42f34655ffe62b90fb77d0121870bb98ca37cec41b38bd2e47c5
-Size (ngtcp2-1.15.1.tar.xz) = 668640 bytes
+BLAKE2s (ngtcp2-1.16.0.tar.xz) = 38b19767cc1482c4637f8fb98db976c3e227102e4ff791a80dd54753e819e073
+SHA512 (ngtcp2-1.16.0.tar.xz) = 998aebd1088435745d65900f45304dc59266f0e5997c0fe93cd052bc746493953efc9f43aa10776eeea407747d7480e529a948112f150a2ba3669d0cd1bb2b26
+Size (ngtcp2-1.16.0.tar.xz) = 674160 bytes



Home | Main Index | Thread Index | Old Index