diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-11-26 17:27:01 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-27 14:21:36 +0000 |
commit | 8c3bc201054c136b08669104b22bf6105dee54de (patch) | |
tree | e8a0661f94c51520ace62e03c3bc57393011ae18 /community/pdns-recursor | |
parent | 0756f3f95a7b96bfe212a78d42d64da35b03a78a (diff) | |
download | aports-8c3bc201054c136b08669104b22bf6105dee54de.tar.bz2 aports-8c3bc201054c136b08669104b22bf6105dee54de.tar.xz |
community/pdns-recursor: security upgrade to 4.1.8 - CVE-2018-16855
Diffstat (limited to 'community/pdns-recursor')
-rw-r--r-- | community/pdns-recursor/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index 6093b580b1..7acf050fca 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Olivier Mauras <olivier@mauras.ch> pkgname=pdns-recursor -pkgver=4.1.7 +pkgver=4.1.8 pkgrel=0 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" @@ -23,6 +23,8 @@ options="!check" builddir="$srcdir/$pkgname-$pkgver" # secfixes: +# 4.1.8-r0: +# - CVE-2018-16855 # 4.1.7-r0: # - CVE-2018-10851 # - CVE-2018-14644 @@ -65,6 +67,6 @@ package() { "$pkgdir"/etc/pdns/recursor.conf } -sha512sums="eb119b0da034624a95aadd4800e376b80f69b7151e773437c0f644bdc5a38a377c5547bcd57606367e148eaddf0b7de8f5f5ff3ab582b50ceb190f2fada5980a pdns-recursor-4.1.7.tar.bz2 +sha512sums="5c09b8ce3f2f3ed6bb350cbd20e6cad4b66f9db85677605d57eca67187c05ddde5071af246a7398e2821c9ed2e5ff101d2b4928366b3ddf12013020fa9b74e61 pdns-recursor-4.1.8.tar.bz2 f23cb30d943e0b0aea09371dc57aa43e55b8f91062a3caa3fac17e3565a8e36dfd304f45eba588f625ca2337cd2ade450ea5ae1776872c006204cdaf912f6651 pdns-recursor.initd 954df537693a202fc195e751011bbfaa605b3f3df42ac386fa82eb809b73c2b987f5e418b5c96bb3b0669497426ce0daa39a719844701e06990b82843a4cf0d4 recursor.conf" |