summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2022-11-11 13:06:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-20 08:19:10 +0000
commit308cefb86b46750c4b4264861ed66517460ecb93 (patch)
tree83a87362dd38a8bd20db26700a1a9ac6a32f27d1
parent9d340b5ed228ebee661199b2126898dd01ee8a37 (diff)
downloadpoky-308cefb86b46750c4b4264861ed66517460ecb93.tar.gz
openssl: upgrade 1.1.1q to 1.1.1s
Major changes between OpenSSL 1.1.1r and OpenSSL 1.1.1s [1 Nov 2022] * Fixed a regression introduced in OpenSSL 1.1.1r not refreshing the certificate data to be signed before signing the certificate. Major changes between OpenSSL 1.1.1q and OpenSSL 1.1.1r [11 Oct 2022] * Added a missing header for memcmp that caused compilation failure on some platforms (From OE-Core rev: a39a32efd41c92a3ada49d667979c79101a4a2da) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.1.1s.bb (renamed from meta/recipes-connectivity/openssl/openssl_1.1.1q.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1q.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1s.bb
index 139b7fe935..6c8f285996 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1q.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1s.bb
@@ -24,7 +24,7 @@ SRC_URI_append_class-nativesdk = " \
24 file://environment.d-openssl.sh \ 24 file://environment.d-openssl.sh \
25 " 25 "
26 26
27SRC_URI[sha256sum] = "d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca" 27SRC_URI[sha256sum] = "c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa"
28 28
29inherit lib_package multilib_header multilib_script ptest 29inherit lib_package multilib_header multilib_script ptest
30MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" 30MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"