From 138f0acae382114ad5bf067944a7937a9c59b1ca Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 29 Dec 2023 11:25:44 +0800 Subject: aspell: upgrade 0.60.8 -> 0.60.8.1 CVE-2019-25051.patch removed since it's included in 0.60.8.1 Changelog: ============ -Fix memory leak in suggestion code introduced in 0.60.8. -Various documentation fixes. -Fix various warnings when compiling with -Wall. -Fix two buffer overflows found by Google's OSS-Fuzz. -Other minor updates. (From OE-Core rev: 1d7ab8b0bc129efadd9144b87fa5208b4a8fcd6c) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit ec3c8642f71b470936b6dd29331afa467ab865c7) Signed-off-by: Steve Sakoman --- meta-selftest/recipes-test/aspell/aspell_%.bbappend | 2 ++ meta-selftest/recipes-test/aspell/aspell_0.60.8.bbappend | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 meta-selftest/recipes-test/aspell/aspell_%.bbappend delete mode 100644 meta-selftest/recipes-test/aspell/aspell_0.60.8.bbappend (limited to 'meta-selftest') diff --git a/meta-selftest/recipes-test/aspell/aspell_%.bbappend b/meta-selftest/recipes-test/aspell/aspell_%.bbappend new file mode 100644 index 0000000000..205720982c --- /dev/null +++ b/meta-selftest/recipes-test/aspell/aspell_%.bbappend @@ -0,0 +1,2 @@ +# This bbappend is used to alter the recipe using the test_recipe.inc file created by tests. +include test_recipe.inc diff --git a/meta-selftest/recipes-test/aspell/aspell_0.60.8.bbappend b/meta-selftest/recipes-test/aspell/aspell_0.60.8.bbappend deleted file mode 100644 index 205720982c..0000000000 --- a/meta-selftest/recipes-test/aspell/aspell_0.60.8.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -# This bbappend is used to alter the recipe using the test_recipe.inc file created by tests. -include test_recipe.inc -- cgit v1.2.3-54-g00ecf