diff options
author | Beniamin Sandu <beniaminsandu@gmail.com> | 2023-09-07 19:22:24 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 10:29:42 -0700 |
commit | 6cf2f1045acbb51fe4a702dba0fd964be717c5b8 (patch) | |
tree | 61dbb7514ae7f787bdd01c79d97d14fddb6e5525 /meta-networking | |
parent | f5d31863c9d7d2b96b2576a153bf7f356f8886af (diff) | |
download | meta-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.patch | 2 | ||||
-rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls/0002-aesce-use-correct-target-attribute-when-building-wit.patch | 2 | ||||
-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 | |||
8 | that we should use the crypto extensions without forcing a particular | 8 | that we should use the crypto extensions without forcing a particular |
9 | architecture version or core, as that can create issues. | 9 | architecture version or core, as that can create issues. |
10 | 10 | ||
11 | Upstream-Status: Submitted [https://github.com/Mbed-TLS/mbedtls/pull/7834] | 11 | Upstream-Status: Backport [https://github.com/Mbed-TLS/mbedtls/commit/471a975942dec76bf0ccb92b6c6da055385683fb] |
12 | 12 | ||
13 | Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> | 13 | Signed-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 | ||
10 | E.g.: https://github.com/llvm/llvm-project/issues/61645 | 10 | E.g.: https://github.com/llvm/llvm-project/issues/61645 |
11 | 11 | ||
12 | Upstream-Status: Pending | 12 | Upstream-Status: Backport [https://github.com/Mbed-TLS/mbedtls/commit/aa4f6219014d863bed51453e5261178adc66be34] |
13 | 13 | ||
14 | Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> | 14 | Signed-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" | |||
23 | SECTION = "libs" | 23 | SECTION = "libs" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | SRCREV = "1873d3bfc2da771672bd8e7e8f41f57e0af77f33" | 26 | SRCREV = "72718dd87e087215ce9155a826ee5a66cfbe9631" |
27 | SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=master \ | 27 | SRC_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 \ |