summaryrefslogtreecommitdiffstats
path: root/meta
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-11 17:46:11 +0000
commit49164d9cc18b367e8e1f973ae59ad20aa1f3381b (patch)
tree8dfca3be4c5029b10d33a66f0cd9089b0a6cf6c9 /meta
parent293329627869571dcfbec5dee0b54a3c7105d4aa (diff)
downloadpoky-49164d9cc18b367e8e1f973ae59ad20aa1f3381b.tar.gz
openssl: set CVE_VERSION_SUFFIX
(From OE-Core rev: cadaa2d1265f4e855aa813ed8f4cafea17c6909e) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 17df664a32a74f17baaef8c31ac23adec2d6255f) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 c2db596f03..5d22c511aa 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
@@ -210,6 +210,8 @@ BBCLASSEXTEND = "native nativesdk"
210 210
211CVE_PRODUCT = "openssl:openssl" 211CVE_PRODUCT = "openssl:openssl"
212 212
213CVE_VERSION_SUFFIX = "alphabetical"
214
213# Only affects OpenSSL >= 1.1.1 in combination with Apache < 2.4.37 215# Only affects OpenSSL >= 1.1.1 in combination with Apache < 2.4.37
214# Apache in meta-webserver is already recent enough 216# Apache in meta-webserver is already recent enough
215CVE_CHECK_WHITELIST += "CVE-2019-0190" 217CVE_CHECK_WHITELIST += "CVE-2019-0190"