Date: Saturday, January 21, 2023 @ 15:37:05
Author: felixonmars
Revision: 1387414
archrelease: copy trunk to community-staging-x86_64
Added:
powerdns-recursor/repos/community-staging-x86_64/
powerdns-recursor/repos/community-staging-x86_64/PKGBUILD
(from rev 1387410, powerdns-recursor/trunk/PKGBUILD)
powerdns-recursor/repos/community-staging-x86_64/keys/
powerdns-recursor/repos/community-staging-x86_64/sysusers.conf
(from rev 1387411, powerdns-recursor/trunk/sysusers.conf)
---------------+
PKGBUILD | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sysusers.conf | 1
2 files changed, 58 insertions(+)
Copied: powerdns-recursor/repos/community-staging-x86_64/PKGBUILD (from rev
1387410, powerdns-recursor/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2023-01-21 15:37:05 UTC (rev 1387414)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Remi Gacogne <rgacogne[at]archlinux[dot]org>
+# Contributor: Alexander Rødseth <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: Jan Steffens <[email protected]>
+
+pkgname=powerdns-recursor
+pkgver=4.8.1
+pkgrel=2
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+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')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
+ sysusers.conf)
+sha512sums=('f7be89749db345a9a57a63117835aadf506d1cbd8ba1d8a3a7021a3438f597ab2af7f2c9fecf3f4ef48a9c9b4b22406c4fc02357e8de787227756388e44217ee'
+ 'SKIP'
+
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
+validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3' # Peter van Dijk
<[email protected]>
+ '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik
<[email protected]>
+
+prepare() {
+ cd pdns-recursor-${pkgver}
+ autoreconf -i
+}
+
+build() {
+ cd pdns-recursor-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc/powerdns \
+ --disable-silent-rules \
+ --enable-reproducible \
+ --enable-systemd \
+ --enable-dns-over-tls \
+ --with-libsodium \
+ --with-lua=luajit \
+ --with-service-user=pdns-recursor \
+ --with-service-group=pdns-recursor
+ make
+}
+
+package() {
+ cd pdns-recursor-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
+ install -Dm 644 "${srcdir}/sysusers.conf"
"${pkgdir}/usr/lib/sysusers.d/powerdns-recursor.conf"
+}
+
+# vim: ts=2 sw=2 et:
Copied: powerdns-recursor/repos/community-staging-x86_64/sysusers.conf (from
rev 1387411, powerdns-recursor/trunk/sysusers.conf)
===================================================================
--- community-staging-x86_64/sysusers.conf (rev 0)
+++ community-staging-x86_64/sysusers.conf 2023-01-21 15:37:05 UTC (rev
1387414)
@@ -0,0 +1 @@
+u pdns-recursor - "PowerDNS Recursor" -