From: Daniel Stenberg Date: Mon, 28 Oct 2024 08:22:33 +0000 (+0100) Subject: CI: bump wolfSSH and wolfSSL X-Git-Tag: curl-8_11_0~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=770702fa3de8676e8c15088e4a05aa5aa704b875;p=thirdparty%2Fcurl.git CI: bump wolfSSH and wolfSSL - wolfSSH 1.4.18 - wolfSSL 5.7.4 Closes #15427 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index e554648a97..c196afd64b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ commands: - run: command: | # renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?.+)-stable$ registryUrl=https://github.com - WOLFSSL_VER=5.6.0 + WOLFSSL_VER=5.7.4 echo "Installing wolfSSL $WOLFSSL_VER" curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archive/v$WOLFSSL_VER-stable.tar.gz tar -xzf v$WOLFSSL_VER-stable.tar.gz @@ -66,7 +66,7 @@ commands: - run: command: | # renovate: datasource=github-tags depName=wolfSSL/wolfssh versioning=semver extractVersion=^v?(?.+)-stable$ registryUrl=https://github.com - WOLFSSH_VER=1.4.12 + WOLFSSH_VER=1.4.18 echo "Installing wolfSSH $WOLFSSH_VER" curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssh/archive/v$WOLFSSH_VER-stable.tar.gz tar -xzf v$WOLFSSH_VER-stable.tar.gz diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ebbc4afe0c..de5260587f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -42,7 +42,7 @@ env: # renovate: datasource=github-tags depName=libressl-portable/portable versioning=semver registryUrl=https://github.com libressl-version: 4.0.0 # renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?.+)-stable$ registryUrl=https://github.com - wolfssl-version: 5.7.2 + wolfssl-version: 5.7.4 # renovate: datasource=github-tags depName=Mbed-TLS/mbedtls versioning=semver registryUrl=https://github.com mbedtls-version: 3.6.2 # renovate: datasource=github-tags depName=nibanks/msh3 versioning=semver registryUrl=https://github.com