summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/aspell/aspell_0.60.7.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2019-10-16 05:54:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-29 09:08:17 +0000
commit6da99970569710bbb38aa63fb961af1549678e8d (patch)
tree2bb9a60d2ba55f1a1c09120f6ff23ae151cadf94 /meta/recipes-support/aspell/aspell_0.60.7.bb
parent4f5919d899adb0ad087ef3cf5229f42314dbe951 (diff)
downloadpoky-6da99970569710bbb38aa63fb961af1549678e8d.tar.gz
aspell: fix CVE-2019-17544
Backport CVE-2019-17544 fix to zeus. (From OE-Core rev: 7ed241ff1f93c623a3b3030249c09f7c3c429a46) Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/aspell/aspell_0.60.7.bb')
-rw-r--r--meta/recipes-support/aspell/aspell_0.60.7.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.7.bb b/meta/recipes-support/aspell/aspell_0.60.7.bb
index da99d12630..b565cb3c6e 100644
--- a/meta/recipes-support/aspell/aspell_0.60.7.bb
+++ b/meta/recipes-support/aspell/aspell_0.60.7.bb
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
6 6
7PR = "r1" 7PR = "r1"
8 8
9SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz" 9SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz \
10 file://0001-Fix-various-bugs-found-by-OSS-Fuze.patch \
11 "
10SRC_URI[md5sum] = "8ef2252609c511cd2bb26f3a3932ef28" 12SRC_URI[md5sum] = "8ef2252609c511cd2bb26f3a3932ef28"
11SRC_URI[sha256sum] = "5ca8fc8cb0370cc6c9eb5b64c6d1bc5d57b3750dbf17887726c3407d833b70e4" 13SRC_URI[sha256sum] = "5ca8fc8cb0370cc6c9eb5b64c6d1bc5d57b3750dbf17887726c3407d833b70e4"
12 14