summaryrefslogtreecommitdiffstats
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-10 23:55:53 +0000
commit73b818a8ca4ac7e41717d3470faca9d8d0e25bd2 (patch)
tree1ba798ff2f67c3525f6633ce84b0182c28f22145
parent2b526d90791da501c9870dd6d3993fcfa7d15249 (diff)
downloadpoky-73b818a8ca4ac7e41717d3470faca9d8d0e25bd2.tar.gz
openssl: set CVE_VERSION_SUFFIX
(From OE-Core rev: b2feaf6826f4ead7b7ea141bdd27e9c96147b6f2) 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: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"