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:           Wed Sep  6 18:03:32 UTC 2023

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

Log Message:
nghttp2 nghttp2-tools: updated to 1.56.0

Nghttp2 v1.56.0

third-party

llhttp has been updated.

nghttpx

Rework is done in functions that send ECN bits.

--frontend-quic-congestion-controller=bbr2 has been renamed to --frontend-quic-congestion-controller=bbrv2.

nghttpx, h2load

Fix issue that CMSG_DATA does not necessarily return an aligned pointer.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.24 -r1.25 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.common
diff -u pkgsrc/www/nghttp2/Makefile.common:1.17 pkgsrc/www/nghttp2/Makefile.common:1.18
--- pkgsrc/www/nghttp2/Makefile.common:1.17     Sat Jul 15 16:07:29 2023
+++ pkgsrc/www/nghttp2/Makefile.common  Wed Sep  6 18:03:32 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.17 2023/07/15 16:07:29 adam Exp $
+# $NetBSD: Makefile.common,v 1.18 2023/09/06 18:03:32 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.55.1
+DISTNAME=      nghttp2-1.56.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.63 pkgsrc/www/nghttp2/distinfo:1.64
--- pkgsrc/www/nghttp2/distinfo:1.63    Sat Jul 15 16:07:29 2023
+++ pkgsrc/www/nghttp2/distinfo Wed Sep  6 18:03:32 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.63 2023/07/15 16:07:29 adam Exp $
+$NetBSD: distinfo,v 1.64 2023/09/06 18:03:32 adam Exp $
 
-BLAKE2s (nghttp2-1.55.1.tar.xz) = fc6eb49cabb6793b15303944c95f6804d0632ad08c4853941254c49abd2552cb
-SHA512 (nghttp2-1.55.1.tar.xz) = ad948aa957ce429346b2a79933ba3b5f94e9386e1bc36961ed181685cd65f3d9d6937e3d4d228be17ac793e438776515b6a071ae1801b1481db9ad2c1166c1c3
-Size (nghttp2-1.55.1.tar.xz) = 1541884 bytes
+BLAKE2s (nghttp2-1.56.0.tar.xz) = 5e8799c0997d6c967bf3eb4c47576ed8a27997fbe51c4d0bb4354fcbca4cbf06
+SHA512 (nghttp2-1.56.0.tar.xz) = 9754bd637705400cc4c3488d6dd1fc217c765a0925d2a5edfd83d380db0ad9e9a05974afa4fcda40b07287e8e8261b9d8009892cb1c2cc417ce4232a01b0011d
+Size (nghttp2-1.56.0.tar.xz) = 1541712 bytes
 SHA1 (patch-Makefile.in) = a8b55c4e477ea285a9ba005a20e244b762968f3e

Index: pkgsrc/www/nghttp2-tools/Makefile
diff -u pkgsrc/www/nghttp2-tools/Makefile:1.24 pkgsrc/www/nghttp2-tools/Makefile:1.25
--- pkgsrc/www/nghttp2-tools/Makefile:1.24      Mon Aug 14 05:25:30 2023
+++ pkgsrc/www/nghttp2-tools/Makefile   Wed Sep  6 18:03:32 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.24 2023/08/14 05:25:30 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/09/06 18:03:32 adam Exp $
 
-PKGREVISION= 1
 .include "../../www/nghttp2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-tools-/}



Home | Main Index | Thread Index | Old Index