diff options
-rw-r--r-- | recipes-mac/smack/smack_1.3.1.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-mac/smack/smack_1.3.1.bb b/recipes-mac/smack/smack_1.3.1.bb index 6c52392..7b20e6b 100644 --- a/recipes-mac/smack/smack_1.3.1.bb +++ b/recipes-mac/smack/smack_1.3.1.bb | |||
@@ -13,10 +13,9 @@ SRC_URI = " \ | |||
13 | 13 | ||
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_STATUS[CVE-2014-0363] = "cpe-incorrect: different product" |
17 | CVE_CHECK_IGNORE += "CVE-2014-0363" | 17 | CVE_STATUS[CVE-2014-0364] = "cpe-incorrect: different product" |
18 | CVE_CHECK_IGNORE += "CVE-2014-0364" | 18 | CVE_STATUS[CVE-2016-10027] = "cpe-incorrect: different product" |
19 | CVE_CHECK_IGNORE += "CVE-2016-10027" | ||
20 | 19 | ||
21 | inherit autotools update-rc.d pkgconfig ptest | 20 | inherit autotools update-rc.d pkgconfig ptest |
22 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} | 21 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} |