summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-02-21 13:13:42 -0800
committerArmin Kuster <akuster808@gmail.com>2022-02-22 08:10:02 -0800
commitcc11c8c0abe5805091c6ea966a84625c416d9c91 (patch)
tree43a4da9ae5e94097148903ee791f0f5bd70efccf
parent8ff2d277217d1f57984e63f24ccd055579723953 (diff)
downloadmeta-security-cc11c8c0abe5805091c6ea966a84625c416d9c91.tar.gz
smack: Use new CVE_CHECK_IGNORE variable
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-mac/smack/smack_1.3.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-mac/smack/smack_1.3.1.bb b/recipes-mac/smack/smack_1.3.1.bb
index 79a8f5a..7a8ca78 100644
--- a/recipes-mac/smack/smack_1.3.1.bb
+++ b/recipes-mac/smack/smack_1.3.1.bb
@@ -14,9 +14,9 @@ SRC_URI = " \
14PV = "1.3.1" 14PV = "1.3.1"
15 15
16# CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 is valnerble for other product. 16# CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 is valnerble for other product.
17CVE_CHECK_WHITELIST += "CVE-2014-0363" 17CVE_CHECK_IGNORE += "CVE-2014-0363"
18CVE_CHECK_WHITELIST += "CVE-2014-0364" 18CVE_CHECK_IGNORE += "CVE-2014-0364"
19CVE_CHECK_WHITELIST += "CVE-2016-10027" 19CVE_CHECK_IGNORE += "CVE-2016-10027"
20 20
21inherit autotools update-rc.d pkgconfig ptest 21inherit autotools update-rc.d pkgconfig ptest
22inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} 22inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}