summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2021-01-27 17:03:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-03 21:45:49 +0000
commit77c56e8c78c38ccbb6d15a114fadcf9e834503da (patch)
treea98dc3ac920b20ce63b321ae50317b6953204eb7 /meta/recipes-connectivity
parenta3cba800effd783aa42438efddfb97aa26adf7c3 (diff)
downloadpoky-77c56e8c78c38ccbb6d15a114fadcf9e834503da.tar.gz
openssl: set CVE_VERSION_SUFFIX
(From OE-Core rev: 17df664a32a74f17baaef8c31ac23adec2d6255f) Signed-off-by: Lee Chee Yang <chee.yang.lee@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.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
index 5617f337e0..ffa261a1be 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
@@ -231,6 +231,8 @@ BBCLASSEXTEND = "native nativesdk"
231 231
232CVE_PRODUCT = "openssl:openssl" 232CVE_PRODUCT = "openssl:openssl"
233 233
234CVE_VERSION_SUFFIX = "alphabetical"
235
234# Only affects OpenSSL >= 1.1.1 in combination with Apache < 2.4.37 236# Only affects OpenSSL >= 1.1.1 in combination with Apache < 2.4.37
235# Apache in meta-webserver is already recent enough 237# Apache in meta-webserver is already recent enough
236CVE_CHECK_WHITELIST += "CVE-2019-0190" 238CVE_CHECK_WHITELIST += "CVE-2019-0190"