diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-02-21 13:13:42 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-02-22 08:10:02 -0800 |
commit | cc11c8c0abe5805091c6ea966a84625c416d9c91 (patch) | |
tree | 43a4da9ae5e94097148903ee791f0f5bd70efccf | |
parent | 8ff2d277217d1f57984e63f24ccd055579723953 (diff) | |
download | meta-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.bb | 6 |
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 = " \ | |||
14 | PV = "1.3.1" | 14 | PV = "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. |
17 | CVE_CHECK_WHITELIST += "CVE-2014-0363" | 17 | CVE_CHECK_IGNORE += "CVE-2014-0363" |
18 | CVE_CHECK_WHITELIST += "CVE-2014-0364" | 18 | CVE_CHECK_IGNORE += "CVE-2014-0364" |
19 | CVE_CHECK_WHITELIST += "CVE-2016-10027" | 19 | CVE_CHECK_IGNORE += "CVE-2016-10027" |
20 | 20 | ||
21 | inherit autotools update-rc.d pkgconfig ptest | 21 | inherit autotools update-rc.d pkgconfig ptest |
22 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} | 22 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} |