diff options
| author | Yi Zhao <yi.zhao@eng.windriver.com> | 2023-06-28 20:58:45 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-06-28 16:28:35 -0400 |
| commit | d71a08b3d8fc69d3213c10885af9cc693056a8bd (patch) | |
| tree | 6b14562ed22822edfebbe26f45ae7dfa7001af77 /meta-networking/recipes-connectivity | |
| parent | c403568572bc40d7c7f2a2fe1c021485623dc985 (diff) | |
| download | meta-openembedded-d71a08b3d8fc69d3213c10885af9cc693056a8bd.tar.gz | |
mbedtls: upgrade 2.28.2 -> 2.28.3
Mbed TLS 2.28 is a long-time support branch. It will be supported with
bug-fixes and security fixes until end of 2024.
ChangeLog:
https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.3
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
| -rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.3.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.2.bb) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.2.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.3.bb index 242495e941..ce094d5afb 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.2.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.3.bb | |||
| @@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 23 | SECTION = "libs" | 23 | SECTION = "libs" |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
| 26 | SRCREV = "89f040a5c938985c5f30728baed21e49d0846a53" | 26 | SRCREV = "981743de6fcdbe672e482b6fd724d31d0a0d2476" |
| 27 | SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28 \ | 27 | SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28 \ |
| 28 | file://run-ptest \ | 28 | file://run-ptest \ |
| 29 | " | 29 | " |
| @@ -62,6 +62,12 @@ CVE_CHECK_IGNORE += "CVE-2021-43666" | |||
| 62 | # Fix merged upstream https://github.com/Mbed-TLS/mbedtls/commit/9a4a9c66a48edfe9ece03c7e4a53310adf73a86c | 62 | # Fix merged upstream https://github.com/Mbed-TLS/mbedtls/commit/9a4a9c66a48edfe9ece03c7e4a53310adf73a86c |
| 63 | CVE_CHECK_IGNORE += "CVE-2021-45451" | 63 | CVE_CHECK_IGNORE += "CVE-2021-45451" |
| 64 | 64 | ||
| 65 | # Strip host paths from autogenerated test files | ||
| 66 | do_compile:append() { | ||
| 67 | sed -i 's+${S}/++g' ${B}/tests/*.c 2>/dev/null || : | ||
| 68 | sed -i 's+${B}/++g' ${B}/tests/*.c 2>/dev/null || : | ||
| 69 | } | ||
| 70 | |||
| 65 | # Export source files/headers needed by Arm Trusted Firmware | 71 | # Export source files/headers needed by Arm Trusted Firmware |
| 66 | sysroot_stage_all:append() { | 72 | sysroot_stage_all:append() { |
| 67 | sysroot_stage_dir "${S}/library" "${SYSROOT_DESTDIR}/usr/share/mbedtls-source/library" | 73 | sysroot_stage_dir "${S}/library" "${SYSROOT_DESTDIR}/usr/share/mbedtls-source/library" |
