diff options
author | Johannes Pointner <johannes.pointner@br-automation.com> | 2018-06-07 12:11:09 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-08 00:57:29 -0700 |
commit | 3db24e50ea48e11caf1e47fee97aecc2b2b27983 (patch) | |
tree | 361c8f2e28371321c3b692c209b936fb392e4040 /meta-networking/recipes-connectivity | |
parent | faa20de8833a31e725d28bc13c17af523c745fc9 (diff) | |
download | meta-openembedded-3db24e50ea48e11caf1e47fee97aecc2b2b27983.tar.gz |
mbedtls: update to 2.9.0
Mbed TLS 2.9.0 maintains source code and binary compatibility with the last
minor version, Mbed TLS 2.8.0, but extends the interface with additional
capabilities.
* Detail release note:
- https://tls.mbed.org/tech-updates/releases/mbedtls-2.9.0-2.7.3-and-2.1.12-released
Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls_2.9.0.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.8.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.8.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.9.0.bb index 736cce1b0..ee4f164a4 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.8.0.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.9.0.bb | |||
@@ -24,8 +24,8 @@ SECTION = "libdevel" | |||
24 | 24 | ||
25 | SRC_URI = "https://tls.mbed.org/download/mbedtls-${PV}-apache.tgz" | 25 | SRC_URI = "https://tls.mbed.org/download/mbedtls-${PV}-apache.tgz" |
26 | 26 | ||
27 | SRC_URI[md5sum] = "2d4b0e2cb844efde1e73d3bcd9731fef" | 27 | SRC_URI[md5sum] = "31dcf56cb92da5d7ec2dbb7a3cc5dff3" |
28 | SRC_URI[sha256sum] = "ab8b62b995781bcf22e87a265ed06267f87c3041198e996b44441223d19fa9c3" | 28 | SRC_URI[sha256sum] = "a06a9b43e583b7e6707becfeeb13d88ed00f25fee31a5386cb3a3014c454bad8" |
29 | 29 | ||
30 | inherit cmake | 30 | inherit cmake |
31 | 31 | ||