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 Jan 21 20:00:59 UTC 2024

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

Log Message:
ngtcp2: update to 1.2.0.

What's Changed

    cmake: Require nghttp3 >= v1.0.0 by @tatsuhiro-t in #1026
    examples: Clarify stream limits by @tatsuhiro-t in #1032
    Bump actions/stale from 8 to 9 by @dependabot in #1033
    Avoid detecting OpenSSL 3.2 as quictls by @tatsuhiro-t in #1035
    Clarify the behavior when a stream is not found by @tatsuhiro-t in #1036
    Do not recognize boringssl as quictls by @tatsuhiro-t in #1038
    Bump github/codeql-action from 2 to 3 by @dependabot in #1037
    docker: Switch to bsslclient and bsslserver by @tatsuhiro-t in #1039
    interop: Switch to wolfssl by @tatsuhiro-t in #1040
    Revert "docker: Switch to bsslclient and bsslserver" by @tatsuhiro-t in #1041
    docker: Switch to wolfssl by @tatsuhiro-t in #1042
    Use wolfSSL in a README example by @tatsuhiro-t in #1043
    Add aws-lc as BoringSSL alternative by @tatsuhiro-t in #1044
    wolfSSL: Disable deprecated signature algorithms by @tatsuhiro-t in #1046
    Remove use of SSL_set_quic_transport_version by @tatsuhiro-t in #1047
    examples: Build with libressl by @tatsuhiro-t in #1048
    Fix zero len file by @tatsuhiro-t in #1049
    Assert that _BitScanReverse64 never fail by @tatsuhiro-t in #1051
    Revert "wolfSSL: Disable deprecated signature algorithms" by @tatsuhiro-t in #1052
    wolfssl: Enable --enable-keylog-export by @tatsuhiro-t in #1053
    h09client: Fix display ecn bits by @tatsuhiro-t in #1054
    Bump wolfSSL to v5.6.6-stable by @tatsuhiro-t in #1055
    ngtcp2_pkt_adjust_pkt_num: Take bytes rather than bits by @tatsuhiro-t in #1056
    Initial and Handshake packets are immediately acknowledged by @tatsuhiro-t in #1057
    Refactor by @tatsuhiro-t in #1058
    examples: Print remote HTTP/3 settings by @tatsuhiro-t in #1059
    Fix assertion failure on immediate migration by @tatsuhiro-t in #1060
    Add ngtcp2_window_filter tests by @tatsuhiro-t in #1061
    Fix gcc-13 warning by @tatsuhiro-t in #1062
    Fix persistent congestion by @tatsuhiro-t in #1064
    Port missing changes to h09server by @tatsuhiro-t in #1065
    Fix typo by @tatsuhiro-t in #1066
    Update docker by @tatsuhiro-t in #1067
    Fix docker build-arg by @tatsuhiro-t in #1069
    Revert "Send RESET_STREAM if stream is reset by client" by @tatsuhiro-t in #1071
    Return early when STOP_SENDING is received more than once by @tatsuhiro-t in #1072
    Do not send STOP_SENDING if RESET_STREAM has been received by @tatsuhiro-t in #1073
    Update doc by @tatsuhiro-t in #1074
    wolfssl: Just use QUIC v1 transport parameter codepoint by @tatsuhiro-t in #1075
    wolfssl: Disable ECH by @tatsuhiro-t in #1076
    Bump boringssl by @tatsuhiro-t in #1077
    Bump picotls by @tatsuhiro-t in #1078
    Remove sample_offset field from ngtcp2_ppe by @tatsuhiro-t in #1079
    ci: Build and verify aws-lc flavored builds by @tatsuhiro-t in #1080
    Update boringssl build procedure by @tatsuhiro-t in #1081
    Bump aws-lc to v1.20.0 by @tatsuhiro-t in #1082
    Update doc by @tatsuhiro-t in #1083


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/net/ngtcp2/Makefile:1.14
--- pkgsrc/net/ngtcp2/Makefile:1.13     Sun Nov 26 07:28:34 2023
+++ pkgsrc/net/ngtcp2/Makefile  Sun Jan 21 20:00:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/11/26 07:28:34 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/01/21 20:00:58 wiz Exp $
 
-DISTNAME=      ngtcp2-1.1.0
+DISTNAME=      ngtcp2-1.2.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.10 pkgsrc/net/ngtcp2/PLIST:1.11
--- pkgsrc/net/ngtcp2/PLIST:1.10        Sun Nov 26 07:28:34 2023
+++ pkgsrc/net/ngtcp2/PLIST     Sun Jan 21 20:00:58 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.10 2023/11/26 07:28:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2024/01/21 20:00:58 wiz Exp $
 include/ngtcp2/ngtcp2.h
 include/ngtcp2/version.h
 lib/libngtcp2.a
 lib/libngtcp2.so
 lib/libngtcp2.so.16
-lib/libngtcp2.so.16.1.0
+lib/libngtcp2.so.16.1.1
 lib/pkgconfig/libngtcp2.pc
 share/doc/ngtcp2/README.rst

Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.12 pkgsrc/net/ngtcp2/distinfo:1.13
--- pkgsrc/net/ngtcp2/distinfo:1.12     Sun Nov 26 07:28:34 2023
+++ pkgsrc/net/ngtcp2/distinfo  Sun Jan 21 20:00:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/11/26 07:28:34 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/01/21 20:00:58 wiz Exp $
 
-BLAKE2s (ngtcp2-1.1.0.tar.xz) = 79691940b13fdc479605cc7fa2ac6230c86785bdb5980a3198e4f27ef81501d6
-SHA512 (ngtcp2-1.1.0.tar.xz) = 0de7d1aa67a5dbbf718313f90b7535980d29902a3d7e7a8a5e0362ec54b5ffe00ec2e844262ab05ddf6a0f3a1acc716a9b6df181121f8c3b66e138a91cfbe067
-Size (ngtcp2-1.1.0.tar.xz) = 595536 bytes
+BLAKE2s (ngtcp2-1.2.0.tar.xz) = 52df2c188ef04cfe2d9648c664c9c354c15daf0d5e9ee45450a9767ceab3a944
+SHA512 (ngtcp2-1.2.0.tar.xz) = 98a5724df82340d9448e0d11393bf9638aeb766edcae67255fb421538fba05e01f56fd16b85b157b21ff086696508f2d9ca410e81b8495411afcce77325c241a
+Size (ngtcp2-1.2.0.tar.xz) = 598000 bytes



Home | Main Index | Thread Index | Old Index