mbedtls: upgrade 3.6.4 -> 3.6.5

Contains fixes for CVE-2025-54764 and CVE-2025-59438

Also, add the recipe to the ptest image list, because it was missing.
Ptests passed successfully.

Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.5

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-11-03 21:14:29 +01:00 committed by Khem Raj
parent 5f93bf9120
commit 008d12edde
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ SRC_URI = "gitsm://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls
file://run-ptest \
"
SRCREV = "c765c831e5c2a0971410692f92f7a81d6ec65ec2"
SRCREV = "e185d7fd85499c8ce5ca2a54f5cf8fe7dbe3f8df"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"

View File

@ -33,6 +33,7 @@ PTESTS_FAST_META_OE = "\
libxml++-5.0 \
libyang \
lmdb \
mbedtls \
microsoft-gsl \
minicoredumper \
minizip-ng \