]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Sat, 6 Feb 2021 06:53:57 +0000 (14:53 +0800)
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>
meta/recipes-connectivity/openssl/openssl_1.1.1i.bb

index c2db596f03772abf71ccabfc8d3a5b84a27ddb80..5d22c511aad925964efa5fcab2d3d1cf5e5503f5 100644 (file)
@@ -210,6 +210,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"