mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
70011ac7cc
commit
c98d05523f
@@ -18,7 +18,7 @@ SRC_URI = "https://github.com/OpenPrinting/cups/releases/download/v${PV}/cups-${
|
||||
"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups/releases"
|
||||
UPSTREAM_CHECK_REGEX = "cups-(?P<pver>.+)-source.tar"
|
||||
UPSTREAM_CHECK_REGEX = "cups-(?P<pver>(?!.+\d(b|rc)\d.+).+)-source.tar"
|
||||
|
||||
# Issue only applies to MacOS
|
||||
CVE_CHECK_WHITELIST += "CVE-2008-1033"
|
||||
@@ -116,4 +116,4 @@ cups_sysroot_preprocess () {
|
||||
|
||||
# -25317 concerns /var/log/cups having lp ownership. Our /var/log/cups is
|
||||
# root:root, so this doesn't apply.
|
||||
CVE_CHECK_WHITELIST += "CVE-2021-25317"
|
||||
CVE_CHECK_WHITELIST += "CVE-2021-25317"
|
||||
|
||||
Reference in New Issue
Block a user