update wolfSSL version to 5.8.4

release
JacobBarthelmeh 2025-11-24 16:44:33 -07:00
parent 3ba09896fd
commit fde10fdfc5
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"