mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
Bump ngtcp2 and its dependencies
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -7,11 +7,11 @@ permissions: read-all
|
||||
env:
|
||||
LIBBPF_VERSION: v1.4.5
|
||||
OPENSSL1_VERSION: 1_1_1w+quic
|
||||
OPENSSL3_VERSION: 3.1.5+quic
|
||||
BORINGSSL_VERSION: e13f7e2ff5432205f09b4679c8a7715f1c130372
|
||||
AWSLC_VERSION: v1.34.2
|
||||
NGHTTP3_VERSION: v1.5.0
|
||||
NGTCP2_VERSION: v1.7.0
|
||||
OPENSSL3_VERSION: 3.1.7+quic
|
||||
BORINGSSL_VERSION: 76968bb3d53982560bcf08bcd0ba3e1865fe15cd
|
||||
AWSLC_VERSION: v1.36.1
|
||||
NGHTTP3_VERSION: v1.6.0
|
||||
NGTCP2_VERSION: v1.8.1
|
||||
WOLFSSL_VERSION: v5.7.2-stable
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -127,7 +127,7 @@ following libraries are required:
|
||||
<https://github.com/quictls/openssl/tree/OpenSSL_1_1_1w+quic>`_; or
|
||||
wolfSSL; or LibreSSL (does not support 0RTT); or aws-lc; or
|
||||
`BoringSSL <https://boringssl.googlesource.com/boringssl/>`_ (commit
|
||||
e13f7e2ff5432205f09b4679c8a7715f1c130372)
|
||||
76968bb3d53982560bcf08bcd0ba3e1865fe15cd)
|
||||
* `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_ >= 1.4.0
|
||||
* `nghttp3 <https://github.com/ngtcp2/nghttp3>`_ >= 1.1.0
|
||||
|
||||
@@ -341,7 +341,7 @@ Build aws-lc:
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
$ git clone --depth 1 -b v1.34.2 https://github.com/aws/aws-lc
|
||||
$ git clone --depth 1 -b v1.36.1 https://github.com/aws/aws-lc
|
||||
$ cd aws-lc
|
||||
$ cmake -B build -DDISABLE_GO=ON --install-prefix=$PWD/opt
|
||||
$ make -j$(nproc) -C build
|
||||
@@ -352,7 +352,7 @@ Build nghttp3:
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
$ git clone --depth 1 -b v1.5.0 https://github.com/ngtcp2/nghttp3
|
||||
$ git clone --depth 1 -b v1.6.0 https://github.com/ngtcp2/nghttp3
|
||||
$ cd nghttp3
|
||||
$ git submodule update --init --depth 1
|
||||
$ autoreconf -i
|
||||
@@ -365,7 +365,7 @@ Build ngtcp2:
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
$ git clone --depth 1 -b v1.7.0 https://github.com/ngtcp2/ngtcp2
|
||||
$ git clone --depth 1 -b v1.8.1 https://github.com/ngtcp2/ngtcp2
|
||||
$ cd ngtcp2
|
||||
$ git submodule update --init --depth 1
|
||||
$ autoreconf -i
|
||||
|
||||
@@ -9,7 +9,7 @@ RUN apt-get update && \
|
||||
zlib1g-dev libev-dev libjemalloc-dev ruby-dev libc-ares-dev bison \
|
||||
libelf-dev libbrotli-dev
|
||||
|
||||
RUN git clone --recursive --shallow-submodules --depth 1 -b v1.34.2 https://github.com/aws/aws-lc && \
|
||||
RUN git clone --recursive --shallow-submodules --depth 1 -b v1.36.1 https://github.com/aws/aws-lc && \
|
||||
cd aws-lc && \
|
||||
cmake -B build -DDISABLE_GO=ON && \
|
||||
make -j$(nproc) -C build && \
|
||||
@@ -17,7 +17,7 @@ RUN git clone --recursive --shallow-submodules --depth 1 -b v1.34.2 https://gith
|
||||
cd .. && \
|
||||
rm -rf aws-lc
|
||||
|
||||
RUN git clone --recursive --shallow-submodules --depth 1 -b v1.5.0 https://github.com/ngtcp2/nghttp3 && \
|
||||
RUN git clone --recursive --shallow-submodules --depth 1 -b v1.6.0 https://github.com/ngtcp2/nghttp3 && \
|
||||
cd nghttp3 && \
|
||||
autoreconf -i && \
|
||||
./configure --disable-dependency-tracking --enable-lib-only && \
|
||||
@@ -26,7 +26,7 @@ RUN git clone --recursive --shallow-submodules --depth 1 -b v1.5.0 https://githu
|
||||
cd .. && \
|
||||
rm -rf nghttp3
|
||||
|
||||
RUN git clone --recursive --shallow-submodules --depth 1 -b v1.7.0 https://github.com/ngtcp2/ngtcp2 && \
|
||||
RUN git clone --recursive --shallow-submodules --depth 1 -b v1.8.1 https://github.com/ngtcp2/ngtcp2 && \
|
||||
cd ngtcp2 && \
|
||||
autoreconf -i && \
|
||||
./configure --disable-dependency-tracking --enable-lib-only \
|
||||
|
||||
Reference in New Issue
Block a user