Bump ngtcp2 to v0.11.0

This commit is contained in:
Tatsuhiro Tsujikawa 2022-11-12 16:46:24 +09:00
parent 0fb2c6f4f4
commit 2aa9d61ae2
3 changed files with 3 additions and 3 deletions

View File

@ -157,7 +157,7 @@ jobs:
- name: Build ngtcp2
if: matrix.http3 == 'http3'
run: |
git clone --depth 1 -b v0.10.0 https://github.com/ngtcp2/ngtcp2
git clone --depth 1 -b v0.11.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -i
./configure --prefix=$PWD/build --enable-lib-only PKG_CONFIG_PATH="../openssl/build/lib/pkgconfig" $EXTRA_NGTCP2_OPTS

View File

@ -379,7 +379,7 @@ Build ngtcp2:
.. code-block:: text
$ git clone --depth 1 -b v0.10.0 https://github.com/ngtcp2/ngtcp2
$ git clone --depth 1 -b v0.11.0 https://github.com/ngtcp2/ngtcp2
$ cd ngtcp2
$ autoreconf -i
$ ./configure --prefix=$PWD/build --enable-lib-only \

View File

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