summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-03-30 17:20:40 +0800
committerKhem Raj <raj.khem@gmail.com>2025-03-31 14:42:06 -0700
commitf27fe8c6e27ad5e4eafaf82090904e526862c92f (patch)
treedc12d85280a48243d3651d78250dadf350faede7 /meta-networking
parentca08c742230b758f6ebb428901d51169f1e6044a (diff)
downloadmeta-openembedded-f27fe8c6e27ad5e4eafaf82090904e526862c92f.tar.gz
mbedtls: 3.6.2 -> 3.6.3
ChangeLog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.3 Remove mbedtls-framework repository, as the framework is now added as a flat directory rather than a submodule[1][2]. [1] https://github.com/Mbed-TLS/mbedtls/commit/b41194ce7f2fda63bf5959588631eba73c5c621e [2] https://github.com/Mbed-TLS/mbedtls/commit/2c824b4fe5dab7e1526560be203bf705857e372a Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb)7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.bb
index 168ee1b5de..b700c27a65 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.bb
@@ -24,12 +24,9 @@ SECTION = "libs"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6 \ 26SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6 \
27 git://github.com/Mbed-TLS/mbedtls-framework.git;protocol=https;branch=main;destsuffix=git/framework;name=framework \ 27 file://run-ptest"
28 file://run-ptest"
29 28
30SRCREV = "107ea89daaefb9867ea9121002fbbdf926780e98" 29SRCREV = "22098d41c6620ce07cf8a0134d37302355e1e5ef"
31SRCREV_framework = "94599c0e3b5036e086446a51a3f79640f70f22f6"
32SRCREV_FORMAT .= "_framework"
33 30
34UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 31UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
35 32