Skip to content

Commit

Permalink
nghttp2 nghttp2-tools: updated to 1.56.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
adam committed Sep 6, 2023
1 parent 22ce968 commit 4b9d9f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions www/nghttp2-tools/Makefile
@@ -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-/}
Expand Down
4 changes: 2 additions & 2 deletions www/nghttp2/Makefile.common
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions www/nghttp2/distinfo
@@ -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

0 comments on commit 4b9d9f1

Please sign in to comment.