From 0da4d1bde2ea7c6badcfb948a197f04b2633ba72 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 26 Jan 2018 01:07:57 +0000 Subject: [PATCH] community/powerdns-recursor to 4.1.1-1 --- community/powerdns-recursor/PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/community/powerdns-recursor/PKGBUILD b/community/powerdns-recursor/PKGBUILD index c25f36df4..d35040004 100644 --- a/community/powerdns-recursor/PKGBUILD +++ b/community/powerdns-recursor/PKGBUILD @@ -6,22 +6,23 @@ # ALARM: Kevin Mihelich # - explicitly link v5/v6 with libatomic +# - remove makedepend on pandoc pkgname=powerdns-recursor -pkgver=4.0.7 -pkgrel=3 +pkgver=4.1.1 +pkgrel=1 pkgdesc='Resolving DNS server' url='https://www.powerdns.com/' arch=('x86_64') license=('GPL2') -depends=('gcc-libs' 'boost-libs' 'libsystemd' 'lua' 'openssl' 'protobuf' +depends=('gcc-libs' 'boost-libs' 'libsodium' 'libsystemd' 'lua' 'openssl' 'protobuf' 'libboost_context.so') -makedepends=('boost' 'inetutils' 'systemd') +makedepends=('boost' 'inetutils' 'systemd' 'ragel' 'systemd') provides=('pdns-recursor') conflicts=('pdns-recursor') backup=('etc/powerdns/recursor.conf') source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}) -sha512sums=('0c8873adcce5ed9b41f161bc71635da23496b4ae48dbffff7dcdf9c5181e720f9aa94e18bd64e0dff9fa03eae8410dc93585a74d13f0c16d38b0d1c0f4146bb2' +sha512sums=('a8561bf0688752f30c4c997930f13d55c506b2a2113d22b074443757a51cde9be182ef948e61eb8c4d639bbf8679d8a4139aafb6983f483b3a917e049fa64e45' 'SKIP') validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7' # Pieter Lexis 'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' # Peter van Dijk @@ -36,7 +37,9 @@ build() { --sysconfdir=/etc/powerdns \ --disable-silent-rules \ --enable-reproducible \ - --enable-systemd + --enable-systemd \ + --enable-protobuf \ + --enable-libsodium make }