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:   wiz
Date:           Mon Jul 27 14:43:42 UTC 2026

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

Log Message:
nghttp3: update to 1.18.0.

ksl: Align keys in 8 bytes boundary by @tatsuhiro-t in #534
Update doc by @tatsuhiro-t in #536
Add nghttp3_conn_close_stream2 and nghttp3_stream_close2 callback by @tatsuhiro-t in #537
Update doc by @tatsuhiro-t in #538
Validate header length against the estimated uncompressed length by @tatsuhiro-t in #539
ksl: Port ngtcp2 changes by @tatsuhiro-t in #540
Document C compilers by @tatsuhiro-t in #541
Fix build error with gcc-16 by @tatsuhiro-t in #542


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.28 -r1.29 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.32 pkgsrc/www/nghttp3/Makefile:1.33
--- pkgsrc/www/nghttp3/Makefile:1.32    Sun Jun 28 08:14:46 2026
+++ pkgsrc/www/nghttp3/Makefile Mon Jul 27 14:43:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2026/06/28 08:14:46 adam Exp $
+# $NetBSD: Makefile,v 1.33 2026/07/27 14:43:42 wiz Exp $
 
-DISTNAME=      nghttp3-1.17.0
+DISTNAME=      nghttp3-1.18.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.27 pkgsrc/www/nghttp3/PLIST:1.28
--- pkgsrc/www/nghttp3/PLIST:1.27       Sun Jun 28 08:14:46 2026
+++ pkgsrc/www/nghttp3/PLIST    Mon Jul 27 14:43:42 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2026/06/28 08:14:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2026/07/27 14:43:42 wiz 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.8.0
+lib/libnghttp3.so.9.9.0
 lib/pkgconfig/libnghttp3.pc
 share/doc/nghttp3/README.rst

Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.28 pkgsrc/www/nghttp3/distinfo:1.29
--- pkgsrc/www/nghttp3/distinfo:1.28    Sun Jun 28 08:14:46 2026
+++ pkgsrc/www/nghttp3/distinfo Mon Jul 27 14:43:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2026/06/28 08:14:46 adam Exp $
+$NetBSD: distinfo,v 1.29 2026/07/27 14:43:42 wiz Exp $
 
-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
+BLAKE2s (nghttp3-1.18.0.tar.xz) = 00b679607913c938c7ac8000b46415d8b95d234d13cce389cc45c3da78c5bb0c
+SHA512 (nghttp3-1.18.0.tar.xz) = 51ed27cb600219b13f3be44f7543b04df956180015ca027245e7aab968283720918c5fbe191265b02d9c90ebd5b6649599005b904b300ca844381b88ecea3274
+Size (nghttp3-1.18.0.tar.xz) = 410868 bytes



Home | Main Index | Thread Index | Old Index