summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSofiane HAMAM <sofiane.hamam@smile.fr>2025-03-10 10:06:53 +0100
committerArmin Kuster <akuster808@gmail.com>2025-03-23 15:27:16 -0400
commit3e3de7632e570cd517be055bee3e639d5b61c26a (patch)
tree4035fdea456b36e950846046a481f040190296a0
parent7bc1db1659bbc4a1fda45c86a81b18b658cd6990 (diff)
downloadmeta-openembedded-3e3de7632e570cd517be055bee3e639d5b61c26a.tar.gz
wolfssl: Upgrade 5.7.0 -> 5.7.2
The upgrade includes many vulnerability fixes, new features and inhancements, refer to: https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.2-stable Signed-off-by: Sofiane HAMAM <sofiane.hamam@smile.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb (renamed from meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb
index 119d76abb9..8e86b62964 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.0.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb
@@ -16,7 +16,7 @@ SRC_URI = " \
16 git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master \ 16 git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master \
17 file://run-ptest \ 17 file://run-ptest \
18" 18"
19SRCREV = "8970ff4c34034dbb3594943d11f8c9d4c5512bd5" 19SRCREV = "00e42151ca061463ba6a95adb2290f678cbca472"
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22