diff options
author | Lee Chee Yang <chee.yang.lee@intel.com> | 2021-01-27 17:03:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-03 21:45:49 +0000 |
commit | 77c56e8c78c38ccbb6d15a114fadcf9e834503da (patch) | |
tree | a98dc3ac920b20ce63b321ae50317b6953204eb7 /meta/recipes-connectivity/openssl | |
parent | a3cba800effd783aa42438efddfb97aa26adf7c3 (diff) | |
download | poky-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/openssl')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1i.bb | 2 |
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 | ||
232 | CVE_PRODUCT = "openssl:openssl" | 232 | CVE_PRODUCT = "openssl:openssl" |
233 | 233 | ||
234 | CVE_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 |
236 | CVE_CHECK_WHITELIST += "CVE-2019-0190" | 238 | CVE_CHECK_WHITELIST += "CVE-2019-0190" |