From 441c328ec4f616e49b8344de066e4e12cbfb72dc Mon Sep 17 00:00:00 2001 From: lchristina26 Date: Tue, 22 Mar 2016 12:57:28 -0600 Subject: [PATCH] wolfssl: update to version 3.9.0 Update includes new leantls configuration, RSA OAEP padding support, Arduino example client, and more. Signed-off-by: lchristina26 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- .../wolfssl/{wolfssl_3.4.0.bb => wolfssl_3.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_3.4.0.bb => wolfssl_3.9.0.bb} (82%) diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb similarity index 82% rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb index 591ff32131..d086cefc58 100644 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb @@ -14,8 +14,8 @@ RPROVIDES_${PN} = "cyassl" SRC_URI = "http://www.wolfssl.com/${BP}.zip" -SRC_URI[md5sum] = "ec6ed4c5847454ac928215a46b3e0c33" -SRC_URI[sha256sum] = "bc49a142c17b1e52a126417e5d7cbadcb7f18f5c81e446c12e214483395159ea" +SRC_URI[md5sum] = "f3396726a9befd61443c2cce216e39ba" +SRC_URI[sha256sum] = "98f50244f7b43f8683bd0cf5c599849d330e75e6cf077e96f14e83bda8b03ca3" inherit autotools