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:           Tue Mar  1 09:27:47 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.52 -r1.53 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.10 -r1.11 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.71 pkgsrc/www/nghttp2/Makefile:1.72
--- pkgsrc/www/nghttp2/Makefile:1.71    Wed Dec  8 16:06:58 2021
+++ pkgsrc/www/nghttp2/Makefile Tue Mar  1 09:27:46 2022
@@ -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

Index: pkgsrc/www/nghttp2/Makefile.common
diff -u pkgsrc/www/nghttp2/Makefile.common:1.7 pkgsrc/www/nghttp2/Makefile.common:1.8
--- pkgsrc/www/nghttp2/Makefile.common:1.7      Tue Oct 26 08:32:01 2021
+++ pkgsrc/www/nghttp2/Makefile.common  Tue Mar  1 09:27:46 2022
@@ -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

Index: pkgsrc/www/nghttp2/distinfo
diff -u pkgsrc/www/nghttp2/distinfo:1.52 pkgsrc/www/nghttp2/distinfo:1.53
--- pkgsrc/www/nghttp2/distinfo:1.52    Mon Nov 15 18:19:14 2021
+++ pkgsrc/www/nghttp2/distinfo Tue Mar  1 09:27:46 2022
@@ -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

Index: pkgsrc/www/nghttp2-tools/Makefile
diff -u pkgsrc/www/nghttp2-tools/Makefile:1.10 pkgsrc/www/nghttp2-tools/Makefile:1.11
--- pkgsrc/www/nghttp2-tools/Makefile:1.10      Wed Dec  8 16:06:58 2021
+++ pkgsrc/www/nghttp2-tools/Makefile   Tue Mar  1 09:27:47 2022
@@ -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-/}



Home | Main Index | Thread Index | Old Index