diff options
-rw-r--r-- | meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb index 33de8ca7e2..c4b41ace8c 100644 --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb | |||
@@ -96,3 +96,6 @@ FILES_${PN}-dbg += "${libdir}/sasl2/.debug" | |||
96 | FILES_${PN}-staticdev += "${libdir}/sasl2/*.a" | 96 | FILES_${PN}-staticdev += "${libdir}/sasl2/*.a" |
97 | 97 | ||
98 | INSANE_SKIP_${PN} += "dev-so" | 98 | INSANE_SKIP_${PN} += "dev-so" |
99 | |||
100 | # CVE-2020-8032 affects only openSUSE | ||
101 | CVE_CHECK_WHITELIST += "CVE-2020-8032" | ||