summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/aspell/aspell_0.60.8.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-12-29 11:25:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-01 23:11:42 +0000
commit4b7e54846392410cfed9c0a56b895f041f55d9df (patch)
tree5bb705dd04eb0adbd2f55eadc2380aa355b7a94e /meta/recipes-support/aspell/aspell_0.60.8.bb
parent4f2c4993ef9e1ef3b730481293bb7f3d58dcdbe9 (diff)
downloadpoky-4b7e54846392410cfed9c0a56b895f041f55d9df.tar.gz
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: ec3c8642f71b470936b6dd29331afa467ab865c7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/aspell/aspell_0.60.8.bb')
-rw-r--r--meta/recipes-support/aspell/aspell_0.60.8.bb41
1 files changed, 0 insertions, 41 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.8.bb b/meta/recipes-support/aspell/aspell_0.60.8.bb
deleted file mode 100644
index 39b55f4ff2..0000000000
--- a/meta/recipes-support/aspell/aspell_0.60.8.bb
+++ /dev/null
@@ -1,41 +0,0 @@
1SUMMARY = "GNU Aspell spell-checker"
2
3DESCRIPTION = "Spell checker designed to eventually replace Ispell. \
4It can either be used as a library or as an independent spell checker. \
5Its main feature is that it does a superior job of suggesting possible \
6replacements for a misspelled word than just about any other spell \
7checker out there for the English language."
8
9SECTION = "console/utils"
10
11HOMEPAGE = "http://aspell.net/"
12
13LICENSE = "LGPL-2.0-only | LGPL-2.1-only"
14LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
15
16SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz \
17 file://CVE-2019-25051.patch \
18"
19SRC_URI[md5sum] = "012fa9209203ae4e5a61c2a668fd10e3"
20SRC_URI[sha256sum] = "f9b77e515334a751b2e60daab5db23499e26c9209f5e7b7443b05235ad0226f2"
21
22PACKAGECONFIG ??= ""
23PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
24
25PACKAGES += "libaspell libpspell aspell-utils"
26
27RDEPENDS:${PN}-utils += "perl"
28
29FILES:libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
30FILES:aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
31FILES:${PN} = "${bindir}/aspell"
32FILES:libpspell = "${libdir}/libpspell.so.*"
33FILES:${PN}-dev += "${bindir}/pspell-config"
34
35ARM_INSTRUCTION_SET:armv4 = "arm"
36ARM_INSTRUCTION_SET:armv5 = "arm"
37ARM_INSTRUCTION_SET:armv6 = "arm"
38
39inherit autotools-brokensep gettext texinfo binconfig-disabled
40
41BINCONFIG = "${bindir}/pspell-config"