Path to this page:
Subject: CVS commit: pkgsrc/www
From: Adam Ciarcinski
Date: 2022-07-01 18:38:53
Message id: 20220701163853.454D7FB1A@cvs.NetBSD.org
Log Message:
nghttp2: updated to 1.48.0
v1.48.0
lib
This release adds RFC9218 Extensible Prioritization Scheme for HTTP. It is \
enabled by submitting NGHTTP2_SETTINGS_NO_RFC7540_PRIORITIES via \
nghttp2_submit_settings(). See Stream priorities section of Programmers’ \
Guide.
It fixes the stream stall bug when the initial window size is decreased.
build
Now applications can be built with Libressl 3.5.
If --enable-lib-only configure option is used, no application libraries are checked.
src
The default TLS cipher suites are updated.
ktls support has been added to nghttp, nghttpd, nghttpx, and h2load if they are \
built with OpenSSL >= 3.0.0.
nghttpd
This release fixes the bug that stalls TLS read operation.
nghttpx
nghttpx by default disables RFC 7540 tree based HTTP/2 priorities and uses RFC \
9218 priorities instead. It has a fallback mechanism to RFC 7540 if client does \
not send SETTINGS_NO_RFC7540_PRIORITIES.
affinity-cookie-stickiness backend parameter has been added.
The session affinity feature which had been broken for quite some time has been \
fixed.
Files: