diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-10-25 12:55:51 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-10-25 13:24:01 +0300 |
commit | d04e402b33f2eb5a5badb27b5057b482b1b244d3 (patch) | |
tree | 6d8c2af00ddfb6866e65eef0778a0871e5c76c7d /contrib/libs/nghttp2/README.rst | |
parent | 8b6a28a37e94c02732126217eb25f0a046aee44a (diff) | |
download | ydb-d04e402b33f2eb5a5badb27b5057b482b1b244d3.tar.gz |
Update contrib/libs/nghttp2 to 1.57.0
Diffstat (limited to 'contrib/libs/nghttp2/README.rst')
-rw-r--r-- | contrib/libs/nghttp2/README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/nghttp2/README.rst b/contrib/libs/nghttp2/README.rst index 990af829ca..a513759f5d 100644 --- a/contrib/libs/nghttp2/README.rst +++ b/contrib/libs/nghttp2/README.rst @@ -127,7 +127,7 @@ To enable the experimental HTTP/3 support for h2load and nghttpx, the following libraries are required: * `OpenSSL with QUIC support - <https://github.com/quictls/openssl/tree/OpenSSL_1_1_1v+quic>`_; or + <https://github.com/quictls/openssl/tree/OpenSSL_1_1_1w+quic>`_; or `BoringSSL <https://boringssl.googlesource.com/boringssl/>`_ (commit 6ca49385b168f47a50e7172d82a590b218f55e4d) * `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_ 0.19.x @@ -343,7 +343,7 @@ Build custom OpenSSL: .. code-block:: text - $ git clone --depth 1 -b OpenSSL_1_1_1v+quic https://github.com/quictls/openssl + $ git clone --depth 1 -b OpenSSL_1_1_1w+quic https://github.com/quictls/openssl $ cd openssl $ ./config --prefix=$PWD/build --openssldir=/etc/ssl $ make -j$(nproc) @@ -366,7 +366,7 @@ Build ngtcp2: .. code-block:: text - $ git clone --depth 1 -b v0.19.0 https://github.com/ngtcp2/ngtcp2 + $ git clone --depth 1 -b v0.19.1 https://github.com/ngtcp2/ngtcp2 $ cd ngtcp2 $ autoreconf -i $ ./configure --prefix=$PWD/build --enable-lib-only \ |