Path to this page:
./
www/nghttp2,
Implementation of HTTP/2 in C
Branch: CURRENT,
Version: 1.47.0nb1,
Package name: nghttp2-1.47.0nb1,
Maintainer: pkgsrc-usersnghttp2 is an implementation of HTTP/2 in C.
Required to run:[
textproc/libxml2] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 3934.16 KB
Version history: (Expand)
- (2022-04-20) Updated to version: nghttp2-1.47.0nb1
- (2022-03-01) Updated to version: nghttp2-1.47.0
- (2021-12-08) Updated to version: nghttp2-1.46.0nb1
- (2021-10-26) Updated to version: nghttp2-1.46.0
- (2021-09-29) Updated to version: nghttp2-1.45.1
- (2021-07-19) Updated to version: nghttp2-1.44.0
CVS history: (Expand)
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) |  |
Log message:
revbump for textproc/icu update
|
2022-03-01 10:27:47 by Adam Ciarcinski | Files touched by this commit (4) |  |
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.
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-11-15 19:19:14 by Thomas Klausner | Files touched by this commit (1) |
Log message:
nghttp2: use BLAKE2s
|
2021-10-26 10:32:01 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
nghttp2: updated to 1.46.0
Nghttp2 v1.46.0
build
A workaround is added to avoid the broken version check in AX_PYTHON_DEVEL macro.
It adds the missing cmake files to EXTRA_DIST.
nghttpx
HTTP/3 feature is now available with BoringSSL.
SCT data is now available with BoringSSL.
New QUIC and HTTP/3 related options were added: --frontend-quic-initial-rtt, \
--quic-server-id, and --rlimit-memlock.
--frontend-quic-connection-id-encryption-key has been removed, and the new \
option --frontend-quic-secret-file has been added which specifies initial keying \
materials to generate QUIC secrets and keys for connection ID and tokens. It \
also supports the rotation of keying materials.
HTTP/3 ALPN h3-29 is now supported.
--worker-process-grace-shutdown-period option was added to set the maximum grace \
period to wait for a worker process to terminate gracefully.
--max-worker-processes option was added to limit the number of the lingering \
worker processes.
h2load
HTTP/3 feature is now available with BoringSSL.
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2021-09-29 21:01:31 by Adam Ciarcinski | Files touched by this commit (872) |
Log message:
revbump for boost-libs
|
2021-09-29 13:46:40 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
nghttp2: updated to 1.45.1
Nghttp2 v1.45.1
build
This release fixes packaging issues which lack some configuration files in tar \
archives.
Nghttp2 v1.45.0
lib
Stricter checks for :method: and :path pseudo header fields are introduced.
build
nghttp2 applications can be compiled with OpenSSL v3.0.0.
Fix warning about systemd when cmake is used.
Added build options to enable HTTP/3 and eBPF.
nghttpx
The experimental HTTP/3 support has been added.
“dnf” (= “do not forward”) parameter is added to backend option.
h2load
The experimental HTTP/3 support has been added.
SSLKEYLOGFILE environment variable support has been added.
|