summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorYogita Urade <yogita.urade@windriver.com>2024-04-26 13:04:43 +0000
committerArmin Kuster <akuster808@gmail.com>2024-05-26 15:22:08 -0400
commitd02d0149c7b1630f12a8e2283e7516d712fc0aca (patch)
tree1cdc208b2bcecfd1ddd7783a6a102ac3afe03f11 /meta-networking
parent5085c443d0bbfc9405ce377dc78aef72da9c19d9 (diff)
downloadmeta-openembedded-d02d0149c7b1630f12a8e2283e7516d712fc0aca.tar.gz
mbedtls: upgrade 2.28.7->2.28.8
Includes security fixes for: CVE-2024-28960 - Insecure handling of shared memory in PSA Crypto APIs Release notes: https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.8 Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb
index 793cdcaff7..e47092c561 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb
@@ -23,8 +23,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d"
23SECTION = "libs" 23SECTION = "libs"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26SRCREV = "555f84735aecdbd76a566cf087ec8425dfb0c8ab" 26SRCREV = "5a764e5555c64337ed17444410269ff21cb617b1"
27SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28" 27SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-2.28"
28 28
29inherit cmake update-alternatives 29inherit cmake update-alternatives
30 30