diff mbox series

[meta-networking] mbedtls: Upgrade 3.6.1 -> 3.6.2

Message ID 20241022101526.4114268-1-mingli.yu@windriver.com
State New
Headers show
Series [meta-networking] mbedtls: Upgrade 3.6.1 -> 3.6.2 | expand

Commit Message

Yu, Mingli Oct. 22, 2024, 10:15 a.m. UTC
From: Mingli Yu <mingli.yu@windriver.com>

Mbed TLS 3.6.2 provides the fix for a security vulnerability [1].

 # ./run-ptest
PASS: test_suite_aes.cbc
PASS: test_suite_aes.cfb
PASS: test_suite_aes.ctr
PASS: test_suite_aes.ecb
PASS: test_suite_aes.ofb
PASS: test_suite_aes.rest
PASS: test_suite_aes.xts
PASS: test_suite_alignment
PASS: test_suite_aria
[snip]

[1] https://github.com/Mbed-TLS/mbedtls/releases

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../mbedtls/{mbedtls_3.6.1.bb => mbedtls_3.6.2.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_3.6.1.bb => mbedtls_3.6.2.bb} (98%)

Comments

Khem Raj Oct. 22, 2024, 2:11 p.m. UTC | #1
On Tue, Oct 22, 2024 at 3:15 AM Yu, Mingli via lists.openembedded.org
<mingli.yu=eng.windriver.com@lists.openembedded.org> wrote:
>
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Mbed TLS 3.6.2 provides the fix for a security vulnerability [1].
>
>  # ./run-ptest
> PASS: test_suite_aes.cbc
> PASS: test_suite_aes.cfb
> PASS: test_suite_aes.ctr
> PASS: test_suite_aes.ecb
> PASS: test_suite_aes.ofb
> PASS: test_suite_aes.rest
> PASS: test_suite_aes.xts
> PASS: test_suite_alignment
> PASS: test_suite_aria
> [snip]
>
> [1] https://github.com/Mbed-TLS/mbedtls/releases
>

Other than commit msg how is it different from prior patch
https://lore.kernel.org/openembedded-devel/20241021093900.3891154-1-yi.zhao@windriver.com/T/#u
?
its also from your colleague at WRS

> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  .../mbedtls/{mbedtls_3.6.1.bb => mbedtls_3.6.2.bb}              | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_3.6.1.bb => mbedtls_3.6.2.bb} (98%)
>
> diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.1.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb
> similarity index 98%
> rename from meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.1.bb
> rename to meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb
> index 62c3add2a5..168ee1b5de 100644
> --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.1.bb
> +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb
> @@ -27,7 +27,7 @@ SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3
>         git://github.com/Mbed-TLS/mbedtls-framework.git;protocol=https;branch=main;destsuffix=git/framework;name=framework \
>         file://run-ptest"
>
> -SRCREV = "71c569d44bf3a8bd53d874c81ee8ac644dd6e9e3"
> +SRCREV = "107ea89daaefb9867ea9121002fbbdf926780e98"
>  SRCREV_framework = "94599c0e3b5036e086446a51a3f79640f70f22f6"
>  SRCREV_FORMAT .= "_framework"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#113086): https://lists.openembedded.org/g/openembedded-devel/message/113086
> Mute This Topic: https://lists.openembedded.org/mt/109149384/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Yu, Mingli Oct. 23, 2024, 2:15 a.m. UTC | #2
On 10/22/24 22:11, Khem Raj wrote:
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender and know the content is safe.
> 
> On Tue, Oct 22, 2024 at 3:15 AM Yu, Mingli via lists.openembedded.org
> <mingli.yu=eng.windriver.com@lists.openembedded.org> wrote:
>>
>> From: Mingli Yu <mingli.yu@windriver.com>
>>
>> Mbed TLS 3.6.2 provides the fix for a security vulnerability [1].
>>
>>   # ./run-ptest
>> PASS: test_suite_aes.cbc
>> PASS: test_suite_aes.cfb
>> PASS: test_suite_aes.ctr
>> PASS: test_suite_aes.ecb
>> PASS: test_suite_aes.ofb
>> PASS: test_suite_aes.rest
>> PASS: test_suite_aes.xts
>> PASS: test_suite_alignment
>> PASS: test_suite_aria
>> [snip]
>>
>> [1] https://github.com/Mbed-TLS/mbedtls/releases
>>
> 
> Other than commit msg how is it different from prior patch
> https://lore.kernel.org/openembedded-devel/20241021093900.3891154-1-yi.zhao@windriver.com/T/#u
> ?
> its also from your colleague at WRS

Sorry for the noise!
I didn't notice the patch from Yi when I sent this patch.

Please ignore this patch.

Thanks,

> 
>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
>> ---
>>   .../mbedtls/{mbedtls_3.6.1.bb => mbedtls_3.6.2.bb}              | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>   rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_3.6.1.bb => mbedtls_3.6.2.bb} (98%)
>>
>> diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.1.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb
>> similarity index 98%
>> rename from meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.1.bb
>> rename to meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb
>> index 62c3add2a5..168ee1b5de 100644
>> --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.1.bb
>> +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb
>> @@ -27,7 +27,7 @@ SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3
>>          git://github.com/Mbed-TLS/mbedtls-framework.git;protocol=https;branch=main;destsuffix=git/framework;name=framework \
>>          file://run-ptest"
>>
>> -SRCREV = "71c569d44bf3a8bd53d874c81ee8ac644dd6e9e3"
>> +SRCREV = "107ea89daaefb9867ea9121002fbbdf926780e98"
>>   SRCREV_framework = "94599c0e3b5036e086446a51a3f79640f70f22f6"
>>   SRCREV_FORMAT .= "_framework"
>>
>> --
>> 2.34.1
>>
>>
>>
>>
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#113089): https://lists.openembedded.org/g/openembedded-devel/message/113089
>> Mute This Topic: https://lists.openembedded.org/mt/109149384/3618448
>> Group Owner: openembedded-devel+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [mingli.yu@eng.windriver.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.1.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb
similarity index 98%
rename from meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.1.bb
rename to meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb
index 62c3add2a5..168ee1b5de 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.1.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb
@@ -27,7 +27,7 @@  SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3
 	git://github.com/Mbed-TLS/mbedtls-framework.git;protocol=https;branch=main;destsuffix=git/framework;name=framework \
 	file://run-ptest"
 
-SRCREV = "71c569d44bf3a8bd53d874c81ee8ac644dd6e9e3"
+SRCREV = "107ea89daaefb9867ea9121002fbbdf926780e98"
 SRCREV_framework = "94599c0e3b5036e086446a51a3f79640f70f22f6"
 SRCREV_FORMAT .= "_framework"