From 441c328ec4f616e49b8344de066e4e12cbfb72dc Mon Sep 17 00:00:00 2001 From: lchristina26 Date: Tue, 22 Mar 2016 12:57:28 -0600 Subject: 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 --- .../recipes-connectivity/wolfssl/wolfssl_3.4.0.bb | 21 --------------------- .../recipes-connectivity/wolfssl/wolfssl_3.9.0.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb create mode 100644 meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb (limited to 'meta-networking/recipes-connectivity') diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb deleted file mode 100644 index 591ff32131..0000000000 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "wolfSSL Lightweight, Embedded SSL Library" -DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written in C and \ - optimized for embedded and RTOS environments. It can be \ - Up to 20 times smaller than OpenSSL while still supporting \ - a full TLS 1.2 client and server." -HOMEPAGE = "http://www.wolfssl.com/yaSSL/Products-wolfssl.html" -BUGTRACKER = "http://github.com/wolfssl/wolfssl/issues" -SECTION = "libs" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -PROVIDES += "cyassl" -RPROVIDES_${PN} = "cyassl" - -SRC_URI = "http://www.wolfssl.com/${BP}.zip" - -SRC_URI[md5sum] = "ec6ed4c5847454ac928215a46b3e0c33" -SRC_URI[sha256sum] = "bc49a142c17b1e52a126417e5d7cbadcb7f18f5c81e446c12e214483395159ea" - -inherit autotools - diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb new file mode 100644 index 0000000000..d086cefc58 --- /dev/null +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb @@ -0,0 +1,21 @@ +SUMMARY = "wolfSSL Lightweight, Embedded SSL Library" +DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written in C and \ + optimized for embedded and RTOS environments. It can be \ + Up to 20 times smaller than OpenSSL while still supporting \ + a full TLS 1.2 client and server." +HOMEPAGE = "http://www.wolfssl.com/yaSSL/Products-wolfssl.html" +BUGTRACKER = "http://github.com/wolfssl/wolfssl/issues" +SECTION = "libs" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +PROVIDES += "cyassl" +RPROVIDES_${PN} = "cyassl" + +SRC_URI = "http://www.wolfssl.com/${BP}.zip" + +SRC_URI[md5sum] = "f3396726a9befd61443c2cce216e39ba" +SRC_URI[sha256sum] = "98f50244f7b43f8683bd0cf5c599849d330e75e6cf077e96f14e83bda8b03ca3" + +inherit autotools + -- cgit 1.2.3-korg