diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-02-17 12:19:04 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-21 18:12:04 -0800 |
commit | f2df2701790374429264c8f40b75e48548d384e1 (patch) | |
tree | 49ba05606d3b34d73d22d1ad9a90aaf7a5b0122c /meta-networking/recipes-support/dovecot | |
parent | 1d4b29aa87c5c1fa7bcda601b48d43d5c0ca7b10 (diff) | |
download | meta-openembedded-f2df2701790374429264c8f40b75e48548d384e1.tar.gz |
recipes: Use new CVE_CHECK_IGNORE variable
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/dovecot')
-rw-r--r-- | meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb index 464f62250..1017f16ad 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb | |||
@@ -74,4 +74,4 @@ FILES:${PN}-dev += "${libdir}/dovecot/libdovecot*.so" | |||
74 | FILES:${PN}-dbg += "${libdir}/dovecot/*/.debug" | 74 | FILES:${PN}-dbg += "${libdir}/dovecot/*/.debug" |
75 | 75 | ||
76 | # CVE-2016-4983 affects only postinstall script on specific distribution | 76 | # CVE-2016-4983 affects only postinstall script on specific distribution |
77 | CVE_CHECK_WHITELIST += "CVE-2016-4983" | 77 | CVE_CHECK_IGNORE += "CVE-2016-4983" |