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: Sat Feb 17 10:15:45 UTC 2024
Modified Files:
pkgsrc/net/ngtcp2: Makefile PLIST distinfo
Log Message:
ngtcp2: updated to 1.3.0
ngtcp2 v1.3.0
Do not run docker-build on tag
Speed up git clone
Use cmake -B consistently
Bump actions/cache from 3 to 4
Optimize STOP_SENDING
Fix retransmit frames on stream
Set NGTCP2_STRM_FLAG_RESET_STREAM when RESET_STREAM is sent
Add helper functions to encode/decode zero length transport parameter
Verify decoding truncated frames
Use typed frame type rather than ngtcp2_frame
Verify decoding truncated packet headers
Open a remote stream if RESET_STREAM is received
nghttp3 now requires git submodule
Migrate to munit from cunit
Rewrite ngtcp2_cbrt
Add missing munit header file to HFILES
Bump munit
Fix typo
Bump microsoft/setup-msbuild from 1 to 2
Remove pthread from BORINGSSL_LIBS
boringssl: Add certificate compression
Rewrite hexdump
hexdump: Add an extra whitespace after address
hexdump: Fix the last address is not shown
examples: Add include in GnuTLS example
Use assert_stdsv_equal and print title
examples: Minor fixup
Bump aws-lc to v1.21.0
Add security policy
Bump boringssl
Bump openssl
examples: Fix operator precedence error
Bump munit
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/ngtcp2/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/ngtcp2/PLIST
cvs rdiff -u -r1.13 -r1.14 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.14 pkgsrc/net/ngtcp2/Makefile:1.15
--- pkgsrc/net/ngtcp2/Makefile:1.14 Sun Jan 21 20:00:58 2024
+++ pkgsrc/net/ngtcp2/Makefile Sat Feb 17 10:15:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/01/21 20:00:58 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/02/17 10:15:45 adam Exp $
-DISTNAME= ngtcp2-1.2.0
+DISTNAME= ngtcp2-1.3.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.11 pkgsrc/net/ngtcp2/PLIST:1.12
--- pkgsrc/net/ngtcp2/PLIST:1.11 Sun Jan 21 20:00:58 2024
+++ pkgsrc/net/ngtcp2/PLIST Sat Feb 17 10:15:45 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.11 2024/01/21 20:00:58 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/02/17 10:15:45 adam Exp $
include/ngtcp2/ngtcp2.h
include/ngtcp2/version.h
lib/libngtcp2.a
lib/libngtcp2.so
lib/libngtcp2.so.16
-lib/libngtcp2.so.16.1.1
+lib/libngtcp2.so.16.1.2
lib/pkgconfig/libngtcp2.pc
share/doc/ngtcp2/README.rst
Index: pkgsrc/net/ngtcp2/distinfo
diff -u pkgsrc/net/ngtcp2/distinfo:1.13 pkgsrc/net/ngtcp2/distinfo:1.14
--- pkgsrc/net/ngtcp2/distinfo:1.13 Sun Jan 21 20:00:58 2024
+++ pkgsrc/net/ngtcp2/distinfo Sat Feb 17 10:15:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/01/21 20:00:58 wiz Exp $
+$NetBSD: distinfo,v 1.14 2024/02/17 10:15:45 adam Exp $
-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
+BLAKE2s (ngtcp2-1.3.0.tar.xz) = 9f57a6f54e6d45313d700fff76d16da8efaa4ff1b1d1eb8220d1e5fb35a96a5f
+SHA512 (ngtcp2-1.3.0.tar.xz) = 08ef43bb967dc0ca625975cca69e05903490b597531c65234077669cb39b5a28b60ff76726006ce6c4531d6c099d88dde63517f7b7d00e20ec5a879b87a30223
+Size (ngtcp2-1.3.0.tar.xz) = 615620 bytes
Home |
Main Index |
Thread Index |
Old Index