diff mbox series

[meta-oe,krikstone,v2] mbedtls: upgrade 2.28.9 -> 2.28.10

Message ID 20251105073938.3187663-1-haixiao.yan.cn@windriver.com
State New
Headers show
Series [meta-oe,krikstone,v2] mbedtls: upgrade 2.28.9 -> 2.28.10 | expand

Commit Message

Yan, Haixiao (CN) Nov. 5, 2025, 7:39 a.m. UTC
From: Yi Zhao <yi.zhao@windriver.com>

ChangeLog
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-2.28.10

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit ca08c742230b758f6ebb428901d51169f1e6044a)
Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
---
v2: Regenerate the patch based on commit 33eb562e382d0c90fc6574c3de2fff3e79a414cf.
fix fetch failure due to branch name mismatch.

 .../mbedtls/{mbedtls_2.28.9.bb => mbedtls_2.28.10.bb}       | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_2.28.9.bb => mbedtls_2.28.10.bb} (94%)

Comments

Gyorgy Sarvari Nov. 5, 2025, 8:06 a.m. UTC | #1
On 11/5/25 08:39, Yan, Haixiao (CN) via lists.openembedded.org wrote:
> From: Yi Zhao <yi.zhao@windriver.com>
>
> ChangeLog
> https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-2.28.10
>
> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> (cherry picked from commit ca08c742230b758f6ebb428901d51169f1e6044a)
> Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
> ---
> v2: Regenerate the patch based on commit 33eb562e382d0c90fc6574c3de2fff3e79a414cf.
> fix fetch failure due to branch name mismatch.
>
>  .../mbedtls/{mbedtls_2.28.9.bb => mbedtls_2.28.10.bb}       | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>  rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_2.28.9.bb => mbedtls_2.28.10.bb} (94%)
>
> diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.10.bb
> similarity index 94%
> rename from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb
> rename to meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.10.bb
> index d935cb233122..61e740389cea 100644
> --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb
> +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.10.bb
> @@ -23,8 +23,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d"
>  SECTION = "libs"
>  
>  S = "${WORKDIR}/git"
> -SRCREV = "5e146adef63b326b04282252639bebc2730939c6"
> -SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-2.28"
> +SRCREV = "2fc8413bfcb51354c8e679141b17b3f1a5942561"
> +SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=archive/mbedtls-2.28 \
> +           file://run-ptest \

I think this run-ptest script slipped in accidentally. Could you please
remove it and submit a new version?

> +          "
>  
>  inherit cmake update-alternatives
>  
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#121322): https://lists.openembedded.org/g/openembedded-devel/message/121322
> Mute This Topic: https://lists.openembedded.org/mt/116131413/6084445
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.10.bb
similarity index 94%
rename from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb
rename to meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.10.bb
index d935cb233122..61e740389cea 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.10.bb
@@ -23,8 +23,10 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d"
 SECTION = "libs"
 
 S = "${WORKDIR}/git"
-SRCREV = "5e146adef63b326b04282252639bebc2730939c6"
-SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-2.28"
+SRCREV = "2fc8413bfcb51354c8e679141b17b3f1a5942561"
+SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=archive/mbedtls-2.28 \
+           file://run-ptest \
+          "
 
 inherit cmake update-alternatives