[arch-commits] Commit in powerdns/repos (10 files)

Alexander Rødseth arodseth at archlinux.org
Wed Dec 3 12:41:48 UTC 2014


    Date: Wednesday, December 3, 2014 @ 13:41:48
  Author: arodseth
Revision: 123407

archrelease: copy trunk to community-x86_64, community-i686

Added:
  powerdns/repos/community-i686/PKGBUILD
    (from rev 123406, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-i686/pdns.install
    (from rev 123406, powerdns/trunk/pdns.install)
  powerdns/repos/community-i686/pdns.service
    (from rev 123406, powerdns/trunk/pdns.service)
  powerdns/repos/community-x86_64/PKGBUILD
    (from rev 123406, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/pdns.install
    (from rev 123406, powerdns/trunk/pdns.install)
  powerdns/repos/community-x86_64/pdns.service
    (from rev 123406, powerdns/trunk/pdns.service)
Deleted:
  powerdns/repos/community-i686/PKGBUILD
  powerdns/repos/community-i686/pdns.service
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/pdns.service

-------------------------------+
 /PKGBUILD                     |  164 ++++++++++++++++++++++++++++++++++++++++
 /pdns.service                 |   24 +++++
 community-i686/PKGBUILD       |   81 -------------------
 community-i686/pdns.install   |   12 ++
 community-i686/pdns.service   |   12 --
 community-x86_64/PKGBUILD     |   81 -------------------
 community-x86_64/pdns.install |   12 ++
 community-x86_64/pdns.service |   12 --
 8 files changed, 212 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-12-03 12:41:36 UTC (rev 123406)
+++ community-i686/PKGBUILD	2014-12-03 12:41:48 UTC (rev 123407)
@@ -1,81 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Kevin Mihelich <kevin at archlinuxarm.org>
-
-pkgname=powerdns
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 'libldap' 'lua')
-makedepends=('boost' 'setconf>=0.6.3')
-provides=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-replaces=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-conflicts=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-options=('!makeflags')
-backup=('etc/powerdns/pdns.conf')
-source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2"
-        'pdns.service')
-sha256sums=('13e32a31759e7fd341b98c89fe551723a5c6a768350b3609c576f70602deb24a'
-            'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
-
-  # Using setconf for setting the configuration options will make
-  # more sense in the next version of setconf, where uncommenting code
-  # will be supported.
-  for keyvalue in \
-    allow-recursion=127.0.0.1 \
-    cache-ttl=6 \
-    chroot=/var/empty \
-    config-dir=/etc \
-    daemon=yes \
-    distributor-threads=3 \
-    guardian=yes \
-    local-port=53 \
-    loglevel=3 \
-    module-dir=/usr/lib/powerdns \
-    negquery-cache-ttl=60 \
-    setgid=nobody \
-    setuid=nobody \
-    socket-dir=/var/run \
-    webserver=no
-  do
-    setconf -a pdns.conf "$keyvalue"
-  done
-}
-
-build() {
-  cd "pdns-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc/powerdns \
-    --libexecdir=/usr/lib \
-    --libdir=/usr/lib \
-    --mandir=/usr/share/man \
-    --with-modules='' \
-    --with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo bind" \
-    --docdir=/usr/share/doc/powerdns \
-    --sbindir=/usr/bin \
-    --bindir=/usr/bin
-  make  
-}
-
-package() {
-  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
-  install -m644 "pdns.conf" "$pkgdir/etc/powerdns/"
-  install -Dm644 "pdns.service" \
-    "$pkgdir/usr/lib/systemd/system/pdns.service"
-  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
-  mv "$pkgdir/usr/lib/pdns" "$pkgdir/usr/lib/powerdns"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-i686/PKGBUILD (from rev 123406, powerdns/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-03 12:41:48 UTC (rev 123407)
@@ -0,0 +1,82 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Kevin Mihelich <kevin at archlinuxarm.org>
+
+pkgname=powerdns
+pkgver=3.4.1
+pkgrel=3
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 'libldap' 'lua')
+makedepends=('boost' 'setconf>=0.6.3')
+provides=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+replaces=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+conflicts=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+options=('!makeflags')
+install='pdns.install'
+backup=('etc/powerdns/pdns.conf')
+source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2"
+        'pdns.service')
+sha256sums=('13e32a31759e7fd341b98c89fe551723a5c6a768350b3609c576f70602deb24a'
+            'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
+
+prepare() {
+  touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"
+
+  # Make changes to pdns.conf, while basing it on pdns.conf-dist
+  cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
+
+  # Using setconf for setting the configuration options will make
+  # more sense in the next version of setconf, where uncommenting code
+  # will be supported.
+  for keyvalue in \
+    allow-recursion=127.0.0.1 \
+    cache-ttl=6 \
+    chroot=/var/empty \
+    config-dir=/etc \
+    daemon=yes \
+    distributor-threads=3 \
+    guardian=yes \
+    local-port=53 \
+    loglevel=3 \
+    module-dir=/usr/lib/powerdns \
+    negquery-cache-ttl=60 \
+    setgid=nobody \
+    setuid=nobody \
+    socket-dir=/var/run \
+    webserver=no
+  do
+    setconf -a pdns.conf "$keyvalue"
+  done
+}
+
+build() {
+  cd "pdns-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc/powerdns \
+    --libexecdir=/usr/lib \
+    --libdir=/usr/lib \
+    --mandir=/usr/share/man \
+    --with-modules='' \
+    --with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo bind" \
+    --docdir=/usr/share/doc/powerdns \
+    --sbindir=/usr/bin \
+    --bindir=/usr/bin
+  make  
+}
+
+package() {
+  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
+  install -m644 "pdns.conf" "$pkgdir/etc/powerdns/"
+  install -Dm644 "pdns.service" \
+    "$pkgdir/usr/lib/systemd/system/pdns.service"
+  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
+  mv "$pkgdir/usr/lib/pdns" "$pkgdir/usr/lib/powerdns"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-i686/pdns.install (from rev 123406, powerdns/trunk/pdns.install)
===================================================================
--- community-i686/pdns.install	                        (rev 0)
+++ community-i686/pdns.install	2014-12-03 12:41:48 UTC (rev 123407)
@@ -0,0 +1,12 @@
+# ref FS#42984
+post_upgrade() {
+  echo
+  echo 'NOTE: The database schema has been changed.'
+  echo 'See also: http://doc.powerdns.com/md/authoritative/upgrading/'
+  echo
+  echo 'You may also need to:'
+  echo 'setconf /etc/powerdns/pdns.conf module-dir=/usr/lib/powerdns'
+  echo
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/pdns.service
===================================================================
--- community-i686/pdns.service	2014-12-03 12:41:36 UTC (rev 123406)
+++ community-i686/pdns.service	2014-12-03 12:41:48 UTC (rev 123407)
@@ -1,12 +0,0 @@
-[Unit]
-Description=PowerDNS Authorative Server
-After=syslog.target network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/pdns_server --daemon --guardian=yes
-ExecReload=/usr/bin/pdns_control cycle
-ExecStop=/usr/bin/pdns_control quit
-
-[Install]
-WantedBy=multi-user.target

Copied: powerdns/repos/community-i686/pdns.service (from rev 123406, powerdns/trunk/pdns.service)
===================================================================
--- community-i686/pdns.service	                        (rev 0)
+++ community-i686/pdns.service	2014-12-03 12:41:48 UTC (rev 123407)
@@ -0,0 +1,12 @@
+[Unit]
+Description=PowerDNS Authorative Server
+After=syslog.target network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/pdns_server --daemon --guardian=yes
+ExecReload=/usr/bin/pdns_control cycle
+ExecStop=/usr/bin/pdns_control quit
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-12-03 12:41:36 UTC (rev 123406)
+++ community-x86_64/PKGBUILD	2014-12-03 12:41:48 UTC (rev 123407)
@@ -1,81 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Kevin Mihelich <kevin at archlinuxarm.org>
-
-pkgname=powerdns
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 'libldap' 'lua')
-makedepends=('boost' 'setconf>=0.6.3')
-provides=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-replaces=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-conflicts=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-options=('!makeflags')
-backup=('etc/powerdns/pdns.conf')
-source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2"
-        'pdns.service')
-sha256sums=('13e32a31759e7fd341b98c89fe551723a5c6a768350b3609c576f70602deb24a'
-            'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
-
-  # Using setconf for setting the configuration options will make
-  # more sense in the next version of setconf, where uncommenting code
-  # will be supported.
-  for keyvalue in \
-    allow-recursion=127.0.0.1 \
-    cache-ttl=6 \
-    chroot=/var/empty \
-    config-dir=/etc \
-    daemon=yes \
-    distributor-threads=3 \
-    guardian=yes \
-    local-port=53 \
-    loglevel=3 \
-    module-dir=/usr/lib/powerdns \
-    negquery-cache-ttl=60 \
-    setgid=nobody \
-    setuid=nobody \
-    socket-dir=/var/run \
-    webserver=no
-  do
-    setconf -a pdns.conf "$keyvalue"
-  done
-}
-
-build() {
-  cd "pdns-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc/powerdns \
-    --libexecdir=/usr/lib \
-    --libdir=/usr/lib \
-    --mandir=/usr/share/man \
-    --with-modules='' \
-    --with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo bind" \
-    --docdir=/usr/share/doc/powerdns \
-    --sbindir=/usr/bin \
-    --bindir=/usr/bin
-  make  
-}
-
-package() {
-  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
-  install -m644 "pdns.conf" "$pkgdir/etc/powerdns/"
-  install -Dm644 "pdns.service" \
-    "$pkgdir/usr/lib/systemd/system/pdns.service"
-  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
-  mv "$pkgdir/usr/lib/pdns" "$pkgdir/usr/lib/powerdns"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-x86_64/PKGBUILD (from rev 123406, powerdns/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-03 12:41:48 UTC (rev 123407)
@@ -0,0 +1,82 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Kevin Mihelich <kevin at archlinuxarm.org>
+
+pkgname=powerdns
+pkgver=3.4.1
+pkgrel=3
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 'libldap' 'lua')
+makedepends=('boost' 'setconf>=0.6.3')
+provides=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+replaces=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+conflicts=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+options=('!makeflags')
+install='pdns.install'
+backup=('etc/powerdns/pdns.conf')
+source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2"
+        'pdns.service')
+sha256sums=('13e32a31759e7fd341b98c89fe551723a5c6a768350b3609c576f70602deb24a'
+            'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
+
+prepare() {
+  touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"
+
+  # Make changes to pdns.conf, while basing it on pdns.conf-dist
+  cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
+
+  # Using setconf for setting the configuration options will make
+  # more sense in the next version of setconf, where uncommenting code
+  # will be supported.
+  for keyvalue in \
+    allow-recursion=127.0.0.1 \
+    cache-ttl=6 \
+    chroot=/var/empty \
+    config-dir=/etc \
+    daemon=yes \
+    distributor-threads=3 \
+    guardian=yes \
+    local-port=53 \
+    loglevel=3 \
+    module-dir=/usr/lib/powerdns \
+    negquery-cache-ttl=60 \
+    setgid=nobody \
+    setuid=nobody \
+    socket-dir=/var/run \
+    webserver=no
+  do
+    setconf -a pdns.conf "$keyvalue"
+  done
+}
+
+build() {
+  cd "pdns-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc/powerdns \
+    --libexecdir=/usr/lib \
+    --libdir=/usr/lib \
+    --mandir=/usr/share/man \
+    --with-modules='' \
+    --with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo bind" \
+    --docdir=/usr/share/doc/powerdns \
+    --sbindir=/usr/bin \
+    --bindir=/usr/bin
+  make  
+}
+
+package() {
+  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
+  install -m644 "pdns.conf" "$pkgdir/etc/powerdns/"
+  install -Dm644 "pdns.service" \
+    "$pkgdir/usr/lib/systemd/system/pdns.service"
+  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
+  mv "$pkgdir/usr/lib/pdns" "$pkgdir/usr/lib/powerdns"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-x86_64/pdns.install (from rev 123406, powerdns/trunk/pdns.install)
===================================================================
--- community-x86_64/pdns.install	                        (rev 0)
+++ community-x86_64/pdns.install	2014-12-03 12:41:48 UTC (rev 123407)
@@ -0,0 +1,12 @@
+# ref FS#42984
+post_upgrade() {
+  echo
+  echo 'NOTE: The database schema has been changed.'
+  echo 'See also: http://doc.powerdns.com/md/authoritative/upgrading/'
+  echo
+  echo 'You may also need to:'
+  echo 'setconf /etc/powerdns/pdns.conf module-dir=/usr/lib/powerdns'
+  echo
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/pdns.service
===================================================================
--- community-x86_64/pdns.service	2014-12-03 12:41:36 UTC (rev 123406)
+++ community-x86_64/pdns.service	2014-12-03 12:41:48 UTC (rev 123407)
@@ -1,12 +0,0 @@
-[Unit]
-Description=PowerDNS Authorative Server
-After=syslog.target network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/pdns_server --daemon --guardian=yes
-ExecReload=/usr/bin/pdns_control cycle
-ExecStop=/usr/bin/pdns_control quit
-
-[Install]
-WantedBy=multi-user.target

Copied: powerdns/repos/community-x86_64/pdns.service (from rev 123406, powerdns/trunk/pdns.service)
===================================================================
--- community-x86_64/pdns.service	                        (rev 0)
+++ community-x86_64/pdns.service	2014-12-03 12:41:48 UTC (rev 123407)
@@ -0,0 +1,12 @@
+[Unit]
+Description=PowerDNS Authorative Server
+After=syslog.target network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/pdns_server --daemon --guardian=yes
+ExecReload=/usr/bin/pdns_control cycle
+ExecStop=/usr/bin/pdns_control quit
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list