summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript_9.20.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-09-11 22:15:58 +0100
commitbbb081544c8dda14304146e5253a650d7df07622 (patch)
tree6a2fa51cfa0a24509ee79108c0f36069ae8a0079 /meta/recipes-extended/ghostscript/ghostscript_9.20.bb
parentf77fdc9f9f9c2665d3371ec129a45b4f603493d3 (diff)
downloadpoky-bbb081544c8dda14304146e5253a650d7df07622.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) (From OE-Core rev: 7fe1e9d46954f082af4debfa63cd982558dbf965) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript_9.20.bb')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_9.20.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.20.bb b/meta/recipes-extended/ghostscript/ghostscript_9.20.bb
index d3ae495d3c..a7fb467fc5 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.20.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.20.bb
@@ -41,6 +41,10 @@ SRC_URI = "${SRC_URI_BASE} \
41 file://CVE-2016-7978.patch \ 41 file://CVE-2016-7978.patch \
42 file://CVE-2016-7979.patch \ 42 file://CVE-2016-7979.patch \
43 file://CVE-2017-9216.patch \ 43 file://CVE-2017-9216.patch \
44 file://CVE-2017-9611.patch \
45 file://CVE-2017-9612.patch \
46 file://CVE-2017-9739.patch \
47 file://CVE-2017-9726.patch \
44 " 48 "
45 49
46SRC_URI_class-native = "${SRC_URI_BASE} \ 50SRC_URI_class-native = "${SRC_URI_BASE} \