diff options
author | tcely <tcely@users.noreply.github.com> | 2018-08-10 19:09:43 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-28 13:57:56 +0000 |
commit | 5b89784c2f0f07bfbb31371b85fd9c1be3acada5 (patch) | |
tree | d6d3737409dcea2d6dfeca5b7dcef415826bc4f4 /main/bind | |
parent | 2a92300f12bdc3ed7fc960459e6b5a37868da059 (diff) | |
download | aports-5b89784c2f0f07bfbb31371b85fd9c1be3acada5.tar.bz2 aports-5b89784c2f0f07bfbb31371b85fd9c1be3acada5.tar.xz |
main/bind: add secfixes comment
Diffstat (limited to 'main/bind')
-rw-r--r-- | main/bind/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/bind/APKBUILD b/main/bind/APKBUILD index 9722de4aba..8a845c095d 100644 --- a/main/bind/APKBUILD +++ b/main/bind/APKBUILD @@ -36,6 +36,9 @@ source="https://ftp.isc.org/isc/${pkgname}${_major}/$_ver/$pkgname-$_ver.tar.gz builddir="$srcdir/$pkgname-$_ver" # secfixes: +# 9.12.2_p1-r0: +# - CVE-2018-5740 +# - CVE-2018-5738 # 9.12.1_p2-r0: # - CVE-2018-5737 # - CVE-2018-5736 |