]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Linux CI: update some dependecies to latest tag
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Thu, 9 Feb 2023 08:22:39 +0000 (09:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 10 Feb 2023 07:35:58 +0000 (08:35 +0100)
Closes #10458

.github/workflows/linux.yml
.github/workflows/ngtcp2-gnutls.yml
.github/workflows/ngtcp2-quictls.yml
.github/workflows/ngtcp2-wolfssl.yml
.github/workflows/pytest.yml

index 4988664c88a061cefad80d12a3a1354fbc8ad129..9bf154831e7ab86f5f16e0606b9374fe826d41f1 100644 (file)
@@ -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
index 5ab98173c5228a051cb7453575eb6291abc74aca..c2eeef7be8c06c4c2e8aa5a7af2c2796d26d3ac6 100644 (file)
@@ -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
index d37761d76067933b7268bc4eb16f88c7cff48f0a..a39e32e4430ead59244cd3143645f91779ccb528 100644 (file)
@@ -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
index e1ada51b3c09d74f786431ea5855d6e16640c17c..184e298b2817a64bdacee77403120d015f65a5d9 100644 (file)
@@ -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
index eac6ed108954b0f523681a7116b0112c301445d2..d4e3085ab5d08158e85b8daa3949ccf698818985 100644 (file)
@@ -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