aboutsummaryrefslogtreecommitdiffstats
path: root/testing/botan
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2018-07-16 07:29:41 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-16 14:42:59 +0000
commitabbc5024d4e18f26475d75f8cfb60bd09c8720ed (patch)
tree2cd74ce36f2f41479754a9baefedd1ad93a21b1e /testing/botan
parent0ba01419034fb576f4dae780b6163459c2942479 (diff)
downloadaports-abbc5024d4e18f26475d75f8cfb60bd09c8720ed.tar.bz2
aports-abbc5024d4e18f26475d75f8cfb60bd09c8720ed.tar.xz
testing/botan: add secfixes comment
Diffstat (limited to 'testing/botan')
-rw-r--r--testing/botan/APKBUILD6
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"