2023-05-10 14:34:17 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
nghttp2: updated to 1.53.0
Nghttp2 v1.53.0
lib
libnghttp2 uses ngtcp2/sfparse to parse Structured Field Values.
build
The following dependencies have been updated:
ngtcp2
nghttp3
OpenSSL(quictls)
BoringSSL
third-party
Bumped mruby to 3.2.0.
nghttpx
nghttpx now sends NEW_TOKEN on path change.
This release fixes numeric hostname verification in peer certificate.
When quitting, nghttpx now waits for all worker processes to stop. Previously, \
we just exit the event loop when the last process exits. But the because of the \
bug, it does not work as intended.
nghttpx logs a correct PID on fork.
nghttpx now waits for new worker process to be ready before sending graceful \
shutdown event to the existing worker processes to avoid down time during \
configuration reload.
Fixes the bug that causes 400 response after HTTP upgrade failure.
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-03-30 14:31:25 by Roland Illig | Files touched by this commit (1) |
Log message:
nghttp2: remove unused package option
|
2023-03-30 14:11:22 by Roland Illig | Files touched by this commit (3) |
Log message:
nghttp2: remove unknown configure options
|
2023-02-15 19:08:25 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
nghttp2: updated to 1.52.0
Nghttp2 v1.52.0
doc
sphinx_rtd_theme has been removed from the repository and archive.
build
The following dependencies have been updated:
ngtcp2
nghttp3
OpenSSL(quictls)
BoringSSL
libbpf
CMake build now checks core and extra components to find libevent.
python
The deprecated Python bindings has been removed.
libnghttp2_asio
The deprecated libnghttp2_asio has been removed.
third-party
llhttp and neverbleed have been updated.
nghttpx
This release fixes the bug that stalls TLS connection.
integration
This release adds more http3 integration tests.
|
2022-12-02 16:58:48 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
nghttp2: Add libxml2 to buildlink dependencies.
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|
2022-11-14 20:21:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nghttp2 nghttp2-tools: updated to 1.51.0
nghttp2 v1.51.0
lib: add casts to silence implicit conversion warnings (GH-1822)
doc: Update Ubuntu packages based on Ubuntu 22.04 (GH-1812)
doc: Update android build documentation (GH-1806)
build: Bump NDK and others to the latest (GH-1804)
build: Bump OpenSSL versions (GH-1828)
build: Bump libbpf to v1.0.1 (GH-1830)
build: Bump ngtcp2 (GH-1819, GH-1831)
build: Disable python bindings by default because it has been deprecated \
(GH-1811, GH-1826, GH-1829)
build: Dockerfile android improvements (GH-1805)
build: Update dependency versions for Dockerfile.android (GH-1802)
third-party: Bump llhttp (GH-1827)
src: Fix test failure on Linux if tz database is not available (GH-1813)
nghttpx: Fix affinity-cookie-stickiness parameter handling (GH-1818)
integration: Add http3 integration test (GH-1832)
|
2022-09-26 19:54:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nghttp2: updated to 1.50.0
v1.50.0
lib
This release adds \
nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation which disables \
checking leading and trailing white spaces against HTTP field value.
nghttpx
nghttpx now respects backend-address-family option when dynamically resolving \
backend host with dns parameter in backend option.
|
2022-08-22 20:08:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nghttp2: updated to 1.49.0
Nghttp2 v1.49.0
lib
This release adds nghttp2_check_header_value_rfc9113 which complains leading and \
trailing white spaces. The library now uses this function instead of \
nghttp2_check_header_value when checking HTTP header fields.
asio
libnghttp2_asio has been moved to its own repository and got new maintainer. \
libnghttp2_asio related code in nghttp2 repository will not get any updates and \
be removed at the end of 2022.
python
Python bindings have been deprecated, and will not get any updates and be \
removed at the end of 2022 due to the maintenance issues.
nghttpx
Randomizing backend server selection has been added again.
The broken PROXY-protocol when TLS is used has been fixed.
nghttpx now removes trailing white spaces from HTTP header fields to align with \
RFC 9113.
|