diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-10-30 21:41:07 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-10-30 21:47:21 +0100 |
commit | 8f9f3fbfeb53b7405b21e4a23421a5de45ce875d (patch) | |
tree | 42005b99f839ed744ae5a5472bd7602c650be9ca /main/wget | |
parent | c79cc33a43a405d369fe08197cae03024afb776d (diff) | |
download | aports-8f9f3fbfeb53b7405b21e4a23421a5de45ce875d.tar.bz2 aports-8f9f3fbfeb53b7405b21e4a23421a5de45ce875d.tar.xz |
main/wget: add secfixes comment
Diffstat (limited to 'main/wget')
-rw-r--r-- | main/wget/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index 81172556a1..c1c9d1a256 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -18,6 +18,8 @@ builddir="$srcdir/$pkgname-$pkgver" # secfixes: # 1.19.1-r1: # - CVE-2017-6508 +# 1.19.2-r0: +# - CVE-2017-13090 build() { cd "$builddir" |