aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-08-15 17:22:20 +0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-16 06:09:20 -0300
commit942628e1aaa207afc5f6dd052632a11b6426ce49 (patch)
treef1e427ac6d7e52573ad217338517f61f43af4159 /testing
parenta5a3caec696a7271687c615fbff794738b982eca (diff)
downloadaports-942628e1aaa207afc5f6dd052632a11b6426ce49.tar.bz2
aports-942628e1aaa207afc5f6dd052632a11b6426ce49.tar.xz
testing/traefik: add secfixes comment for 1.7.14
Diffstat (limited to 'testing')
-rw-r--r--testing/traefik/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/traefik/APKBUILD b/testing/traefik/APKBUILD
index 1bbe0bca67..f6ac08d33a 100644
--- a/testing/traefik/APKBUILD
+++ b/testing/traefik/APKBUILD
@@ -19,6 +19,11 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/containous/traefik/archive/v
builddir="$srcdir/src/github.com/containous/$pkgname"
+# secfixes:
+# 1.7.14-r0:
+# - CVE-2019-9512
+# - CVE-2019-9514
+
prepare() {
default_prepare
mkdir -p "$srcdir/src/github.com/containous"