diff options
author | prspkt <prspkt@protonmail.com> | 2018-08-01 12:34:42 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-03 05:44:58 +0000 |
commit | 036ef79446e48c7ef967f97704fcdecf6df19206 (patch) | |
tree | 71b49d77be37da74005bff60a8a2b732b47f703b /community | |
parent | 72fc94dbc785d9b82b0c87d4f4eedc75c135b888 (diff) | |
download | aports-036ef79446e48c7ef967f97704fcdecf6df19206.tar.bz2 aports-036ef79446e48c7ef967f97704fcdecf6df19206.tar.xz |
community/pdns-recursor: rebuild against libprotobuf.so.17, use https
Diffstat (limited to 'community')
-rw-r--r-- | community/pdns-recursor/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index 29d7d0e32a..0cb751a520 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Olivier Mauras <olivier@mauras.ch> pkgname=pdns-recursor pkgver=4.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" arch="all !s390x" @@ -13,7 +13,7 @@ install="$pkgname.pre-install" subpackages="$pkgname-doc $pkgname-openrc" pkgusers="recursor" pkggroups="recursor" -source="http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2 +source="https://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2 libressl-2.7.patch boost-1.67.patch pdns-recursor.initd |