aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-29 17:07:31 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-29 17:08:44 +0100
commit43dd52bda87e3f1fd92433e5e9a42273dcdfec51 (patch)
treeb97aa38c2bd692c746ac672267697e739a2a34f0
parente57a8cc709262d3323914e40a9f4b342529b0bcd (diff)
downloadaports-43dd52bda87e3f1fd92433e5e9a42273dcdfec51.tar.bz2
aports-43dd52bda87e3f1fd92433e5e9a42273dcdfec51.tar.xz
community/pdns: security upgrade to 4.0.6 (CVE-2018-10851)
fixes #9719
-rw-r--r--community/pdns/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/pdns/APKBUILD b/community/pdns/APKBUILD
index 016c599aa5..a9a6df8dae 100644
--- a/community/pdns/APKBUILD
+++ b/community/pdns/APKBUILD
@@ -3,8 +3,8 @@
# Contributor: Olivier Mauras <olivier@mauras.ch>
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=pdns
-pkgver=4.0.3
-pkgrel=2
+pkgver=4.0.6
+pkgrel=0
pkgdesc="PowerDNS Authoritative Server"
url="http://www.powerdns.com/"
arch="all"
@@ -28,6 +28,10 @@ source="http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2
pdns.conf"
builddir="$srcdir/$pkgname-$pkgver"
+# secfixes:
+# 4.0.6-r0:
+# - CVE-2018-10851
+
build() {
cd "$builddir"
./configure --prefix=/usr \
@@ -73,6 +77,6 @@ _mv_backend() {
"$subpkgdir"/usr/lib/pdns/pdns/ || return 1
}
-sha512sums="58d33ac6cf457a916bae6abd8d2dc17f76fbcd1bd9e649948584dd669f5596b43e3e4d91841700ea1ea2cd1ac102749e503cd9075273540f33a2321e20d8bfc2 pdns-4.0.3.tar.bz2
+sha512sums="4a4f4db14809b96b763d223fe812cc552f62c96132226640eacdbdcebaa1ba7d8884498d685b81eb747668d42709698c46254f4fafe069306085f0bc19f18858 pdns-4.0.6.tar.bz2
4e729120af0f5e6ce8f13fdb97af2e8471300df3c1e2e250f855861214a0bf733b5dc77f0e414f2969d81c13423cf29d0bfb7cb4938075ef763fd14877a54a79 pdns.initd
acde76a5a51232dbd2b1b9fed95328f5bb59e33718338ffaa47618806588a9c3c8691c7e7270944d9e2f40b1fb69fc33e204e2fdfbc9546ab723fc428d2a7955 pdns.conf"