aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-11-09 18:40:20 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-21 18:41:41 +0100
commite0ddcae164893e75083138445b2eaf4700047025 (patch)
treeef874d51d22a4d63354f8bdd25860cfe0891c982 /community
parentbf63f1bdf313c1988b026709f085a9c52811b797 (diff)
downloadaports-e0ddcae164893e75083138445b2eaf4700047025.tar.bz2
aports-e0ddcae164893e75083138445b2eaf4700047025.tar.xz
community/pdns-recursor: security upgrade to 4.0.9 - CVE-2018-10851 - CVE-2018-14626
Diffstat (limited to 'community')
-rw-r--r--community/pdns-recursor/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD
index 3983f0c7af..276a5b96eb 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.0.7
+pkgver=4.0.9
pkgrel=0
pkgdesc="PowerDNS Recursive Server"
url="https://www.powerdns.com/"
@@ -13,7 +13,7 @@ install="$pkgname.pre-install"
subpackages="$pkgname-doc"
pkgusers="pdns"
pkggroups="pdns"
-source="http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2
+source="https://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2
pdns-recursor.initd
recursor.conf
"
@@ -21,6 +21,9 @@ source="http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2
builddir="$srcdir/$pkgname-$pkgver"
# secfixes:
+# 4.0.9-r0:
+# - CVE-2018-10851
+# - CVE-2018-14626
# 4.0.7-r0:
# - CVE-2017-15090
# - CVE-2017-15092
@@ -51,6 +54,6 @@ package() {
"$pkgdir"/etc/pdns/recursor.conf
}
-sha512sums="0c8873adcce5ed9b41f161bc71635da23496b4ae48dbffff7dcdf9c5181e720f9aa94e18bd64e0dff9fa03eae8410dc93585a74d13f0c16d38b0d1c0f4146bb2 pdns-recursor-4.0.7.tar.bz2
+sha512sums="d1433a0b5f8d3ca94bd588790b78f3a48c8ee78b4c37cdc9c4f85a4db35499439a7e757bb2e8fab7cdc8398b5fe070ba7e3d7220ac43993801a7917da8fc4cb6 pdns-recursor-4.0.9.tar.bz2
f23cb30d943e0b0aea09371dc57aa43e55b8f91062a3caa3fac17e3565a8e36dfd304f45eba588f625ca2337cd2ade450ea5ae1776872c006204cdaf912f6651 pdns-recursor.initd
954df537693a202fc195e751011bbfaa605b3f3df42ac386fa82eb809b73c2b987f5e418b5c96bb3b0669497426ce0daa39a719844701e06990b82843a4cf0d4 recursor.conf"