Bump ngtcp2 to v1.2.0

This commit is contained in:
Tatsuhiro Tsujikawa
2024-01-21 16:31:02 +09:00
parent dd2b3c3f26
commit 1a8456e8ff
3 changed files with 5 additions and 5 deletions

View File

@@ -8,10 +8,10 @@ env:
LIBBPF_VERSION: v1.3.0 LIBBPF_VERSION: v1.3.0
OPENSSL1_VERSION: 1_1_1w+quic OPENSSL1_VERSION: 1_1_1w+quic
OPENSSL3_VERSION: 3.1.4+quic OPENSSL3_VERSION: 3.1.4+quic
BORINGSSL_VERSION: 6ca49385b168f47a50e7172d82a590b218f55e4d BORINGSSL_VERSION: f42be90d665b6a376177648ccbb76fbbd6497c13
AWSLC_VERSION: v1.20.0 AWSLC_VERSION: v1.20.0
NGHTTP3_VERSION: v1.1.0 NGHTTP3_VERSION: v1.1.0
NGTCP2_VERSION: v1.1.0 NGTCP2_VERSION: v1.2.0
jobs: jobs:
build-cache: build-cache:

View File

@@ -127,7 +127,7 @@ following libraries are required:
<https://github.com/quictls/openssl/tree/OpenSSL_1_1_1w+quic>`_; or <https://github.com/quictls/openssl/tree/OpenSSL_1_1_1w+quic>`_; or
LibreSSL (does not support 0RTT); or aws-lc; or LibreSSL (does not support 0RTT); or aws-lc; or
`BoringSSL <https://boringssl.googlesource.com/boringssl/>`_ (commit `BoringSSL <https://boringssl.googlesource.com/boringssl/>`_ (commit
6ca49385b168f47a50e7172d82a590b218f55e4d) f42be90d665b6a376177648ccbb76fbbd6497c13)
* `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_ >= 1.0.0 * `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_ >= 1.0.0
* `nghttp3 <https://github.com/ngtcp2/nghttp3>`_ >= 1.1.0 * `nghttp3 <https://github.com/ngtcp2/nghttp3>`_ >= 1.1.0
@@ -364,7 +364,7 @@ Build ngtcp2:
.. code-block:: text .. code-block:: text
$ git clone --depth 1 -b v1.1.0 https://github.com/ngtcp2/ngtcp2 $ git clone --depth 1 -b v1.2.0 https://github.com/ngtcp2/ngtcp2
$ cd ngtcp2 $ cd ngtcp2
$ autoreconf -i $ autoreconf -i
$ ./configure --prefix=$PWD/build --enable-lib-only \ $ ./configure --prefix=$PWD/build --enable-lib-only \

View File

@@ -24,7 +24,7 @@ RUN git clone --depth 1 -b v1.1.0 https://github.com/ngtcp2/nghttp3 && \
cd .. && \ cd .. && \
rm -rf nghttp3 rm -rf nghttp3
RUN git clone --depth 1 -b v1.1.0 https://github.com/ngtcp2/ngtcp2 && \ RUN git clone --depth 1 -b v1.2.0 https://github.com/ngtcp2/ngtcp2 && \
cd ngtcp2 && \ cd ngtcp2 && \
autoreconf -i && \ autoreconf -i && \
./configure --enable-lib-only \ ./configure --enable-lib-only \