Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mbedtls: upgrade 2.28.8 -> 2.28.9 | Yi Zhao | 2024-09-11 | 1 | -80/+0 |
| | | | | | | | | | | | ChangeLog https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-2.28.9 Security fix: CVE-2024-45157 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | mbedtls: Fix warning for missing program | Ricardo Simoes | 2024-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | When PACKAGECONFIG does not contains 'programs', the hello binary will not be generated, but the ALTERNATIVE 'hello' is still set, causing the update-alternatives bbclass to generate warnings for the missing 'hello' binary. This commit fixes that by only populating ALTERNATIVES when 'programs' is enabled. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | mbedtls: upgrade 2.28.7 -> 2.28.8 | Beniamin Sandu | 2024-04-05 | 1 | -0/+80 |
Includes security fixes for: CVE-2024-28960 - Insecure handling of shared memory in PSA Crypto APIs Full release notes: https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.8 Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |