summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/mbedtls
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2023-12-18 13:37:47 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-18 22:17:25 -0800
commitebe950c8e9c8d57953ec50c323e015a92a4204ae (patch)
tree424a48f10556ebe25ae9a227b246296078feb0d7 /meta-networking/recipes-connectivity/mbedtls
parent7a7f975f6bf0d03c06b8876f3ba6367c034a88ed (diff)
downloadmeta-openembedded-ebe950c8e9c8d57953ec50c323e015a92a4204ae.tar.gz
mbedtls: Upgrade 3.5.0 -> 3.5.1
Use canonical URL, add UPSTREAM_CHECK_GITTAGREGEX. Changes: Dave Rodgman (12): Header updates Fix some non-standard headers Update documentation Add Changelog for license Update license for p256-m README improvements to 3rdparty section assemble Changelog Fix typos in changelog Bump version Update BRANCHES Update Changelog with bugfix entry Add docs re Everest license David Horstmann (1): Fix 3rdparty target names for custom config License-update: Upstream clarified licensing as dual Apache-2.0 or GPL-2.0 or later Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/mbedtls')
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.1.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.0.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.1.bb
index 5f284227e..6fc824898 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.0.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.1.bb
@@ -17,16 +17,17 @@ understand what the code does. It features: \
17 17
18HOMEPAGE = "https://tls.mbed.org/" 18HOMEPAGE = "https://tls.mbed.org/"
19 19
20LICENSE = "Apache-2.0" 20LICENSE = "Apache-2.0 | GPL-2.0-or-later"
21LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 21LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d"
22 22
23SECTION = "libs" 23SECTION = "libs"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26SRCREV = "1ec69067fa1351427f904362c1221b31538c8b57" 26SRCREV = "edb8fec9882084344a314368ac7fd957a187519c"
27SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=master \ 27SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=master \
28 file://0001-AES-NI-use-target-attributes-for-x86-32-bit-intrinsi.patch \ 28 file://0001-AES-NI-use-target-attributes-for-x86-32-bit-intrinsi.patch \
29 file://run-ptest" 29 file://run-ptest"
30UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
30 31
31inherit cmake update-alternatives ptest 32inherit cmake update-alternatives ptest
32 33