summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorArchana Polampalli <archana.polampalli@windriver.com>2025-10-06 13:43:41 +0530
committerSteve Sakoman <steve@sakoman.com>2025-10-14 07:20:36 -0700
commit89a78911d7d36ee203effaa7eeaf77b2327319bd (patch)
tree75848165326f20cd3e663d7d8aff92d8436fc65c /meta
parent673b839a6b2d5f16bfaaa301d469acf3be996ef5 (diff)
downloadpoky-89a78911d7d36ee203effaa7eeaf77b2327319bd.tar.gz
openssl: upgrade 3.0.17 -> 3.0.18
This release incorporates the following bug fixes and mitigations: Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap. (CVE-2025-9230) Fix Out-of-bounds read in HTTP client no_proxy handling. (CVE-2025-9232) Changelog: https://github.com/openssl/openssl/blob/openssl-3.0.18/NEWS.md#openssl-30 (From OE-Core rev: 0a0d640436258269ffaaf23116d41f9a79db5ab7) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_3.0.18.bb (renamed from meta/recipes-connectivity/openssl/openssl_3.0.17.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_3.0.17.bb b/meta/recipes-connectivity/openssl/openssl_3.0.18.bb
index a50bd2edbf..a8dd338327 100644
--- a/meta/recipes-connectivity/openssl/openssl_3.0.17.bb
+++ b/meta/recipes-connectivity/openssl/openssl_3.0.18.bb
@@ -25,7 +25,7 @@ SRC_URI:append:class-nativesdk = " \
25 file://environment.d-openssl.sh \ 25 file://environment.d-openssl.sh \
26 " 26 "
27 27
28SRC_URI[sha256sum] = "dfdd77e4ea1b57ff3a6dbde6b0bdc3f31db5ac99e7fdd4eaf9e1fbb6ec2db8ce" 28SRC_URI[sha256sum] = "d80c34f5cf902dccf1f1b5df5ebb86d0392e37049e5d73df1b3abae72e4ffe8b"
29 29
30inherit lib_package multilib_header multilib_script ptest perlnative 30inherit lib_package multilib_header multilib_script ptest perlnative
31MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" 31MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"