summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript_9.21.bb
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2017-08-22 13:18:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-23 08:47:03 +0100
commit8efe72508002772df08664d9bb0d5f8b25497ce5 (patch)
tree9ca8eed5119a447cec5e875cdf06b6641c9d04f8 /meta/recipes-extended/ghostscript/ghostscript_9.21.bb
parented52aa9e79d713c79aff787bcf3ac9168970f4ac (diff)
downloadpoky-8efe72508002772df08664d9bb0d5f8b25497ce5.tar.gz
ghostscript: fix several CVEs by adding bounds checking
CVE-2017-9611 CVE-2017-9612 CVE-2017-9739 CVE-2017-9726 (From OE-Core rev: 3e5d80c84f4c141bc3f3193d1db899b0e56993cf) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript_9.21.bb')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_9.21.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.21.bb b/meta/recipes-extended/ghostscript/ghostscript_9.21.bb
index adad9fdbd2..93589cc2b9 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.21.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.21.bb
@@ -37,6 +37,10 @@ SRC_URI = "${SRC_URI_BASE} \
37 file://CVE-2017-5951.patch \ 37 file://CVE-2017-5951.patch \
38 file://CVE-2017-7975.patch \ 38 file://CVE-2017-7975.patch \
39 file://CVE-2017-9216.patch \ 39 file://CVE-2017-9216.patch \
40 file://CVE-2017-9611.patch \
41 file://CVE-2017-9612.patch \
42 file://CVE-2017-9739.patch \
43 file://CVE-2017-9726.patch \
40 " 44 "
41 45
42SRC_URI_class-native = "${SRC_URI_BASE} \ 46SRC_URI_class-native = "${SRC_URI_BASE} \