summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2024-02-19 12:46:57 +0000
committerArmin Kuster <akuster808@gmail.com>2024-02-28 08:18:18 -0500
commitfda737ec0cc1d2a5217548a560074a8e4d5ec580 (patch)
tree07924d72552525e360b177d0bdd130e69f21b5e8
parent7d07ad57002a0af09ceb0fbe59b48ccd2ce4a740 (diff)
downloadmeta-openembedded-fda737ec0cc1d2a5217548a560074a8e4d5ec580.tar.gz
mbedtls: Upgrade 3.5.0 -> 3.5.2
* Includes security fix for CVE-2024-23170 - Timing side channel in private key RSA operations * Includes security fix for CVE-2024-23775 - Buffer overflow in mbedtls_x509_set_extension() Use canonical URL, add UPSTREAM_CHECK_GITTAGREGEX. License-update: Upstream clarified licensing as dual Apache-2.0 or GPL-2.0 or later Changelog: https://github.com/Mbed-TLS/mbedtls/blob/v3.5.2/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_3.5.2.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.0.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.2.bb
index d57e717bd8..2fedac48cf 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.0.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.2.bb
@@ -17,16 +17,17 @@ 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 = "1ec69067fa1351427f904362c1221b31538c8b57" 26SRCREV = "daca7a3979c22da155ec9dce49ab1abf3b65d3a9"
27SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=master \ 27SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=master \
28 file://0001-AES-NI-use-target-attributes-for-x86-32-bit-intrinsi.patch \ 28 file://0001-AES-NI-use-target-attributes-for-x86-32-bit-intrinsi.patch \
29 file://run-ptest" 29 file://run-ptest"
30UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
30 31
31inherit cmake update-alternatives ptest 32inherit cmake update-alternatives ptest
32 33