pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nghttp2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 22 07:01:30 UTC 2024

Modified Files:
        pkgsrc/www/nghttp2: Makefile.common distinfo

Log Message:
nghttp2 nghttp2-tools: updated to 1.64.0

1.64.0

lib

The internal :authoriy and host field value validation now treats @ as invalid. nghttp2_check_authority still treats it as a valid character.

cmake

This release fixes c-ares v1.34.0 version detection failure.

h2load

This release fixes race condition on h1 connection close.

It also fixes UDP datagram send/recv metric.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/nghttp2/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/nghttp2/Makefile.common
diff -u pkgsrc/www/nghttp2/Makefile.common:1.26 pkgsrc/www/nghttp2/Makefile.common:1.27
--- pkgsrc/www/nghttp2/Makefile.common:1.26     Thu Aug 29 10:52:16 2024
+++ pkgsrc/www/nghttp2/Makefile.common  Tue Oct 22 07:01:30 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.26 2024/08/29 10:52:16 adam Exp $
+# $NetBSD: Makefile.common,v 1.27 2024/10/22 07:01:30 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.63.0
+DISTNAME=      nghttp2-1.64.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/nghttp2/distinfo
diff -u pkgsrc/www/nghttp2/distinfo:1.72 pkgsrc/www/nghttp2/distinfo:1.73
--- pkgsrc/www/nghttp2/distinfo:1.72    Thu Aug 29 10:52:16 2024
+++ pkgsrc/www/nghttp2/distinfo Tue Oct 22 07:01:30 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.72 2024/08/29 10:52:16 adam Exp $
+$NetBSD: distinfo,v 1.73 2024/10/22 07:01:30 adam Exp $
 
-BLAKE2s (nghttp2-1.63.0.tar.xz) = 0e81b38e8d3cd0d31a5948dc53509e68795f1c6327e2d46be6cd70dda44677b6
-SHA512 (nghttp2-1.63.0.tar.xz) = ac5005f33664981e194730223881f4207c9570cb8d9bba51b5592a3e7eb59455ebe25bf190211811513c64497a1b42ec7a82cc7f810059f46c99a83dd2d6cef9
-Size (nghttp2-1.63.0.tar.xz) = 1606480 bytes
+BLAKE2s (nghttp2-1.64.0.tar.xz) = 2095a6448f4ae5c257b6627828303d17a9d911b4c24262087601027f1986c646
+SHA512 (nghttp2-1.64.0.tar.xz) = b544196c3b7a55faacd11700d11e2fe4f16a7418282c9abb24a668544a15293580fd1a2cc5f93367c8a17c7ee45335c6d2f5c68a72dd176d516fd033f203eeec
+Size (nghttp2-1.64.0.tar.xz) = 1676124 bytes
 SHA1 (patch-Makefile.in) = a8b55c4e477ea285a9ba005a20e244b762968f3e



Home | Main Index | Thread Index | Old Index