[arch-commits] Commit in powerdns-recursor/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Jan 25 23:29:30 UTC 2018


    Date: Thursday, January 25, 2018 @ 23:29:29
  Author: anthraxx
Revision: 286980

upgpkg: powerdns-recursor 4.1.1-1

Modified:
  powerdns-recursor/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-25 23:11:15 UTC (rev 286979)
+++ PKGBUILD	2018-01-25 23:29:29 UTC (rev 286980)
@@ -5,20 +5,20 @@
 # Contributor: Remi Gacogne <rgacogne[at]archlinux[dot]org>
 
 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' 'pandoc' '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 <pieter.lexis at powerdns.com>
               'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk <peter.van.dijk at powerdns.com>
@@ -32,7 +32,9 @@
     --sysconfdir=/etc/powerdns \
     --disable-silent-rules \
     --enable-reproducible \
-    --enable-systemd
+    --enable-systemd \
+    --enable-protobuf \
+    --enable-libsodium
   make
 }
 



More information about the arch-commits mailing list