summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRanjitsinh Rathod <ranjitsinh.rathod@kpit.com>2022-05-17 15:14:12 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-20 10:08:01 +0100
commit5c616134052a4beca21128639116760ebb5eadd1 (patch)
treef3f2ca6628ee7563b0aa34463fa62ba02d535b41
parentdfd14979615e0e37e68cc2e7528f30fc837c75ce (diff)
downloadpoky-5c616134052a4beca21128639116760ebb5eadd1.tar.gz
openssl: Minor security upgrade 1.1.1n to 1.1.1o
This security upgrade fixes CVE-2022-1292 as per below link Link: https://www.openssl.org/news/cl111.txt (From OE-Core rev: de0cafc01804a8d43b4b97e22fdc9a6b0adb8a48) Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com> Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@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.1o.bb (renamed from meta/recipes-connectivity/openssl/openssl_1.1.1n.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1o.bb
index 8538bd5a18..c9cfc759c9 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1o.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] = "40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a" 27SRC_URI[sha256sum] = "9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f"
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"