diff options
| author | Peter Marko <peter.marko@siemens.com> | 2023-10-24 23:12:03 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-11-01 05:01:25 -1000 |
| commit | f35f1aaf2287bafb437ac356b08f11fc4046d12f (patch) | |
| tree | c526604925b7d7cf4fd942241ee4f7b60c0c8702 | |
| parent | 715fc203c2c5694e06d3725428f24e73b58fe774 (diff) | |
| download | poky-f35f1aaf2287bafb437ac356b08f11fc4046d12f.tar.gz | |
openssl: Upgrade 3.0.11 -> 3.0.12
https://github.com/openssl/openssl/blob/openssl-3.0/NEWS.md#major-changes-between-openssl-3011-and-openssl-3012-24-oct-2023
Major changes between OpenSSL 3.0.11 and OpenSSL 3.0.12 [24 Oct 2023]
* Mitigate incorrect resize handling for symmetric cipher keys and IVs. (CVE-2023-5363)
(From OE-Core rev: 5cf9f9426de71a35b06c7b4b9b092f22243676fb)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-connectivity/openssl/openssl_3.0.12.bb (renamed from meta/recipes-connectivity/openssl/openssl_3.0.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_3.0.11.bb b/meta/recipes-connectivity/openssl/openssl_3.0.12.bb index 22eaa3af33..d8c9b073a2 100644 --- a/meta/recipes-connectivity/openssl/openssl_3.0.11.bb +++ b/meta/recipes-connectivity/openssl/openssl_3.0.12.bb | |||
| @@ -18,7 +18,7 @@ SRC_URI:append:class-nativesdk = " \ | |||
| 18 | file://environment.d-openssl.sh \ | 18 | file://environment.d-openssl.sh \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | SRC_URI[sha256sum] = "b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55" | 21 | SRC_URI[sha256sum] = "f93c9e8edde5e9166119de31755fc87b4aa34863662f67ddfcba14d0b6b69b61" |
| 22 | 22 | ||
| 23 | inherit lib_package multilib_header multilib_script ptest perlnative | 23 | inherit lib_package multilib_header multilib_script ptest perlnative |
| 24 | MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" | 24 | MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" |
