[arch-commits] Commit in powerdns/repos (12 files)
Alexander Rødseth
arodseth at archlinux.org
Sat Feb 14 22:44:59 UTC 2015
Date: Saturday, February 14, 2015 @ 23:44:59
Author: arodseth
Revision: 127725
archrelease: copy trunk to community-x86_64, community-i686
Added:
powerdns/repos/community-i686/PKGBUILD
(from rev 127724, powerdns/trunk/PKGBUILD)
powerdns/repos/community-i686/pdns.install
(from rev 127724, powerdns/trunk/pdns.install)
powerdns/repos/community-i686/pdns.service
(from rev 127724, powerdns/trunk/pdns.service)
powerdns/repos/community-x86_64/PKGBUILD
(from rev 127724, powerdns/trunk/PKGBUILD)
powerdns/repos/community-x86_64/pdns.install
(from rev 127724, powerdns/trunk/pdns.install)
powerdns/repos/community-x86_64/pdns.service
(from rev 127724, powerdns/trunk/pdns.service)
Deleted:
powerdns/repos/community-i686/PKGBUILD
powerdns/repos/community-i686/pdns.install
powerdns/repos/community-i686/pdns.service
powerdns/repos/community-x86_64/PKGBUILD
powerdns/repos/community-x86_64/pdns.install
powerdns/repos/community-x86_64/pdns.service
-------------------------------+
/PKGBUILD | 154 ++++++++++++++++++++++++++++++++++++++++
/pdns.install | 22 +++++
/pdns.service | 24 ++++++
community-i686/PKGBUILD | 82 ---------------------
community-i686/pdns.install | 12 ---
community-i686/pdns.service | 12 ---
community-x86_64/PKGBUILD | 82 ---------------------
community-x86_64/pdns.install | 12 ---
community-x86_64/pdns.service | 12 ---
9 files changed, 200 insertions(+), 212 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-14 22:43:28 UTC (rev 127724)
+++ community-i686/PKGBUILD 2015-02-14 22:44:59 UTC (rev 127725)
@@ -1,82 +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=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/PKGBUILD (from rev 127724, powerdns/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-14 22:44:59 UTC (rev 127725)
@@ -0,0 +1,77 @@
+# $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.2
+pkgrel=1
+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')
+options=('!makeflags')
+install='pdns.install'
+backup=('etc/powerdns/pdns.conf')
+source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2"
+ 'pdns.service')
+sha256sums=('a6ab05459a0118cb921092deee06362722c45fa69ed0166ebc3696d526014b5b'
+ '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
+
+ # Setting the default configuration options.
+ 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:
Deleted: community-i686/pdns.install
===================================================================
--- community-i686/pdns.install 2015-02-14 22:43:28 UTC (rev 127724)
+++ community-i686/pdns.install 2015-02-14 22:44:59 UTC (rev 127725)
@@ -1,12 +0,0 @@
-# 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:
Copied: powerdns/repos/community-i686/pdns.install (from rev 127724, powerdns/trunk/pdns.install)
===================================================================
--- community-i686/pdns.install (rev 0)
+++ community-i686/pdns.install 2015-02-14 22:44:59 UTC (rev 127725)
@@ -0,0 +1,11 @@
+post_upgrade() {
+ echo
+ echo 'See http://doc.powerdns.com/md/authoritative/upgrading/ for'
+ echo 'information about changes when upgrading.
+ echo
+ echo 'If upgrading from an older version, 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 2015-02-14 22:43:28 UTC (rev 127724)
+++ community-i686/pdns.service 2015-02-14 22:44:59 UTC (rev 127725)
@@ -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 127724, powerdns/trunk/pdns.service)
===================================================================
--- community-i686/pdns.service (rev 0)
+++ community-i686/pdns.service 2015-02-14 22:44:59 UTC (rev 127725)
@@ -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 2015-02-14 22:43:28 UTC (rev 127724)
+++ community-x86_64/PKGBUILD 2015-02-14 22:44:59 UTC (rev 127725)
@@ -1,82 +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=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/PKGBUILD (from rev 127724, powerdns/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-14 22:44:59 UTC (rev 127725)
@@ -0,0 +1,77 @@
+# $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.2
+pkgrel=1
+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')
+options=('!makeflags')
+install='pdns.install'
+backup=('etc/powerdns/pdns.conf')
+source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2"
+ 'pdns.service')
+sha256sums=('a6ab05459a0118cb921092deee06362722c45fa69ed0166ebc3696d526014b5b'
+ '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
+
+ # Setting the default configuration options.
+ 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:
Deleted: community-x86_64/pdns.install
===================================================================
--- community-x86_64/pdns.install 2015-02-14 22:43:28 UTC (rev 127724)
+++ community-x86_64/pdns.install 2015-02-14 22:44:59 UTC (rev 127725)
@@ -1,12 +0,0 @@
-# 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:
Copied: powerdns/repos/community-x86_64/pdns.install (from rev 127724, powerdns/trunk/pdns.install)
===================================================================
--- community-x86_64/pdns.install (rev 0)
+++ community-x86_64/pdns.install 2015-02-14 22:44:59 UTC (rev 127725)
@@ -0,0 +1,11 @@
+post_upgrade() {
+ echo
+ echo 'See http://doc.powerdns.com/md/authoritative/upgrading/ for'
+ echo 'information about changes when upgrading.
+ echo
+ echo 'If upgrading from an older version, 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 2015-02-14 22:43:28 UTC (rev 127724)
+++ community-x86_64/pdns.service 2015-02-14 22:44:59 UTC (rev 127725)
@@ -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 127724, powerdns/trunk/pdns.service)
===================================================================
--- community-x86_64/pdns.service (rev 0)
+++ community-x86_64/pdns.service 2015-02-14 22:44:59 UTC (rev 127725)
@@ -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