From bd12f27258ef952997c9e585f7394f229f709e38 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 9 Feb 2023 09:22:39 +0100 Subject: [PATCH] Linux CI: update some dependecies to latest tag Closes #10458 --- .github/workflows/linux.yml | 2 +- .github/workflows/ngtcp2-gnutls.yml | 2 +- .github/workflows/ngtcp2-quictls.yml | 2 +- .github/workflows/ngtcp2-wolfssl.yml | 2 +- .github/workflows/pytest.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.47.3