aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-11-19 00:58:35 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-21 18:53:11 +0100
commita82df6a94c042f4bf27b6d162cda7fb7d7f513b5 (patch)
treea88d77778f331ab11139e609b965f48a902d4eb5
parentea1401740c16f624416075bdeeae6ffa0158f7a2 (diff)
downloadaports-a82df6a94c042f4bf27b6d162cda7fb7d7f513b5.tar.bz2
aports-a82df6a94c042f4bf27b6d162cda7fb7d7f513b5.tar.xz
community/pdns-recursor: security upgrade to 4.0.9 - CVE-2018-10851 - CVE-2018-14644 - CVE-2018-14626
-rw-r--r--community/pdns-recursor/APKBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD
index 86df4cc64f..fd345d4808 100644
--- a/community/pdns-recursor/APKBUILD
+++ b/community/pdns-recursor/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Olivier Mauras <olivier@mauras.ch>
pkgname=pdns-recursor
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.9
+pkgrel=0
pkgdesc="PowerDNS Recursive Server"
-url="http://www.powerdns.com/"
+url="https://www.powerdns.com/"
arch="all !s390x"
license="GPL"
depends=""
@@ -13,13 +13,19 @@ 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
"
_builddir="$srcdir/$pkgname-$pkgver"
+# secfixes:
+# 4.0.9-r0:
+# - CVE-2018-10851
+# - CVE-2018-14644
+# - CVE-2018-14626
+
prepare() {
local i
cd "$_builddir"
@@ -55,12 +61,6 @@ package() {
"$pkgdir"/etc/pdns/recursor.conf || return 1
}
-md5sums="7bc78f05154c4c822ab09117f96d819c pdns-recursor-4.0.4.tar.bz2
-35f373bae0503632088956fa14754e4e pdns-recursor.initd
-2950b9932de6baae360f220c7686f520 recursor.conf"
-sha256sums="2338778f49ccd03401e65f6f4b39047890e691c8ff6d810ecee45321fb4f1e4d pdns-recursor-4.0.4.tar.bz2
-215d916383e3cba184f8418b98cd2ced146500006e21e2efeb0ee5b53f3df049 pdns-recursor.initd
-12bdbf651db0c7fe63ddb01a239a5ddd40825f50811a5d3f4d13cda294bd0344 recursor.conf"
-sha512sums="9473dfe9abc509b2bb953139dd7892de2027ee1508902fa0c2cd30dd9a88878fcf44370b8372d573cbab12de32bb8c604005d3b39ea34db2ef86786e689d36ab pdns-recursor-4.0.4.tar.bz2
+sha512sums="d1433a0b5f8d3ca94bd588790b78f3a48c8ee78b4c37cdc9c4f85a4db35499439a7e757bb2e8fab7cdc8398b5fe070ba7e3d7220ac43993801a7917da8fc4cb6 pdns-recursor-4.0.9.tar.bz2
f23cb30d943e0b0aea09371dc57aa43e55b8f91062a3caa3fac17e3565a8e36dfd304f45eba588f625ca2337cd2ade450ea5ae1776872c006204cdaf912f6651 pdns-recursor.initd
954df537693a202fc195e751011bbfaa605b3f3df42ac386fa82eb809b73c2b987f5e418b5c96bb3b0669497426ce0daa39a719844701e06990b82843a4cf0d4 recursor.conf"