mbedtls: upgrade 3.4.0 -> 3.4.1

Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Beniamin Sandu 2023-09-07 19:22:24 +03:00 committed by Khem Raj
parent f5d31863c9
commit 6cf2f1045a
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Building mbedtls with different aarch64 tuning variations revealed
that we should use the crypto extensions without forcing a particular
architecture version or core, as that can create issues.
Upstream-Status: Submitted [https://github.com/Mbed-TLS/mbedtls/pull/7834]
Upstream-Status: Backport [https://github.com/Mbed-TLS/mbedtls/commit/471a975942dec76bf0ccb92b6c6da055385683fb]
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
---

View File

@ -9,7 +9,7 @@ the needed instructions instead of the broad crypto feature.
E.g.: https://github.com/llvm/llvm-project/issues/61645
Upstream-Status: Pending
Upstream-Status: Backport [https://github.com/Mbed-TLS/mbedtls/commit/aa4f6219014d863bed51453e5261178adc66be34]
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
---

View File

@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SECTION = "libs"
S = "${WORKDIR}/git"
SRCREV = "1873d3bfc2da771672bd8e7e8f41f57e0af77f33"
SRCREV = "72718dd87e087215ce9155a826ee5a66cfbe9631"
SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=master \
file://0001-aesce-do-not-specify-an-arch-version-when-enabling-c.patch \
file://0002-aesce-use-correct-target-attribute-when-building-wit.patch \