[arch-commits] Commit in powerdns-recursor/trunk (PKGBUILD)
Remi Rgacogne
rgacogne at gemini.archlinux.org
Fri Dec 17 10:31:17 UTC 2021
Date: Friday, December 17, 2021 @ 10:31:17
Author: rgacogne
Revision: 1075999
upgpkg: powerdns-recursor 4.6.0-1
Modified:
powerdns-recursor/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-17 10:26:33 UTC (rev 1075998)
+++ PKGBUILD 2021-12-17 10:31:17 UTC (rev 1075999)
@@ -5,13 +5,13 @@
# Contributor: Jan Steffens <heftig at archlinux.org>
pkgname=powerdns-recursor
-pkgver=4.5.7
-pkgrel=2
+pkgver=4.6.0
+pkgrel=1
pkgdesc='Resolving DNS server'
url='https://www.powerdns.com/'
arch=('x86_64')
license=('GPL2')
-depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'luajit' 'openssl'
+depends=('gcc-libs' 'boost-libs' 'libcurl.so' 'libsodium' 'systemd-libs' 'luajit' 'openssl'
'libboost_context.so' 'fstrm' 'net-snmp')
makedepends=('boost' 'pandoc' 'ragel' 'systemd')
provides=('pdns-recursor')
@@ -19,7 +19,7 @@
backup=('etc/powerdns/recursor.conf')
source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
sysusers.conf)
-sha512sums=('dc4a2a129039f79440420c285c37fd11536f2c0b74a39da74560eb782f1ad881839831e97f2a803b1812f128e899ad7c460fada42a831994b21f301f8892e60a'
+sha512sums=('ca7e7a4aed904a68f4dcb25e62393d44cbe5a1b64b76882b086e3dcfc08face8d399d2652aeb3c03d8a68b2c9531e78223b815256d7d9e82777621aba8ad068b'
'SKIP'
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7' # Pieter Lexis <pieter.lexis at powerdns.com>
@@ -40,6 +40,7 @@
--disable-silent-rules \
--enable-reproducible \
--enable-systemd \
+ --enable-dns-over-tls \
--with-libsodium \
--with-lua=luajit \
--with-service-user=pdns-recursor \
More information about the arch-commits
mailing list