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:           Sun Jun 28 08:14:46 UTC 2026

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

Log Message:
nghttp3: updated to 1.17.0

1.17.0

lib: Add nghttp3_downcase_byte
lib: Fix header name validation
lib: Reformat downcase table
Add nghttp3_conn_stream_flushed
lib: Take into account non-DATA frame in nghttp3_conn_is_stream_flushed
Update scripts
Reformat huffman data tables
Update doc
lib: Treat non-existent stream flushed
Bump sfparse
lib: Add the public API to encode and decode variable-length integer
build(deps): bump actions/checkout from 6 to 7
Add missing version-added


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.27 -r1.28 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.31 pkgsrc/www/nghttp3/Makefile:1.32
--- pkgsrc/www/nghttp3/Makefile:1.31    Mon Jun  1 07:15:21 2026
+++ pkgsrc/www/nghttp3/Makefile Sun Jun 28 08:14:46 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2026/06/01 07:15:21 adam Exp $
+# $NetBSD: Makefile,v 1.32 2026/06/28 08:14:46 adam Exp $
 
-DISTNAME=      nghttp3-1.16.0
+DISTNAME=      nghttp3-1.17.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.26 pkgsrc/www/nghttp3/PLIST:1.27
--- pkgsrc/www/nghttp3/PLIST:1.26       Mon Jun  1 07:15:21 2026
+++ pkgsrc/www/nghttp3/PLIST    Sun Jun 28 08:14:46 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2026/06/01 07:15:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2026/06/28 08:14:46 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.7.0
+lib/libnghttp3.so.9.8.0
 lib/pkgconfig/libnghttp3.pc
 share/doc/nghttp3/README.rst

Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.27 pkgsrc/www/nghttp3/distinfo:1.28
--- pkgsrc/www/nghttp3/distinfo:1.27    Mon Jun  1 07:15:21 2026
+++ pkgsrc/www/nghttp3/distinfo Sun Jun 28 08:14:46 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2026/06/01 07:15:21 adam Exp $
+$NetBSD: distinfo,v 1.28 2026/06/28 08:14:46 adam Exp $
 
-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
+BLAKE2s (nghttp3-1.17.0.tar.xz) = 728911291d9ed4e68e3b1723279ba07537cfe107c2b9ef444f81536c082dd5d1
+SHA512 (nghttp3-1.17.0.tar.xz) = 71c0cac6c55f90acd41c128f2250dd2e84ddd31ab0246eedf61d49dea6654d88a3a1e60210669365100f9d77ed520972e3cdee5a5dec9c4be72a674c53d9707d
+Size (nghttp3-1.17.0.tar.xz) = 410916 bytes



Home | Main Index | Thread Index | Old Index