diff options
author | Khairul Rohaizzat Jamaluddin <khairul.rohaizzat.jamaluddin@intel.com> | 2020-12-15 20:26:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 22:52:24 +0000 |
commit | b98c4c1b7d39df725d0463d4c3dae732ee775ad6 (patch) | |
tree | 5a082daf642a9aaf86558a3141da478cda4405df /meta/recipes-connectivity | |
parent | 38b45cd73eb360ce6dbe441ea497044acd27d777 (diff) | |
download | poky-b98c4c1b7d39df725d0463d4c3dae732ee775ad6.tar.gz |
openssl: Update 1.1.1h -> 1.1.1i
update version to 1.1.1i
openssl 1.1.1i Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971)
updates include fix for CVE:
CVE-2020-1971
(From OE-Core rev: ebbb732d7707d3e755dd9760fc292f86253f86b4)
Signed-off-by: Khairul Rohaizzat Jamaluddin <khairul.rohaizzat.jamaluddin@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1i.bb (renamed from meta/recipes-connectivity/openssl/openssl_1.1.1h.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb index 1827167201..52dbdf5880 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb | |||
@@ -23,7 +23,7 @@ SRC_URI_append_class-nativesdk = " \ | |||
23 | file://environment.d-openssl.sh \ | 23 | file://environment.d-openssl.sh \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI[sha256sum] = "5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9" | 26 | SRC_URI[sha256sum] = "e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242" |
27 | 27 | ||
28 | inherit lib_package multilib_header multilib_script ptest | 28 | inherit lib_package multilib_header multilib_script ptest |
29 | MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" | 29 | MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" |