pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jun  9 09:49:29 UTC 2023

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

Log Message:
nghttp2 nghttp2-tools: updated to 1.54.0

nghttp2 v1.54.0

nghttpx: Consistent error handling and use of high-level API
h2load: Fix http3 upload stall
h2load: Use std::chrono::steady_clock for quic timestamp
Avoid ev_now
Remove unused macro bswap64
Bump ngtcp2 and nghttp3
Bump libbpf to v1.2.0
Avoid copies


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.60 -r1.61 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/nghttp2-tools/Makefile

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
diff -u pkgsrc/www/nghttp2/Makefile:1.82 pkgsrc/www/nghttp2/Makefile:1.83
--- pkgsrc/www/nghttp2/Makefile:1.82    Fri Jun  9 00:53:17 2023
+++ pkgsrc/www/nghttp2/Makefile Fri Jun  9 09:49:29 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.82 2023/06/09 00:53:17 riastradh Exp $
+# $NetBSD: Makefile,v 1.83 2023/06/09 09:49:29 adam Exp $
 
-PKGREVISION=   1
 .include "Makefile.common"
 
 COMMENT=       Implementation of HTTP/2 in C

Index: pkgsrc/www/nghttp2/Makefile.common
diff -u pkgsrc/www/nghttp2/Makefile.common:1.14 pkgsrc/www/nghttp2/Makefile.common:1.15
--- pkgsrc/www/nghttp2/Makefile.common:1.14     Wed May 10 12:34:17 2023
+++ pkgsrc/www/nghttp2/Makefile.common  Fri Jun  9 09:49:29 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.14 2023/05/10 12:34:17 adam Exp $
+# $NetBSD: Makefile.common,v 1.15 2023/06/09 09:49:29 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.53.0
+DISTNAME=      nghttp2-1.54.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.60 pkgsrc/www/nghttp2/distinfo:1.61
--- pkgsrc/www/nghttp2/distinfo:1.60    Fri Jun  9 00:53:17 2023
+++ pkgsrc/www/nghttp2/distinfo Fri Jun  9 09:49:29 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.60 2023/06/09 00:53:17 riastradh Exp $
+$NetBSD: distinfo,v 1.61 2023/06/09 09:49:29 adam Exp $
 
-BLAKE2s (nghttp2-1.53.0.tar.xz) = 7b0325739c9a30542a6889e1b61b46856bd1149fd6619fa367a7873399f1ae91
-SHA512 (nghttp2-1.53.0.tar.xz) = ae3c7b12fc019fa139e94c16f69070734d9c600c1ebefad46758cd7f9a93d39f1d72fa2a9bce10e757141749436858316752157d9957e6aaa455764e2f667a4e
-Size (nghttp2-1.53.0.tar.xz) = 1543180 bytes
+BLAKE2s (nghttp2-1.54.0.tar.xz) = cb1346c16cb72a66c239a46104e0b9b02c8756fba3e5bae5691e4c2487cb825b
+SHA512 (nghttp2-1.54.0.tar.xz) = b56a599f8be31e0518902a1dde50c48b599f57a24b382b2fea1ba8d855d1410b8e97b7dcd9620e3b29c308b7cb04bcd9d8db7034978419a90dbe7f84547afc43
+Size (nghttp2-1.54.0.tar.xz) = 1541460 bytes
 SHA1 (patch-Makefile.in) = a8b55c4e477ea285a9ba005a20e244b762968f3e

Index: pkgsrc/www/nghttp2-tools/Makefile
diff -u pkgsrc/www/nghttp2-tools/Makefile:1.20 pkgsrc/www/nghttp2-tools/Makefile:1.21
--- pkgsrc/www/nghttp2-tools/Makefile:1.20      Fri Jun  9 00:53:17 2023
+++ pkgsrc/www/nghttp2-tools/Makefile   Fri Jun  9 09:49:29 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.20 2023/06/09 00:53:17 riastradh Exp $
+# $NetBSD: Makefile,v 1.21 2023/06/09 09:49:29 adam Exp $
 
-PKGREVISION=   1
 .include "../../www/nghttp2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-tools-/}



Home | Main Index | Thread Index | Old Index