diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 09:41:36 -0300 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-10-25 17:00:35 +0200 |
commit | ea01bb226907d1841c222a4d45832c3c36378115 (patch) | |
tree | 0fa8f26b1fd3a740ee77901d39b34fa5ffc3f338 /main/aspell/APKBUILD | |
parent | 2ed6226fc6f48fac1f5b86d68d774d6e54c4a025 (diff) | |
download | aports-ea01bb226907d1841c222a4d45832c3c36378115.tar.bz2 aports-ea01bb226907d1841c222a4d45832c3c36378115.tar.xz |
main/aspell: add secfixes comment
ref #10898
Diffstat (limited to 'main/aspell/APKBUILD')
-rw-r--r-- | main/aspell/APKBUILD | 4 |
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" \ |