]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: bump wolfSSH and wolfSSL 15427/head
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Oct 2024 08:22:33 +0000 (09:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Oct 2024 08:38:37 +0000 (09:38 +0100)
- wolfSSH 1.4.18
- wolfSSL 5.7.4

Closes #15427

.circleci/config.yml
.github/workflows/linux.yml

index e554648a97cfed4f2c241657a6da3b515acd2dd3..c196afd64b127f8a6450fa40ad4fe094031c5e48 100644 (file)
@@ -52,7 +52,7 @@ commands:
       - run:
           command: |
             # renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-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?(?<version>.+)-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
index ebbc4afe0c01841d0570bc5daa106c2e8c626244..de5260587f7984985c589b52c9594ebe3927d442 100644 (file)
@@ -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?(?<version>.+)-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