diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-09-18 11:29:04 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-22 10:06:32 -0400 |
commit | e2f0fb24c56d8e8cb66c608d9e4ea42ded2f4fd0 (patch) | |
tree | 93662dccf47a07f52b93a6e39eced4591ca0b54c | |
parent | 6f28dfb8b969a1ccd13c03504bedf3f53d7aa64d (diff) | |
download | meta-openembedded-e2f0fb24c56d8e8cb66c608d9e4ea42ded2f4fd0.tar.gz |
mbedtls: upgrade 2.28.8 -> 2.28.9
ChangeLog
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-2.28.9
Security fix:
CVE-2024-45157
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.9.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb index 301e655989..da984a3990 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb | |||
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d" | |||
23 | SECTION = "libs" | 23 | SECTION = "libs" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | SRCREV = "5a764e5555c64337ed17444410269ff21cb617b1" | 26 | SRCREV = "5e146adef63b326b04282252639bebc2730939c6" |
27 | SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-2.28 \ | 27 | SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-2.28 \ |
28 | file://run-ptest \ | 28 | file://run-ptest \ |
29 | " | 29 | " |