diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2023-06-28 20:58:45 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-28 13:53:12 -0700 |
| commit | b0f7978847f8e62fd84ad2ff648c26c188497a6c (patch) | |
| tree | e5467162f9666b436860ee6a61dcbfb952fe6a66 | |
| parent | 50577b639a3e85118122f446b183be20a666ed83 (diff) | |
| download | meta-openembedded-b0f7978847f8e62fd84ad2ff648c26c188497a6c.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: Khem Raj <raj.khem@gmail.com>
| -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" |
