aboutsummaryrefslogtreecommitdiffstats
path: root/main/aspell
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-24 09:41:36 -0300
committerSören Tempel <soeren+git@soeren-tempel.net>2019-10-25 17:00:35 +0200
commitea01bb226907d1841c222a4d45832c3c36378115 (patch)
tree0fa8f26b1fd3a740ee77901d39b34fa5ffc3f338 /main/aspell
parent2ed6226fc6f48fac1f5b86d68d774d6e54c4a025 (diff)
downloadaports-ea01bb226907d1841c222a4d45832c3c36378115.tar.bz2
aports-ea01bb226907d1841c222a4d45832c3c36378115.tar.xz
main/aspell: add secfixes comment
ref #10898
Diffstat (limited to 'main/aspell')
-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" \