diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2016-09-14 01:49:13 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-10-20 11:16:32 -0400 |
commit | 1a5ae6aad29435f7e5d89bfd8f60e17046d7b2ef (patch) | |
tree | 2247db4af4dd11de0a845698dbedd69d262464d9 /meta-networking/recipes-connectivity/mbedtls | |
parent | a95726df4bb1c898da7e4d4dbf9e2846914061e4 (diff) | |
download | meta-openembedded-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/recipes-connectivity/mbedtls')
-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 d5c7afe04..fcfec6907 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" | |||
25 | 25 | ||
26 | SRC_URI = "https://tls.mbed.org/download/mbedtls-${PV}-gpl.tgz" | 26 | SRC_URI = "https://tls.mbed.org/download/mbedtls-${PV}-gpl.tgz" |
27 | 27 | ||
28 | SRC_URI[md5sum] = "19ebbc96feceb430ad958dfe89cb633f" | 28 | SRC_URI[md5sum] = "a6ed92fc377ef60f7c24d42b900e0dad" |
29 | SRC_URI[sha256sum] = "746fd88e0c6623691fc56c4eed52e40a57b2da0ac80f6dd8995094aa6adb407e" | 29 | SRC_URI[sha256sum] = "f5beb43e850283915e3e0f8d37495eade3bfb5beedfb61e7b8da70d4c68edb82" |
30 | 30 | ||
31 | DEPENDS = "openssl" | 31 | DEPENDS = "openssl" |
32 | RDEPENDS_${PN} += "libcrypto" | 32 | RDEPENDS_${PN} += "libcrypto" |