@@ -126,9 +126,9 @@ following libraries are required:
126126 <https://github.com/quictls/openssl/tree/OpenSSL_1_1_1w+quic> `_; or
127127 wolfSSL; or LibreSSL (does not support 0RTT); or aws-lc; or
128128 `BoringSSL <https://boringssl.googlesource.com/boringssl/ >`_ (commit
129- 729648fb79df7bc46c145e49b0dfd8d2a24232f1 ); or OpenSSL >= 3.5.0
130- * `ngtcp2 <https://github.com/ngtcp2/ngtcp2 >`_ >= 1.15 .0
131- * `nghttp3 <https://github.com/ngtcp2/nghttp3 >`_ >= 1.11 .0
129+ db1a8456167249f95b854a1cd24c6b553d0f1567 ); or OpenSSL >= 3.5.0
130+ * `ngtcp2 <https://github.com/ngtcp2/ngtcp2 >`_ >= 1.16 .0
131+ * `nghttp3 <https://github.com/ngtcp2/nghttp3 >`_ >= 1.12 .0
132132
133133Use ``--enable-http3 `` configure option to enable HTTP/3 feature for
134134h2load and nghttpx.
@@ -340,7 +340,7 @@ Build aws-lc:
340340
341341.. code-block :: text
342342
343- $ git clone --depth 1 -b v1.58.1 https://github.com/aws/aws-lc
343+ $ git clone --depth 1 -b v1.62.0 https://github.com/aws/aws-lc
344344 $ cd aws-lc
345345 $ cmake -B build -DDISABLE_GO=ON --install-prefix=$PWD/opt
346346 $ make -j$(nproc) -C build
@@ -351,7 +351,7 @@ Build nghttp3:
351351
352352.. code-block :: text
353353
354- $ git clone --depth 1 -b v1.11 .0 https://github.com/ngtcp2/nghttp3
354+ $ git clone --depth 1 -b v1.12 .0 https://github.com/ngtcp2/nghttp3
355355 $ cd nghttp3
356356 $ git submodule update --init --depth 1
357357 $ autoreconf -i
@@ -364,7 +364,7 @@ Build ngtcp2:
364364
365365.. code-block :: text
366366
367- $ git clone --depth 1 -b v1.15.1 https://github.com/ngtcp2/ngtcp2
367+ $ git clone --depth 1 -b v1.17.0 https://github.com/ngtcp2/ngtcp2
368368 $ cd ngtcp2
369369 $ git submodule update --init --depth 1
370370 $ autoreconf -i
0 commit comments