diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-30 11:32:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-30 11:32:25 +0000 |
commit | a2a2fde27c587ac5a5f28031010dce960f55b158 (patch) | |
tree | 0f65caf0f8b3e96911c1f7a7f9cb9881646ef5fc | |
parent | 028ab3b5a2458298ace85843b05384bfdddca3b1 (diff) | |
download | aports-a2a2fde27c587ac5a5f28031010dce960f55b158.tar.bz2 aports-a2a2fde27c587ac5a5f28031010dce960f55b158.tar.xz |
community/xapian-core: add secfixes comment
-rw-r--r-- | community/xapian-core/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/xapian-core/APKBUILD b/community/xapian-core/APKBUILD index c551446c7d..5947621303 100644 --- a/community/xapian-core/APKBUILD +++ b/community/xapian-core/APKBUILD @@ -21,6 +21,10 @@ armhf) options="!check" ;; # FIXME s390x) options="!check" ;; # FIXME esac +# secfixes: +# 1.4.6-r0: +# - CVE-2018-0499 + build() { cd "$builddir" ./configure \ |