From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 16 Apr 2023 19:44:09 +0000 (+0200) Subject: CI: openssl-3.0.9+quic X-Git-Tag: curl-8_2_0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4397e41be0e970773ce3f597c69c884bb7318f35;p=thirdparty%2Fcurl.git CI: openssl-3.0.9+quic Closes #11296 --- diff --git a/.github/workflows/ngtcp2-gnutls.yml b/.github/workflows/ngtcp2-gnutls.yml index 20df042735..4477fac413 100644 --- a/.github/workflows/ngtcp2-gnutls.yml +++ b/.github/workflows/ngtcp2-gnutls.yml @@ -78,7 +78,7 @@ jobs: name: 'install prereqs and impacket, pytest, crypto' - run: | - git clone --quiet --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl + git clone --quiet --depth=1 -b openssl-3.0.9+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 7609b0ec2e..d81c56ecd2 100644 --- a/.github/workflows/ngtcp2-quictls.yml +++ b/.github/workflows/ngtcp2-quictls.yml @@ -71,7 +71,7 @@ jobs: name: 'install prereqs and impacket, pytest, crypto' - run: | - git clone --quiet --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl + git clone --quiet --depth=1 -b openssl-3.0.9+quic https://github.com/quictls/openssl cd openssl ./config --prefix=$HOME/all --libdir=$HOME/all/lib make install_sw @@ -140,4 +140,3 @@ jobs: name: 'run pytest' env: TFLAGS: "${{ matrix.build.tflags }}" - diff --git a/.github/workflows/ngtcp2-wolfssl.yml b/.github/workflows/ngtcp2-wolfssl.yml index f1b6e23558..304d6cbe4a 100644 --- a/.github/workflows/ngtcp2-wolfssl.yml +++ b/.github/workflows/ngtcp2-wolfssl.yml @@ -81,7 +81,7 @@ jobs: name: 'install wolfssl' - run: | - git clone --quiet --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl + git clone --quiet --depth=1 -b openssl-3.0.9+quic https://github.com/quictls/openssl cd openssl ./config --prefix=$HOME/all --libdir=$HOME/all/lib make install_sw