From: Graham Campbell Date: Sat, 15 Jul 2023 18:47:37 +0000 (+0100) Subject: CI: bump nghttp2 from 1.55.0 to 1.55.1 X-Git-Tag: curl-8_2_0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe0b0e18b887b79dba594dee1eb62573a0afc45;p=thirdparty%2Fcurl.git CI: bump nghttp2 from 1.55.0 to 1.55.1 Closes #11442 --- 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