summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb
index 0f7fad2b24..e21a94ad64 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.36.4.bb
@@ -67,3 +67,6 @@ FILES_${PN} += "${libdir}/dovecot/*plugin.so \
67FILES_${PN}-staticdev += "${libdir}/dovecot/*/*.a" 67FILES_${PN}-staticdev += "${libdir}/dovecot/*/*.a"
68FILES_${PN}-dev += "${libdir}/dovecot/libdovecot*.so" 68FILES_${PN}-dev += "${libdir}/dovecot/libdovecot*.so"
69FILES_${PN}-dbg += "${libdir}/dovecot/*/.debug" 69FILES_${PN}-dbg += "${libdir}/dovecot/*/.debug"
70
71# CVE-2016-4983 affects only postinstall script on specific distribution
72CVE_CHECK_WHITELIST += "CVE-2016-4983"