diff options
author | tcely <tcely@users.noreply.github.com> | 2018-07-16 07:29:41 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-16 14:42:59 +0000 |
commit | abbc5024d4e18f26475d75f8cfb60bd09c8720ed (patch) | |
tree | 2cd74ce36f2f41479754a9baefedd1ad93a21b1e /testing/botan | |
parent | 0ba01419034fb576f4dae780b6163459c2942479 (diff) | |
download | aports-abbc5024d4e18f26475d75f8cfb60bd09c8720ed.tar.bz2 aports-abbc5024d4e18f26475d75f8cfb60bd09c8720ed.tar.xz |
testing/botan: add secfixes comment
Diffstat (limited to 'testing/botan')
-rw-r--r-- | testing/botan/APKBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/botan/APKBUILD b/testing/botan/APKBUILD index db06474736..e2ff45b59f 100644 --- a/testing/botan/APKBUILD +++ b/testing/botan/APKBUILD @@ -16,6 +16,12 @@ source="https://botan.randombit.net/releases/Botan-$pkgver.tgz builddir="$srcdir/Botan-$pkgver" install="" +# secfixes: +# 2.6.0-r0: +# - CVE-2018-9860 +# 2.5.0-r0: +# - CVE-2018-9127 + build() { cd "$builddir" |