From: Sourav Pramanik Date: Fri, 6 Oct 2023 12:32:13 +0000 (+0530) Subject: openssl: Upgrade 1.1.1v -> 1.1.1w X-Git-Tag: 2020-04.29-dunfell~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b29a5f77efab978f6a2918d02ee611638aef85;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git openssl: Upgrade 1.1.1v -> 1.1.1w https://www.openssl.org/news/openssl-1.1.1-notes.html Major changes between OpenSSL 1.1.1v and OpenSSL 1.1.1w [11 Sep 2023] * Fix POLY1305 MAC implementation corrupting XMM registers on Windows (CVE-2023-4807) Signed-off-by: Sourav Kumar Pramanik Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1v.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1w.bb similarity index 98% rename from meta/recipes-connectivity/openssl/openssl_1.1.1v.bb rename to meta/recipes-connectivity/openssl/openssl_1.1.1w.bb index d1222dc4702..8a53b06862e 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1v.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1w.bb @@ -26,7 +26,7 @@ SRC_URI_append_class-nativesdk = " \ file://environment.d-openssl.sh \ " -SRC_URI[sha256sum] = "d6697e2871e77238460402e9362d47d18382b15ef9f246aba6c7bd780d38a6b0" +SRC_URI[sha256sum] = "cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8" inherit lib_package multilib_header multilib_script ptest MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"