From fde10fdfc5793e9f5e006cc6bf0f0c96cdb78df3 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Mon, 24 Nov 2025 16:44:33 -0700 Subject: [PATCH] update wolfSSL version to 5.8.4 --- .../wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb | 2 +- recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb | 2 +- recipes-wolfssl/wolfssl/{wolfssl_5.8.2.bb => wolfssl_5.8.4.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename recipes-wolfssl/wolfssl/{wolfssl_5.8.2.bb => wolfssl_5.8.4.bb} (95%) diff --git a/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb b/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb index 76450d98..45ef5269 100644 --- a/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb +++ b/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://benchmark.c;beginline=1;endline=20;md5=6a14f1f3bfbb40 S = "${WORKDIR}/git/wolfcrypt/benchmark" DEPENDS += "wolfssl" -SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=decea12e223869c8f8f3ab5a53dc90b69f436eb2" +SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=59f4fa568615396fbf381b073b220d1e8d61e4c2" do_configure[noexec] = "1" do_compile[noexec] = "1" diff --git a/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb b/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb index 828bb70f..432af075 100644 --- a/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb +++ b/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://test.c;beginline=1;endline=20;md5=928770bfaa2d2704ecf S = "${WORKDIR}/git/wolfcrypt/test" DEPENDS += "wolfssl" -SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=decea12e223869c8f8f3ab5a53dc90b69f436eb2" +SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=59f4fa568615396fbf381b073b220d1e8d61e4c2" do_configure[noexec] = "1" diff --git a/recipes-wolfssl/wolfssl/wolfssl_5.8.2.bb b/recipes-wolfssl/wolfssl/wolfssl_5.8.4.bb similarity index 95% rename from recipes-wolfssl/wolfssl/wolfssl_5.8.2.bb rename to recipes-wolfssl/wolfssl/wolfssl_5.8.4.bb index ade85dd4..fdb6c4d3 100644 --- a/recipes-wolfssl/wolfssl/wolfssl_5.8.2.bb +++ b/recipes-wolfssl/wolfssl/wolfssl_5.8.4.bb @@ -10,7 +10,7 @@ DEPENDS += "util-linux-native" PROVIDES += "wolfssl" RPROVIDES_${PN} = "wolfssl" -SRC_URI = "git://github.com/wolfssl/wolfssl.git;nobranch=1;protocol=https;rev=decea12e223869c8f8f3ab5a53dc90b69f436eb2" +SRC_URI = "git://github.com/wolfssl/wolfssl.git;nobranch=1;protocol=https;rev=59f4fa568615396fbf381b073b220d1e8d61e4c2" S = "${WORKDIR}/git"