summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-11 14:13:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-20 12:36:41 +0100
commit8f2798ddbf201361a5e014d244734bdf74a2136d (patch)
tree350da5e7a1fdbfdb9f8b1d79413f3261add3fc66
parentf9a754faa64e419e3a3590f136372ae765477236 (diff)
downloadpoky-8f2798ddbf201361a5e014d244734bdf74a2136d.tar.gz
tiff: Exclude CVE-2015-7313 from cve-check
Some fix upstream addresses the issue, it isn't clear which change this was. Our current version doesn't have issues with the test image though so we can exclude. (From OE-Core rev: 256f6be93eed82c7db8a76b1038e105331c0009f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3874da694ae1d9de06dd003bd80705205e2b033b) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-multimedia/libtiff/tiff_4.1.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.1.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.1.0.bb
index 97ad575f64..cfea18ed29 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.1.0.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.1.0.bb
@@ -19,6 +19,10 @@ SRC_URI[sha256sum] = "5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d677
19# exclude betas 19# exclude betas
20UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar" 20UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
21 21
22# Tested with check from https://security-tracker.debian.org/tracker/CVE-2015-7313
23# and 4.1.0 doesn't have the issue
24CVE_CHECK_WHITELIST += "CVE-2015-7313"
25
22inherit autotools multilib_header 26inherit autotools multilib_header
23 27
24CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no" 28CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no"