aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2016-09-14 01:49:13 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2016-10-20 11:16:32 -0400
commit1a5ae6aad29435f7e5d89bfd8f60e17046d7b2ef (patch)
tree2247db4af4dd11de0a845698dbedd69d262464d9 /meta-networking
parenta95726df4bb1c898da7e4d4dbf9e2846914061e4 (diff)
downloadmeta-openembedded-contrib-1a5ae6aad29435f7e5d89bfd8f60e17046d7b2ef.tar.gz
mbedtls: upgrade to 1.3.17
* fix CVE: CVE-2015-8036 Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls_1.3.17.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_1.3.10.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_1.3.10.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_1.3.17.bb
index d5c7afe04f..fcfec6907d 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_1.3.10.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_1.3.17.bb
@@ -25,8 +25,8 @@ SECTION = "libdevel"
SRC_URI = "https://tls.mbed.org/download/mbedtls-${PV}-gpl.tgz"
-SRC_URI[md5sum] = "19ebbc96feceb430ad958dfe89cb633f"
-SRC_URI[sha256sum] = "746fd88e0c6623691fc56c4eed52e40a57b2da0ac80f6dd8995094aa6adb407e"
+SRC_URI[md5sum] = "a6ed92fc377ef60f7c24d42b900e0dad"
+SRC_URI[sha256sum] = "f5beb43e850283915e3e0f8d37495eade3bfb5beedfb61e7b8da70d4c68edb82"
DEPENDS = "openssl"
RDEPENDS_${PN} += "libcrypto"