Skip to content

Commit 7d07ad5

Browse files
SoumyaWindakuster
authored andcommitted
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>
1 parent dc2b819 commit 7d07ad5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.5.bb renamed to meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ understand what the code does. It features: \
1717

1818
HOMEPAGE = "https://tls.mbed.org/"
1919

20-
LICENSE = "Apache-2.0"
21-
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
20+
LICENSE = "Apache-2.0 | GPL-2.0-or-later"
21+
LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d"
2222

2323
SECTION = "libs"
2424

2525
S = "${WORKDIR}/git"
26-
SRCREV = "47e8cc9db2e469d902b0e3093ae9e482c3d87188"
26+
SRCREV = "555f84735aecdbd76a566cf087ec8425dfb0c8ab"
2727
SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28"
2828

2929
inherit cmake update-alternatives

0 commit comments

Comments
 (0)