[arch-commits] Commit in powerdns/trunk (PKGBUILD pdns.install)

Alexander Rødseth arodseth at archlinux.org
Sat Feb 14 22:43:06 UTC 2015


    Date: Saturday, February 14, 2015 @ 23:43:06
  Author: arodseth
Revision: 127723

upgpkg: powerdns 3.4.2-1

Modified:
  powerdns/trunk/PKGBUILD
  powerdns/trunk/pdns.install

--------------+
 PKGBUILD     |   17 ++++++-----------
 pdns.install |    7 +++----
 2 files changed, 9 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-14 22:40:44 UTC (rev 127722)
+++ PKGBUILD	2015-02-14 22:43:06 UTC (rev 127723)
@@ -4,23 +4,20 @@
 # Contributor: Kevin Mihelich <kevin at archlinuxarm.org>
 
 pkgname=powerdns
-pkgver=3.4.1
-pkgrel=3
+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>=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')
+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=('13e32a31759e7fd341b98c89fe551723a5c6a768350b3609c576f70602deb24a'
+sha256sums=('a6ab05459a0118cb921092deee06362722c45fa69ed0166ebc3696d526014b5b'
             'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
 
 prepare() {
@@ -29,9 +26,7 @@
   # 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.
+  # Setting the default configuration options.
   for keyvalue in \
     allow-recursion=127.0.0.1 \
     cache-ttl=6 \
@@ -67,7 +62,7 @@
     --docdir=/usr/share/doc/powerdns \
     --sbindir=/usr/bin \
     --bindir=/usr/bin
-  make  
+  make
 }
 
 package() {

Modified: pdns.install
===================================================================
--- pdns.install	2015-02-14 22:40:44 UTC (rev 127722)
+++ pdns.install	2015-02-14 22:43:06 UTC (rev 127723)
@@ -1,10 +1,9 @@
-# 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 'See http://doc.powerdns.com/md/authoritative/upgrading/ for'
+  echo 'information about changes when upgrading.
   echo
-  echo 'You may also need to:'
+  echo 'If upgrading from an older version, you may also need to:'
   echo 'setconf /etc/powerdns/pdns.conf module-dir=/usr/lib/powerdns'
   echo
 }



More information about the arch-commits mailing list