aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-08-01 12:37:22 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-03 05:46:19 +0000
commite827793a0cb3b8da6ff552c6755997bf06243142 (patch)
treecaca3217405b7c28ddfef8e311289b489bbf9ddf
parent036ef79446e48c7ef967f97704fcdecf6df19206 (diff)
community/pdns: rebuild against libprotobuf.so.17, use https
-rw-r--r--community/pdns/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pdns/APKBUILD b/community/pdns/APKBUILD
index 3cde90d9d33..1141e8706bc 100644
--- a/community/pdns/APKBUILD
+++ b/community/pdns/APKBUILD
@@ -6,7 +6,7 @@
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=pdns
pkgver=4.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="PowerDNS Authoritative Server"
url="https://www.powerdns.com/"
arch="all"
@@ -35,7 +35,7 @@ subpackages="$pkgname-doc $pkgname-openrc $pkgname-tools
$pkgname-backend-sqlite3:backend_sqlite3"
pkgusers="pdns"
pkggroups="pdns"
-source="http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2
+source="https://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2
libressl-2.7.patch
$pkgname.initd
$pkgname.conf"