summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/cups/cups.inc')
-rw-r--r--meta/recipes-extended/cups/cups.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 05c1e34a77..6f28dc30d0 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -21,11 +21,11 @@ UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups/releases"
21UPSTREAM_CHECK_REGEX = "cups-(?P<pver>(?!.+\d(b|rc)\d.+).+)-source.tar" 21UPSTREAM_CHECK_REGEX = "cups-(?P<pver>(?!.+\d(b|rc)\d.+).+)-source.tar"
22 22
23# Issue only applies to MacOS 23# Issue only applies to MacOS
24CVE_CHECK_WHITELIST += "CVE-2008-1033" 24CVE_CHECK_IGNORE += "CVE-2008-1033"
25# Issue affects pdfdistiller plugin used with but not part of cups 25# Issue affects pdfdistiller plugin used with but not part of cups
26CVE_CHECK_WHITELIST += "CVE-2009-0032" 26CVE_CHECK_IGNORE += "CVE-2009-0032"
27# This is an Ubuntu only issue. 27# This is an Ubuntu only issue.
28CVE_CHECK_WHITELIST += "CVE-2018-6553" 28CVE_CHECK_IGNORE += "CVE-2018-6553"
29 29
30LEAD_SONAME = "libcupsdriver.so" 30LEAD_SONAME = "libcupsdriver.so"
31 31
@@ -117,4 +117,4 @@ cups_sysroot_preprocess () {
117 117
118# -25317 concerns /var/log/cups having lp ownership. Our /var/log/cups is 118# -25317 concerns /var/log/cups having lp ownership. Our /var/log/cups is
119# root:root, so this doesn't apply. 119# root:root, so this doesn't apply.
120CVE_CHECK_WHITELIST += "CVE-2021-25317" 120CVE_CHECK_IGNORE += "CVE-2021-25317"