]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Linux CI: update some dependecies to latest tag
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 1 Jan 2023 22:33:18 +0000 (23:33 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Jan 2023 10:56:49 +0000 (11:56 +0100)
Closes #10195

.github/workflows/linux.yml
.github/workflows/ngtcp2-gnutls.yml
.github/workflows/wolfssl.yml
docs/HTTP3.md

index 5ee40db16fc24aaa137a4987a1c0355c0723bb1b..55a61b46ee408f2afed6a6586c1f6c3859c2dc0a 100644 (file)
@@ -139,7 +139,7 @@ jobs:
 
     - if: ${{ contains(matrix.build.install_steps, 'libressl') }}
       run: |
-        git clone --depth=1 -b v3.5.3 https://github.com/libressl-portable/portable.git libressl-git
+        git clone --depth=1 -b v3.6.1 https://github.com/libressl-portable/portable.git libressl-git
         cd libressl-git
         ./autogen.sh
         ./configure --prefix=$HOME/libressl
@@ -148,7 +148,7 @@ jobs:
 
     - if: ${{ contains(matrix.build.install_steps, 'mbedtls') }}
       run: |
-        git clone --depth=1 -b v3.1.0 https://github.com/ARMmbed/mbedtls
+        git clone --depth=1 -b v3.3.0 https://github.com/ARMmbed/mbedtls
         cd mbedtls
         make DESTDIR=$HOME/mbed install
       name: 'install mbedtls'
@@ -163,7 +163,7 @@ jobs:
 
     - if: ${{ contains(matrix.build.install_steps, 'quictls') }}
       run: |
-        git clone --depth=1 -b OpenSSL_1_1_1j+quic https://github.com/quictls/openssl
+        git clone --depth=1 -b OpenSSL_1_1_1s+quic https://github.com/quictls/openssl
         cd openssl
         ./config enable-tls1_3 --prefix=$HOME/quictls
         make install_sw
index 0f2a9ec2e6c53a72c000c067abf94ab56a7ecefd..465ca88f8ad58a7402ae13f5f0f9640a119849fd 100644 (file)
@@ -73,7 +73,7 @@ jobs:
       name: 'install nettle'
 
     - run: |
-        git clone --depth=1 -b 3.7.7 https://github.com/gnutls/gnutls.git
+        git clone --depth=1 -b 3.7.8 https://github.com/gnutls/gnutls.git
         cd gnutls
         ./bootstrap
         ./configure ${{ matrix.build.gnutls-configure }} --prefix=$HOME/all
index 5dffc57c41a47216d3e7179dbc32256c3f971182..942411f94a7f55691680010680c0124b4978fef4 100644 (file)
@@ -50,9 +50,9 @@ jobs:
       name: 'install prereqs and impacket'
 
     - run: |
-        curl -LO https://github.com/wolfSSL/wolfssl/archive/v5.0.0-stable.tar.gz
-        tar -xzf v5.0.0-stable.tar.gz
-        cd wolfssl-5.0.0-stable
+        curl -LO https://github.com/wolfSSL/wolfssl/archive/v5.5.4-stable.tar.gz
+        tar -xzf v5.5.4-stable.tar.gz
+        cd wolfssl-5.5.4-stable
         ./autogen.sh
         ./configure --enable-tls13 ${{ matrix.build.wolfssl-configure }} --enable-harden --prefix=$HOME/wssl
         make install
index 9c43aa6860527b7750181e2a2ee7e76310f94a0a..eb20cc51bf9f3eb59eccb9b6c6b7cdf2bbb3e000 100644 (file)
@@ -39,7 +39,7 @@ To fix before we remove the experimental label:
 
 Build (patched) OpenSSL
 
-     % git clone --depth 1 -b openssl-3.0.0+quic https://github.com/quictls/openssl
+     % git clone --depth 1 -b openssl-3.0.7+quic https://github.com/quictls/openssl
      % cd openssl
      % ./config enable-tls1_3 --prefix=<somewhere1>
      % make