summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2024-02-19 12:46:27 +0000
committerArmin Kuster <akuster808@gmail.com>2024-02-28 08:18:18 -0500
commit7d07ad57002a0af09ceb0fbe59b48ccd2ce4a740 (patch)
tree8770a14510a87f40820c895f873a21caa425c97b
parentdc2b819291a4632381c114f193abe8583bfcbd12 (diff)
downloadmeta-openembedded-7d07ad57002a0af09ceb0fbe59b48ccd2ce4a740.tar.gz
mbedtls: upgrade 2.28.5 -> 2.28.7
Includes security fixes for: CVE-2024-23170 - Timing side channel in private key RSA operations CVE-2024-23775 - Buffer overflow in mbedtls_x509_set_extension() License updated to dual Apache-2.0 OR GPL-2.0-or-later. Changelog: https://github.com/Mbed-TLS/mbedtls/blob/v2.28.7/ChangeLog Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.5.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.5.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb
index 95688e29bb..793cdcaff7 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.5.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb
@@ -17,13 +17,13 @@ understand what the code does. It features: \
17 17
18HOMEPAGE = "https://tls.mbed.org/" 18HOMEPAGE = "https://tls.mbed.org/"
19 19
20LICENSE = "Apache-2.0" 20LICENSE = "Apache-2.0 | GPL-2.0-or-later"
21LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 21LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d"
22 22
23SECTION = "libs" 23SECTION = "libs"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26SRCREV = "47e8cc9db2e469d902b0e3093ae9e482c3d87188" 26SRCREV = "555f84735aecdbd76a566cf087ec8425dfb0c8ab"
27SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28" 27SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28"
28 28
29inherit cmake update-alternatives 29inherit cmake update-alternatives