diff mbox series

[meta-networking] mbedtls: upgrade 2.28.7 -> 2.28.8

Message ID 20240405121308.41895-1-beniaminsandu@gmail.com
State Accepted
Headers show
Series [meta-networking] mbedtls: upgrade 2.28.7 -> 2.28.8 | expand

Commit Message

Beniamin Sandu April 5, 2024, 12:13 p.m. UTC
Includes security fixes for:
CVE-2024-28960 - Insecure handling of shared memory in PSA Crypto APIs

Full release notes:
https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.8

Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
---
 .../mbedtls/{mbedtls_2.28.7.bb => mbedtls_2.28.8.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_2.28.7.bb => mbedtls_2.28.8.bb} (96%)

Comments

Khem Raj April 7, 2024, 3:42 p.m. UTC | #1
On Fri, 05 Apr 2024 13:13:08 +0100, Beniamin Sandu wrote:
> Includes security fixes for:
> CVE-2024-28960 - Insecure handling of shared memory in PSA Crypto APIs
> 
> Full release notes:
> https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.8
> 
> 
> [...]

Applied, thanks!

[1/1] mbedtls: upgrade 2.28.7 -> 2.28.8
      commit: 6c9a01f67003760ca72eedd510bac1f9f5eab8f3

Best regards,
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb
similarity index 96%
rename from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb
rename to meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb
index 9a6487ccd..301e65598 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.7.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb
@@ -23,8 +23,8 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d"
 SECTION = "libs"
 
 S = "${WORKDIR}/git"
-SRCREV = "555f84735aecdbd76a566cf087ec8425dfb0c8ab"
-SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28 \
+SRCREV = "5a764e5555c64337ed17444410269ff21cb617b1"
+SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-2.28 \
            file://run-ptest \
           "