From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 08:05:16 +0000 (+0000) Subject: GHA: update dependency nghttp2/nghttp2 to v1.65.0 X-Git-Tag: curl-8_13_0~300 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5d99a54745c09379508f8da9ee0f7ce7d9fe05f;p=thirdparty%2Fcurl.git GHA: update dependency nghttp2/nghttp2 to v1.65.0 Tweaked-by: Viktor Szakats Closes #16534 --- diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 3c8b2a37bf..1bf189a79e 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -51,7 +51,7 @@ env: # renovate: datasource=github-tags depName=ngtcp2/ngtcp2 versioning=semver registryUrl=https://github.com ngtcp2-version: 1.11.0 # renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com - nghttp2-version: 1.64.0 + nghttp2-version: 1.65.0 # renovate: datasource=github-tags depName=cloudflare/quiche versioning=semver registryUrl=https://github.com quiche-version: 0.23.2 @@ -208,6 +208,7 @@ jobs: cd $HOME git clone --quiet --depth=1 -b v${{ env.nghttp2-version }} https://github.com/nghttp2/nghttp2 cd nghttp2 + git submodule update --init --depth=1 autoreconf -fi ./configure --disable-dependency-tracking --prefix=$PWD/build \ PKG_CONFIG_PATH="$HOME/quictls/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkgconfig" \