aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/aspell/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/aspell/APKBUILD b/main/aspell/APKBUILD
index 5e5bc62429..76612044f1 100644
--- a/main/aspell/APKBUILD
+++ b/main/aspell/APKBUILD
@@ -13,6 +13,10 @@ depends_dev="$pkgname-utils"
makedepends="ncurses-dev perl gettext-dev"
source="https://ftp.gnu.org/gnu/aspell/aspell-$pkgver.tar.gz"
+# secfixes:
+# 0.60.8-r0:
+# - CVE-2019-17544
+
build() {
cd "$builddir"
LDFLAGS="-lintl" \