From 32f103b0e946ebccfdcc7e77326ae5054c8a289a Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 4 Jun 2023 13:47:23 +0200 Subject: [PATCH] GHA: ngtcp2: use 0.16.0 and nghttp3 0.12.0 --- .github/workflows/ngtcp2-gnutls.yml | 4 ++-- .github/workflows/ngtcp2-quictls.yml | 4 ++-- .github/workflows/ngtcp2-wolfssl.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ngtcp2-gnutls.yml b/.github/workflows/ngtcp2-gnutls.yml index 9b242fc473..e2177c7a73 100644 --- a/.github/workflows/ngtcp2-gnutls.yml +++ b/.github/workflows/ngtcp2-gnutls.yml @@ -101,7 +101,7 @@ jobs: name: 'install gnutls' - run: | - git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3 + git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3 cd nghttp3 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only @@ -109,7 +109,7 @@ jobs: name: 'install nghttp3' - run: | - git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2 + git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2 cd ngtcp2 autoreconf -fi ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-gnutls diff --git a/.github/workflows/ngtcp2-quictls.yml b/.github/workflows/ngtcp2-quictls.yml index e3e3598993..7bdd5237b8 100644 --- a/.github/workflows/ngtcp2-quictls.yml +++ b/.github/workflows/ngtcp2-quictls.yml @@ -78,7 +78,7 @@ jobs: name: 'install quictls' - run: | - git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3 + git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3 cd nghttp3 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only @@ -86,7 +86,7 @@ jobs: name: 'install nghttp3' - run: | - git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2 + git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2 cd ngtcp2 autoreconf -fi ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl diff --git a/.github/workflows/ngtcp2-wolfssl.yml b/.github/workflows/ngtcp2-wolfssl.yml index e1c890d29c..feab3c72f1 100644 --- a/.github/workflows/ngtcp2-wolfssl.yml +++ b/.github/workflows/ngtcp2-wolfssl.yml @@ -88,7 +88,7 @@ jobs: name: 'install quictls' - run: | - git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3 + git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3 cd nghttp3 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only @@ -96,7 +96,7 @@ jobs: name: 'install nghttp3' - run: | - git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2 + git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2 cd ngtcp2 autoreconf -fi ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-wolfssl