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.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 87870e4aba..244c87001f 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -15,11 +15,19 @@ SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.t
15 file://0004-cups-fix-multilib-install-file-conflicts.patch \ 15 file://0004-cups-fix-multilib-install-file-conflicts.patch \
16 file://volatiles.99_cups \ 16 file://volatiles.99_cups \
17 file://cups-volatiles.conf \ 17 file://cups-volatiles.conf \
18 file://CVE-2020-10001.patch \
18 " 19 "
19 20
20UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" 21UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases"
21UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" 22UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar"
22 23
24# Issue only applies to MacOS
25CVE_CHECK_WHITELIST += "CVE-2008-1033"
26# Issue affects pdfdistiller plugin used with but not part of cups
27CVE_CHECK_WHITELIST += "CVE-2009-0032"
28# This is an Ubuntu only issue.
29CVE_CHECK_WHITELIST += "CVE-2018-6553"
30
23LEAD_SONAME = "libcupsdriver.so" 31LEAD_SONAME = "libcupsdriver.so"
24 32
25CLEANBROKEN = "1" 33CLEANBROKEN = "1"
@@ -47,6 +55,8 @@ EXTRA_OECONF = " \
47 --enable-debug \ 55 --enable-debug \
48 --disable-relro \ 56 --disable-relro \
49 --enable-libusb \ 57 --enable-libusb \
58 --with-system-groups=lpadmin \
59 --with-cups-group=lp \
50 --with-domainsocket=/run/cups/cups.sock \ 60 --with-domainsocket=/run/cups/cups.sock \
51 DSOFLAGS='${LDFLAGS}' \ 61 DSOFLAGS='${LDFLAGS}' \
52 " 62 "