From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 9 Feb 2023 08:22:39 +0000 (+0100) Subject: Linux CI: update some dependecies to latest tag X-Git-Tag: curl-7_88_0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd12f27258ef952997c9e585f7394f229f709e38;p=thirdparty%2Fcurl.git Linux CI: update some dependecies to latest tag Closes #10458 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4988664c88..9bf154831e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -198,7 +198,7 @@ jobs: - if: ${{ contains(matrix.build.install_steps, 'quictls') }} run: | - git clone --depth=1 -b OpenSSL_1_1_1s+quic https://github.com/quictls/openssl + git clone --depth=1 -b OpenSSL_1_1_1t+quic https://github.com/quictls/openssl cd openssl ./config enable-tls1_3 --prefix=$HOME/quictls make install_sw diff --git a/.github/workflows/ngtcp2-gnutls.yml b/.github/workflows/ngtcp2-gnutls.yml index 5ab98173c5..c2eeef7be8 100644 --- a/.github/workflows/ngtcp2-gnutls.yml +++ b/.github/workflows/ngtcp2-gnutls.yml @@ -58,7 +58,7 @@ jobs: name: 'install prereqs and impacket' - run: | - git clone --depth=1 -b openssl-3.0.7+quic https://github.com/quictls/openssl + git clone --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl cd openssl ./config --prefix=$HOME/all --libdir=$HOME/all/lib make install_sw diff --git a/.github/workflows/ngtcp2-quictls.yml b/.github/workflows/ngtcp2-quictls.yml index d37761d760..a39e32e443 100644 --- a/.github/workflows/ngtcp2-quictls.yml +++ b/.github/workflows/ngtcp2-quictls.yml @@ -49,7 +49,7 @@ jobs: name: 'install prereqs and impacket' - run: | - git clone --depth=1 -b openssl-3.0.7+quic https://github.com/quictls/openssl + git clone --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl cd openssl ./config --prefix=$HOME/all --libdir=$HOME/all/lib make install_sw diff --git a/.github/workflows/ngtcp2-wolfssl.yml b/.github/workflows/ngtcp2-wolfssl.yml index e1ada51b3c..184e298b28 100644 --- a/.github/workflows/ngtcp2-wolfssl.yml +++ b/.github/workflows/ngtcp2-wolfssl.yml @@ -62,7 +62,7 @@ jobs: name: 'install wolfssl' - run: | - git clone --depth=1 -b openssl-3.0.7+quic https://github.com/quictls/openssl + git clone --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl cd openssl ./config --prefix=$HOME/all --libdir=$HOME/all/lib make install_sw diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index eac6ed1089..d4e3085ab5 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -50,7 +50,7 @@ jobs: name: 'install prereqs and impacket, pytest, crypto' - run: | - git clone --depth=1 -b openssl-3.0.7+quic https://github.com/quictls/openssl + git clone --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl cd openssl ./config --prefix=$HOME/all --libdir=$HOME/all/lib make install_sw