[arch-commits] Commit in powerdns-recursor/repos/community-x86_64 (6 files)

Remi Rgacogne rgacogne at gemini.archlinux.org
Wed Aug 24 11:30:08 UTC 2022


    Date: Wednesday, August 24, 2022 @ 11:30:08
  Author: rgacogne
Revision: 1276104

archrelease: copy trunk to community-x86_64

Added:
  powerdns-recursor/repos/community-x86_64/PKGBUILD
    (from rev 1276103, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-x86_64/keys/
  powerdns-recursor/repos/community-x86_64/sysusers.conf
    (from rev 1276103, powerdns-recursor/trunk/sysusers.conf)
Deleted:
  powerdns-recursor/repos/community-x86_64/PKGBUILD
  powerdns-recursor/repos/community-x86_64/keys/
  powerdns-recursor/repos/community-x86_64/sysusers.conf

---------------+
 PKGBUILD      |  114 ++++++++++++++++++++++++++++----------------------------
 sysusers.conf |    2 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-24 11:29:27 UTC (rev 1276103)
+++ PKGBUILD	2022-08-24 11:30:08 UTC (rev 1276104)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Remi Gacogne <rgacogne[at]archlinux[dot]org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Jan Steffens <heftig at archlinux.org>
-
-pkgname=powerdns-recursor
-pkgver=4.7.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=('7769c4c082bbf52b0e13adbe9c1c7272a638c0b2b11e1d76794cea66dfe8dc83b07989fa16707a7cc682e8c366ef4c1d37a614ad2841af33ccb9adec6270e07f'
-            'SKIP'
-            '63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
-validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk <peter.van.dijk at powerdns.com>
-              '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik <erik.winkels at open-xchange.com>
-
-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-x86_64/PKGBUILD (from rev 1276103, powerdns-recursor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-24 11:30:08 UTC (rev 1276104)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Remi Gacogne <rgacogne[at]archlinux[dot]org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Jan Steffens <heftig at archlinux.org>
+
+pkgname=powerdns-recursor
+pkgver=4.7.2
+pkgrel=1
+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=('b80fb1f403d5b81cf7500f6fce64914ab858b7bd7f617265db9a11ea78786de702563482c5b9daa5c9da1c19a0d02d90fd1f4f14b740d2fd492def7f4b1a7def'
+            'SKIP'
+            '63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
+validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk <peter.van.dijk at powerdns.com>
+              '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik <erik.winkels at open-xchange.com>
+
+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:

Deleted: sysusers.conf
===================================================================
--- sysusers.conf	2022-08-24 11:29:27 UTC (rev 1276103)
+++ sysusers.conf	2022-08-24 11:30:08 UTC (rev 1276104)
@@ -1 +0,0 @@
-u pdns-recursor - "PowerDNS Recursor" -

Copied: powerdns-recursor/repos/community-x86_64/sysusers.conf (from rev 1276103, powerdns-recursor/trunk/sysusers.conf)
===================================================================
--- sysusers.conf	                        (rev 0)
+++ sysusers.conf	2022-08-24 11:30:08 UTC (rev 1276104)
@@ -0,0 +1 @@
+u pdns-recursor - "PowerDNS Recursor" -



More information about the arch-commits mailing list