summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-10-27 12:02:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-28 14:16:31 +0100
commitc98d05523f0e18788f86014c0cd5359f499f079b (patch)
tree13cff4d38cd4c91e67837cd95ccb78bc909a009c /meta/recipes-extended/cups
parent70011ac7ccd1b7f4b4d6ddf0e08a6d07a2246c01 (diff)
downloadpoky-c98d05523f0e18788f86014c0cd5359f499f079b.tar.gz
cups: exclude beta/rc versions from version check
(From OE-Core rev: d651eea3dce926399cd42c62494e4ce1940bcf06) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r--meta/recipes-extended/cups/cups.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index f6f8637a43..2994973b8c 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -18,7 +18,7 @@ SRC_URI = "https://github.com/OpenPrinting/cups/releases/download/v${PV}/cups-${
18 " 18 "
19 19
20UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups/releases" 20UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups/releases"
21UPSTREAM_CHECK_REGEX = "cups-(?P<pver>.+)-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_WHITELIST += "CVE-2008-1033"
@@ -116,4 +116,4 @@ cups_sysroot_preprocess () {
116 116
117# -25317 concerns /var/log/cups having lp ownership. Our /var/log/cups is 117# -25317 concerns /var/log/cups having lp ownership. Our /var/log/cups is
118# root:root, so this doesn't apply. 118# root:root, so this doesn't apply.
119CVE_CHECK_WHITELIST += "CVE-2021-25317" \ No newline at end of file 119CVE_CHECK_WHITELIST += "CVE-2021-25317"