From cbe0b0e18b887b79dba594dee1eb62573a0afc45 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 15 Jul 2023 19:47:37 +0100 Subject: [PATCH] CI: bump nghttp2 from 1.55.0 to 1.55.1 Closes #11442 --- .github/workflows/ngtcp2-gnutls.yml | 2 +- .github/workflows/ngtcp2-quictls.yml | 2 +- .github/workflows/ngtcp2-wolfssl.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ngtcp2-gnutls.yml b/.github/workflows/ngtcp2-gnutls.yml index 09fbc52b2f..960837e2a5 100644 --- a/.github/workflows/ngtcp2-gnutls.yml +++ b/.github/workflows/ngtcp2-gnutls.yml @@ -120,7 +120,7 @@ jobs: name: 'install ngtcp2' - run: | - git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2 + git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2 cd nghttp2 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3 diff --git a/.github/workflows/ngtcp2-quictls.yml b/.github/workflows/ngtcp2-quictls.yml index a36e7f825e..5423b1722a 100644 --- a/.github/workflows/ngtcp2-quictls.yml +++ b/.github/workflows/ngtcp2-quictls.yml @@ -97,7 +97,7 @@ jobs: name: 'install ngtcp2' - run: | - git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2 + git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2 cd nghttp2 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3 diff --git a/.github/workflows/ngtcp2-wolfssl.yml b/.github/workflows/ngtcp2-wolfssl.yml index 238939c1ae..6c8b983b12 100644 --- a/.github/workflows/ngtcp2-wolfssl.yml +++ b/.github/workflows/ngtcp2-wolfssl.yml @@ -108,7 +108,7 @@ jobs: name: 'install ngtcp2' - run: | - git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2 + git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2 cd nghttp2 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3