From 9fa57a47b3a07bf803c5fc7b14ab8a7305852b1f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 May 2025 16:54:46 +0800 Subject: [PATCH] mbedtls: upgrade 3.6.3 -> 3.6.3.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../mbedtls/{mbedtls_3.6.3.bb => mbedtls_3.6.3.1.bb} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_3.6.3.bb => mbedtls_3.6.3.1.bb} (96%) diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.1.bb similarity index 96% rename from meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.bb rename to meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.1.bb index b700c27a65..1e99f92306 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.1.bb @@ -23,10 +23,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d" SECTION = "libs" S = "${WORKDIR}/git" -SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6 \ - file://run-ptest" +SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=main;tag=v${PV} \ + file://run-ptest \ + " -SRCREV = "22098d41c6620ce07cf8a0134d37302355e1e5ef" +SRCREV = "6fb5120fde4ab889bea402f5ab230c720b0a3b9a" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)"