pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www nghttp2: updated to 1.47.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b73691b2a5a
branches: trunk
changeset: 374845:6b73691b2a5a
user: adam <adam%pkgsrc.org@localhost>
date: Tue Mar 01 09:27:46 2022 +0000
description:
nghttp2: updated to 1.47.0
Nghttp2 v1.47.0
lib
This release fixes the incorrect HPACK decoder table size update, which lead to incorrectly require Dynamic Table Size Update from an encoder when it is not needed.
build
cmake build now disables libbpf by default.
h2load
Now maximum allowed maximum frame size is configurable with --max-frame-size.
nghttpx
--require-http-scheme option is added. It requires http or https scheme in HTTP request. It also requires that https scheme must be used for an encrypted connection. Otherwise, http scheme must be
used. This option is recommended for a server deployment which directly faces clients and the services it provides only require http or https scheme.
BBR2 congestion control algorithm is added to QUIC connection.
libbpf is now bumped to v0.7.0 and turn on all strict features.
The qlog file extension is changed to .sqlog.
The bug that causes h3 stream ends prematurely has been fixed.
The issue that a forwarded h3 GET request to HTTP/1.1 hop always has chunked transfer-encoding: chunked has been fixed.
QUIC connection now sends and receives ECN bits.
HTTP/3 trailer fields support has been added.
diffstat:
www/nghttp2-tools/Makefile | 3 +--
www/nghttp2/Makefile | 3 +--
www/nghttp2/Makefile.common | 4 ++--
www/nghttp2/distinfo | 8 ++++----
4 files changed, 8 insertions(+), 10 deletions(-)
diffs (51 lines):
diff -r c99fc0c8620b -r 6b73691b2a5a www/nghttp2-tools/Makefile
--- a/www/nghttp2-tools/Makefile Tue Mar 01 09:10:06 2022 +0000
+++ b/www/nghttp2-tools/Makefile Tue Mar 01 09:27:46 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.10 2021/12/08 16:06:58 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/03/01 09:27:47 adam Exp $
-PKGREVISION= 1
.include "../../www/nghttp2/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-tools-/}
diff -r c99fc0c8620b -r 6b73691b2a5a www/nghttp2/Makefile
--- a/www/nghttp2/Makefile Tue Mar 01 09:10:06 2022 +0000
+++ b/www/nghttp2/Makefile Tue Mar 01 09:27:46 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.71 2021/12/08 16:06:58 adam Exp $
+# $NetBSD: Makefile,v 1.72 2022/03/01 09:27:46 adam Exp $
-PKGREVISION= 1
.include "Makefile.common"
COMMENT= Implementation of HTTP/2 in C
diff -r c99fc0c8620b -r 6b73691b2a5a www/nghttp2/Makefile.common
--- a/www/nghttp2/Makefile.common Tue Mar 01 09:10:06 2022 +0000
+++ b/www/nghttp2/Makefile.common Tue Mar 01 09:27:46 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.7 2021/10/26 08:32:01 adam Exp $
+# $NetBSD: Makefile.common,v 1.8 2022/03/01 09:27:46 adam Exp $
# used by www/nghttp2/Makefile
# used by www/nghttp2-tools/Makefile
-DISTNAME= nghttp2-1.46.0
+DISTNAME= nghttp2-1.47.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
EXTRACT_SUFX= .tar.xz
diff -r c99fc0c8620b -r 6b73691b2a5a www/nghttp2/distinfo
--- a/www/nghttp2/distinfo Tue Mar 01 09:10:06 2022 +0000
+++ b/www/nghttp2/distinfo Tue Mar 01 09:27:46 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.52 2021/11/15 18:19:14 wiz Exp $
+$NetBSD: distinfo,v 1.53 2022/03/01 09:27:46 adam Exp $
-BLAKE2s (nghttp2-1.46.0.tar.xz) = d8363e49bec03822674ab940239139aebb2012b5c1d99d08b5810d7eaebe7c43
-SHA512 (nghttp2-1.46.0.tar.xz) = fcf3573bcc421705190c7cf0e3230f6f3028b669cb2976d29cfeb73e706deaae91ce60d0a615472e3f296454049ea5798f1e8defdd260a98895e94fea6a7a16b
-Size (nghttp2-1.46.0.tar.xz) = 4024972 bytes
+BLAKE2s (nghttp2-1.47.0.tar.xz) = 8eca3d64c27903a3e621452555e2be321fc1d19499c504ad73b57ef4be753010
+SHA512 (nghttp2-1.47.0.tar.xz) = ad6266a15789fec966db6be8ac0b9ee6cca257a3bb91fdd34a58acf0e472643a571941b5974d16c98f6ac5bfa6a03c4b70a6dff222fb0cd50909178b7e94ce48
+Size (nghttp2-1.47.0.tar.xz) = 4028580 bytes
SHA1 (patch-configure) = cb8a45817670468442570a6eb1f6ef9e812dcfac
SHA1 (patch-configure.ac) = c9a56319423ac31cd075748bcf2a5b16bf43f31b
Home |
Main Index |
Thread Index |
Old Index