pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/nghttp3



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun  1 07:15:21 UTC 2026

Modified Files:
        pkgsrc/www/nghttp3: Makefile PLIST distinfo

Log Message:
nghttp3: updated to 1.16.0

1.16.0

Create nghttp3_frame directly in ring buffer
Fix memory leak on the failure path
Uppercase numeric literal suffixes and hex digits in C/C++ sources
More use of designated initializers
Upcase hex chars in string literal
GHA: Build with macos-26
Call nghttp3_stream_close callback for all streams
Add const qualifier
Add const version
Bump actions/github-script from 8 to 9
Optimize huffman decode length estimation
Fix integer cast
Add nghttp3_conn_get_stream_user_data
GHA: Avoid azure Ubuntu mirror
examples: Fix literal operator syntax
Add generic nghttp3_max and nghttp3_min with C11 _Generic
lib: Port ngtcp2 changes in nghttp3_ksl
Add missing doc
doc: Adopt sphinx version-added and version-deprecated directives
Ignore content-length for the extended CONNECT
Cleanup bitwise negation operations
Make hex integer literals unsigned where appropriate
Make frame types and payload length unsigned
Rewrite win32 byte order conversion functions
conv: Use function like macro style for nghttp3_bswap64
conv: Use macros for win32 hton*/ntoh* fallbacks
Remove legacy comments and macros regarding extensible priorities
conv: Remove nghttp3_put_varint variants
lib: Rewrite parse_uint
lib: Dedicated function to parse 3 digits HTTP status code
lib: Do not allow HTTP status code that contains leading zero
More static const


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/nghttp3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nghttp3/Makefile
diff -u pkgsrc/www/nghttp3/Makefile:1.30 pkgsrc/www/nghttp3/Makefile:1.31
--- pkgsrc/www/nghttp3/Makefile:1.30    Sun Jan 25 23:06:45 2026
+++ pkgsrc/www/nghttp3/Makefile Mon Jun  1 07:15:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2026/01/25 23:06:45 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2026/06/01 07:15:21 adam Exp $
 
-DISTNAME=      nghttp3-1.15.0
+DISTNAME=      nghttp3-1.16.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ngtcp2/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/www/nghttp3/PLIST
diff -u pkgsrc/www/nghttp3/PLIST:1.25 pkgsrc/www/nghttp3/PLIST:1.26
--- pkgsrc/www/nghttp3/PLIST:1.25       Sun Jan 25 23:06:45 2026
+++ pkgsrc/www/nghttp3/PLIST    Mon Jun  1 07:15:21 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2026/01/25 23:06:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2026/06/01 07:15:21 adam Exp $
 include/nghttp3/nghttp3.h
 include/nghttp3/version.h
 lib/cmake/nghttp3/nghttp3Config.cmake
@@ -8,6 +8,6 @@ lib/cmake/nghttp3/nghttp3Targets.cmake
 lib/libnghttp3.a
 lib/libnghttp3.so
 lib/libnghttp3.so.9
-lib/libnghttp3.so.9.6.1
+lib/libnghttp3.so.9.7.0
 lib/pkgconfig/libnghttp3.pc
 share/doc/nghttp3/README.rst

Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.26 pkgsrc/www/nghttp3/distinfo:1.27
--- pkgsrc/www/nghttp3/distinfo:1.26    Sun Jan 25 23:06:45 2026
+++ pkgsrc/www/nghttp3/distinfo Mon Jun  1 07:15:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2026/01/25 23:06:45 wiz Exp $
+$NetBSD: distinfo,v 1.27 2026/06/01 07:15:21 adam Exp $
 
-BLAKE2s (nghttp3-1.15.0.tar.xz) = 9f8fabeda569c7941041bb8cdb7759d72625353b622de97af6224f6f8dff0467
-SHA512 (nghttp3-1.15.0.tar.xz) = 9536b2596d226e727f828c9b8e0f638ad99cf75d6358b18c97c62f42635f283816cbee9205f797f2f8f3536b97ba3004b2f38a76ed93a66d3458f5bd9a0c4b68
-Size (nghttp3-1.15.0.tar.xz) = 408660 bytes
+BLAKE2s (nghttp3-1.16.0.tar.xz) = ae1a1703c61a4c3b2be8238040d674fbefa484771f2628d1a7288551c4dbe9be
+SHA512 (nghttp3-1.16.0.tar.xz) = 08260aa0e611a233b810568d8d7a64e187ebd0bf4d6d9ab550447458a4f81ba2b37a3ad62d1800d9fbc7fbd7176b592d6f42fc503acb39ed90d106a5db7ed982
+Size (nghttp3-1.16.0.tar.xz) = 413004 bytes



Home | Main Index | Thread Index | Old Index