From 9bc3bc344aad9b3f87c5d77dfd1366993d293caf Mon Sep 17 00:00:00 2001 From: msi-debian Date: Thu, 27 Mar 2025 17:59:18 -0600 Subject: [PATCH] Updating Recipes to latest --- .../wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb | 2 +- recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb | 2 +- .../wolfclu/{wolfclu_0.1.5.bb => wolfclu_0.1.7.bb} | 2 +- .../wolfmqtt/{wolfmqtt_1.19.1.bb => wolfmqtt_1.19.2.bb} | 2 +- .../{wolfprovider_1.0.1.bb => wolfprovider_1.0.2.bb} | 5 +---- .../wolfssh/{wolfssh_1.4.19.bb => wolfssh_1.4.20.bb} | 2 +- .../wolfssl/{wolfssl_5.7.4.bb => wolfssl_5.7.6.bb} | 2 +- .../wolftpm/{wolftpm_3.6.0.bb => wolftpm_3.8.0.bb} | 2 +- update-version.sh | 4 ++-- 9 files changed, 10 insertions(+), 13 deletions(-) rename recipes-wolfssl/wolfclu/{wolfclu_0.1.5.bb => wolfclu_0.1.7.bb} (96%) rename recipes-wolfssl/wolfmqtt/{wolfmqtt_1.19.1.bb => wolfmqtt_1.19.2.bb} (96%) rename recipes-wolfssl/wolfprovider/{wolfprovider_1.0.1.bb => wolfprovider_1.0.2.bb} (86%) rename recipes-wolfssl/wolfssh/{wolfssh_1.4.19.bb => wolfssh_1.4.20.bb} (96%) rename recipes-wolfssl/wolfssl/{wolfssl_5.7.4.bb => wolfssl_5.7.6.bb} (95%) rename recipes-wolfssl/wolftpm/{wolftpm_3.6.0.bb => wolftpm_3.8.0.bb} (96%) diff --git a/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb b/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb index 97d9dc4..55e9b58 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=9438b59b0b9c78 S = "${WORKDIR}/git/wolfcrypt/benchmark" DEPENDS += "wolfssl" -SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=bdd62314f00fca0e216bf8c963c8eeff6327e0cb" +SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=239b85c80438bf60d9a5b9e0ebe9ff097a760d0d" 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 2918bb7..fbe2a73 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=a642f031dcd2e607450 S = "${WORKDIR}/git/wolfcrypt/test" DEPENDS += "wolfssl" -SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=bdd62314f00fca0e216bf8c963c8eeff6327e0cb" +SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=239b85c80438bf60d9a5b9e0ebe9ff097a760d0d" do_configure[noexec] = "1" diff --git a/recipes-wolfssl/wolfclu/wolfclu_0.1.5.bb b/recipes-wolfssl/wolfclu/wolfclu_0.1.7.bb similarity index 96% rename from recipes-wolfssl/wolfclu/wolfclu_0.1.5.bb rename to recipes-wolfssl/wolfclu/wolfclu_0.1.7.bb index cbddc23..8868f5b 100644 --- a/recipes-wolfssl/wolfclu/wolfclu_0.1.5.bb +++ b/recipes-wolfssl/wolfclu/wolfclu_0.1.7.bb @@ -12,7 +12,7 @@ RPROVIDES_${PN} = "wolfclu" DEPENDS += "wolfssl" -SRC_URI = "git://github.com/wolfssl/wolfclu.git;nobranch=1;protocol=https;rev=c862879aa92bba201b42ea87f5008f53febf4be3" +SRC_URI = "git://github.com/wolfssl/wolfclu.git;nobranch=1;protocol=https;rev=cdc723cda8a72cbb9eab5ae6030f31e49249fed6" S = "${WORKDIR}/git" diff --git a/recipes-wolfssl/wolfmqtt/wolfmqtt_1.19.1.bb b/recipes-wolfssl/wolfmqtt/wolfmqtt_1.19.2.bb similarity index 96% rename from recipes-wolfssl/wolfmqtt/wolfmqtt_1.19.1.bb rename to recipes-wolfssl/wolfmqtt/wolfmqtt_1.19.2.bb index 2878dac..25dc863 100644 --- a/recipes-wolfssl/wolfmqtt/wolfmqtt_1.19.1.bb +++ b/recipes-wolfssl/wolfmqtt/wolfmqtt_1.19.2.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" DEPENDS += "wolfssl" -SRC_URI = "git://github.com/wolfssl/wolfMQTT.git;nobranch=1;protocol=https;rev=6db6c74675360fdc9a8c5d6705c6633a75efc95a" +SRC_URI = "git://github.com/wolfssl/wolfMQTT.git;nobranch=1;protocol=https;rev=90790bace462d554fe35cd3d973bfe3d95d75d61" S = "${WORKDIR}/git" diff --git a/recipes-wolfssl/wolfprovider/wolfprovider_1.0.1.bb b/recipes-wolfssl/wolfprovider/wolfprovider_1.0.2.bb similarity index 86% rename from recipes-wolfssl/wolfprovider/wolfprovider_1.0.1.bb rename to recipes-wolfssl/wolfprovider/wolfprovider_1.0.2.bb index 28bd0c7..3c3116c 100644 --- a/recipes-wolfssl/wolfprovider/wolfprovider_1.0.1.bb +++ b/recipes-wolfssl/wolfprovider/wolfprovider_1.0.2.bb @@ -10,10 +10,7 @@ DEPENDS += "util-linux-native" PROVIDES += "wolfprovider" RPROVIDES_${PN} = "wolfprovider" -SRC_URI = "git://github.com/wolfssl/wolfProvider.git;nobranch=1;protocol=https;rev=4ca5086fd5fccefc6f65167523fd4babcf1b8f59 \ - https://github.com/wolfSSL/wolfProvider/pull/54.patch;name=pr54" - -SRC_URI[pr54.sha256sum] = "07f4f2552274b8b9ea86e4cc6aefe6cbcbf35d4b7aed3f2bde8a767057dc6cd4" +SRC_URI = "git://github.com/wolfssl/wolfProvider.git;nobranch=1;protocol=https;rev=22f358498eadb4f91b2ce8d23045dafec6bcbb38" DEPENDS += " wolfssl \ openssl \ diff --git a/recipes-wolfssl/wolfssh/wolfssh_1.4.19.bb b/recipes-wolfssl/wolfssh/wolfssh_1.4.20.bb similarity index 96% rename from recipes-wolfssl/wolfssh/wolfssh_1.4.19.bb rename to recipes-wolfssl/wolfssh/wolfssh_1.4.20.bb index 58d3c77..c401554 100644 --- a/recipes-wolfssl/wolfssh/wolfssh_1.4.19.bb +++ b/recipes-wolfssl/wolfssh/wolfssh_1.4.20.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=2c2d0ee3db6ceba278dd43212ed03733" DEPENDS += "wolfssl" -SRC_URI = "git://github.com/wolfssl/wolfssh.git;nobranch=1;protocol=https;rev=5305170672071dace24462b60ca656dddac1de91" +SRC_URI = "git://github.com/wolfssl/wolfssh.git;nobranch=1;protocol=https;rev=da85e49a204f42c31ae7bb1555c1d923eb964a29" S = "${WORKDIR}/git" diff --git a/recipes-wolfssl/wolfssl/wolfssl_5.7.4.bb b/recipes-wolfssl/wolfssl/wolfssl_5.7.6.bb similarity index 95% rename from recipes-wolfssl/wolfssl/wolfssl_5.7.4.bb rename to recipes-wolfssl/wolfssl/wolfssl_5.7.6.bb index d53f620..e095317 100644 --- a/recipes-wolfssl/wolfssl/wolfssl_5.7.4.bb +++ b/recipes-wolfssl/wolfssl/wolfssl_5.7.6.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=bdd62314f00fca0e216bf8c963c8eeff6327e0cb" +SRC_URI = "git://github.com/wolfssl/wolfssl.git;nobranch=1;protocol=https;rev=239b85c80438bf60d9a5b9e0ebe9ff097a760d0d" S = "${WORKDIR}/git" diff --git a/recipes-wolfssl/wolftpm/wolftpm_3.6.0.bb b/recipes-wolfssl/wolftpm/wolftpm_3.8.0.bb similarity index 96% rename from recipes-wolfssl/wolftpm/wolftpm_3.6.0.bb rename to recipes-wolfssl/wolftpm/wolftpm_3.8.0.bb index d248962..d53ffd4 100644 --- a/recipes-wolfssl/wolftpm/wolftpm_3.6.0.bb +++ b/recipes-wolfssl/wolftpm/wolftpm_3.8.0.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS += "wolfssl" -SRC_URI = "git://github.com/wolfssl/wolfTPM.git;nobranch=1;protocol=https;rev=251ec1188e41fa9a11c22d8109963fddf7bbba72" +SRC_URI = "git://github.com/wolfssl/wolfTPM.git;nobranch=1;protocol=https;rev=bcf2647ebcf76e76a75cefc46f7187d213eb1fcd" S = "${WORKDIR}/git" diff --git a/update-version.sh b/update-version.sh index 7b1cd64..1266e71 100755 --- a/update-version.sh +++ b/update-version.sh @@ -37,12 +37,12 @@ update() { if [ "$CURRENT" != "$NEW" ]; then printf "Updating from %s to %s for %s...\n" "$CURRENT" "$NEW" "$1" TAG="v$NEW-stable" - if [ "$1" = "wolfmqtt" ] || [ "$1" == "wolftpm" ]; then + if [ "$1" = "wolfmqtt" ] || [ "$1" == "wolftpm" ] || [ "$1" == "wolfprovider" ]; then TAG="v$NEW" fi # Clone the new version repository - if ! git clone -b "$TAG" "git@github.com:wolfssl/$1" &> /dev/null; then + if ! git clone --depth 1 -b "$TAG" "git@github.com:wolfssl/$1" &> /dev/null; then printf "Error cloning %s. Skipping.\n" "$1" return fi