diff options
author | prspkt <prspkt@protonmail.com> | 2018-08-01 12:37:22 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-03 05:46:19 +0000 |
commit | e827793a0cb3b8da6ff552c6755997bf06243142 (patch) | |
tree | caca3217405b7c28ddfef8e311289b489bbf9ddf /community/pdns | |
parent | 036ef79446e48c7ef967f97704fcdecf6df19206 (diff) | |
download | aports-e827793a0cb3b8da6ff552c6755997bf06243142.tar.bz2 aports-e827793a0cb3b8da6ff552c6755997bf06243142.tar.xz |
community/pdns: rebuild against libprotobuf.so.17, use https
Diffstat (limited to 'community/pdns')
-rw-r--r-- | community/pdns/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pdns/APKBUILD b/community/pdns/APKBUILD index 3cde90d9d3..1141e8706b 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" |