]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: set CVE_VERSION_SUFFIX
authorLee Chee Yang <chee.yang.lee@intel.com>
Wed, 27 Jan 2021 09:03:54 +0000 (17:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Feb 2021 21:42:44 +0000 (21:42 +0000)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_1.1.1i.bb

index 5617f337e047403c5e98cc03d594692eb7c31401..ffa261a1be6e02b5cbc98b367606da8a9e322e33 100644 (file)
@@ -231,6 +231,8 @@ BBCLASSEXTEND = "native nativesdk"
 
 CVE_PRODUCT = "openssl:openssl"
 
+CVE_VERSION_SUFFIX = "alphabetical"
+
 # Only affects OpenSSL >= 1.1.1 in combination with Apache < 2.4.37
 # Apache in meta-webserver is already recent enough
 CVE_CHECK_WHITELIST += "CVE-2019-0190"