diff options
| author | prspkt <prspkt@protonmail.com> | 2019-03-16 00:32:09 +0200 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-16 21:58:15 +0000 |
| commit | 97ce68156f003a3cbc9ea80c693e737b67d2ad4b (patch) | |
| tree | 0229aba8030fbf84e519990d82a1e08a9e1c5434 /testing | |
| parent | b860e38685b20103651cfaee6a28c0b1ecfdcd87 (diff) | |
| download | aports-97ce68156f003a3cbc9ea80c693e737b67d2ad4b.tar.bz2 aports-97ce68156f003a3cbc9ea80c693e737b67d2ad4b.tar.xz | |
testing/tcpreplay: add secfixes comments
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/tcpreplay/APKBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/tcpreplay/APKBUILD b/testing/tcpreplay/APKBUILD index 6026f25022..8ef77d36f4 100644 --- a/testing/tcpreplay/APKBUILD +++ b/testing/tcpreplay/APKBUILD @@ -15,6 +15,12 @@ subpackages="$pkgname-doc" source="https://downloads.sourceforge.net/tcpreplay/$pkgname-$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver +# secfixes: +# 4.3.2-r0: +# - CVE-2019-8381 +# - CVE-2019-8376 +# - CVE-2019-8377 + build() { cd "$builddir" ./configure \ |
