summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorBeniamin Sandu <beniaminsandu@gmail.com>2023-09-07 19:22:24 +0300
committerKhem Raj <raj.khem@gmail.com>2023-09-07 10:29:42 -0700
commit6cf2f1045acbb51fe4a702dba0fd964be717c5b8 (patch)
tree61dbb7514ae7f787bdd01c79d97d14fddb6e5525 /meta-networking
parentf5d31863c9d7d2b96b2576a153bf7f356f8886af (diff)
downloadmeta-openembedded-6cf2f1045acbb51fe4a702dba0fd964be717c5b8.tar.gz
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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls/0001-aesce-do-not-specify-an-arch-version-when-enabling-c.patch2
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls/0002-aesce-use-correct-target-attribute-when-building-wit.patch2
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls_3.4.1.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_3.4.0.bb)2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls/0001-aesce-do-not-specify-an-arch-version-when-enabling-c.patch b/meta-networking/recipes-connectivity/mbedtls/mbedtls/0001-aesce-do-not-specify-an-arch-version-when-enabling-c.patch
index d98d8fa57..44d74754c 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls/0001-aesce-do-not-specify-an-arch-version-when-enabling-c.patch
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls/0001-aesce-do-not-specify-an-arch-version-when-enabling-c.patch
@@ -8,7 +8,7 @@ Building mbedtls with different aarch64 tuning variations revealed
8that we should use the crypto extensions without forcing a particular 8that we should use the crypto extensions without forcing a particular
9architecture version or core, as that can create issues. 9architecture version or core, as that can create issues.
10 10
11Upstream-Status: Submitted [https://github.com/Mbed-TLS/mbedtls/pull/7834] 11Upstream-Status: Backport [https://github.com/Mbed-TLS/mbedtls/commit/471a975942dec76bf0ccb92b6c6da055385683fb]
12 12
13Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> 13Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
14--- 14---
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls/0002-aesce-use-correct-target-attribute-when-building-wit.patch b/meta-networking/recipes-connectivity/mbedtls/mbedtls/0002-aesce-use-correct-target-attribute-when-building-wit.patch
index 4775c8ddb..c8f6cb750 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls/0002-aesce-use-correct-target-attribute-when-building-wit.patch
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls/0002-aesce-use-correct-target-attribute-when-building-wit.patch
@@ -9,7 +9,7 @@ the needed instructions instead of the broad crypto feature.
9 9
10E.g.: https://github.com/llvm/llvm-project/issues/61645 10E.g.: https://github.com/llvm/llvm-project/issues/61645
11 11
12Upstream-Status: Pending 12Upstream-Status: Backport [https://github.com/Mbed-TLS/mbedtls/commit/aa4f6219014d863bed51453e5261178adc66be34]
13 13
14Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> 14Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
15--- 15---
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.4.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.4.1.bb
index 10fb7de8c..a6f8583b2 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.4.0.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.4.1.bb
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
23SECTION = "libs" 23SECTION = "libs"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26SRCREV = "1873d3bfc2da771672bd8e7e8f41f57e0af77f33" 26SRCREV = "72718dd87e087215ce9155a826ee5a66cfbe9631"
27SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=master \ 27SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=master \
28 file://0001-aesce-do-not-specify-an-arch-version-when-enabling-c.patch \ 28 file://0001-aesce-do-not-specify-an-arch-version-when-enabling-c.patch \
29 file://0002-aesce-use-correct-target-attribute-when-building-wit.patch \ 29 file://0002-aesce-use-correct-target-attribute-when-building-wit.patch \