pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Update to PowerDNS 2.9.21, requested by YazzY.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecc087633b08
branches:  trunk
changeset: 528584:ecc087633b08
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed May 09 08:05:23 2007 +0000

description:
Update to PowerDNS 2.9.21, requested by YazzY.
This seems to fix a coredump on NetBSD 4.99.19.

The (long) list of changes can be viewed at
http://doc.powerdns.com/changelog.html#CHANGELOG-2-9-21

diffstat:

 net/powerdns-pgsql/Makefile   |   3 +--
 net/powerdns/Makefile.common  |   4 ++--
 net/powerdns/distinfo         |  10 +++++-----
 net/powerdns/patches/patch-ab |  10 +++++-----
 4 files changed, 13 insertions(+), 14 deletions(-)

diffs (71 lines):

diff -r 1a89e9f8b051 -r ecc087633b08 net/powerdns-pgsql/Makefile
--- a/net/powerdns-pgsql/Makefile       Wed May 09 03:00:31 2007 +0000
+++ b/net/powerdns-pgsql/Makefile       Wed May 09 08:05:23 2007 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2006/12/28 12:12:58 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2007/05/09 08:05:27 ghen Exp $
 
 .include "../../net/powerdns/Makefile.backend"
 
 PKGNAME=               ${DISTNAME:S/pdns/powerdns-pgsql/}
-PKGREVISION=           1
 COMMENT=               PostgreSQL backend module for PowerDNS
 
 CONFIGURE_ARGS+=       --with-dynmodules="gpgsql"
diff -r 1a89e9f8b051 -r ecc087633b08 net/powerdns/Makefile.common
--- a/net/powerdns/Makefile.common      Wed May 09 03:00:31 2007 +0000
+++ b/net/powerdns/Makefile.common      Wed May 09 08:05:23 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2006/08/13 09:34:21 ghen Exp $
+# $NetBSD: Makefile.common,v 1.2 2007/05/09 08:05:23 ghen Exp $
 
-PDNS_VERSION=          2.9.20
+PDNS_VERSION=          2.9.21
 DISTNAME=              pdns-${PDNS_VERSION}
 CATEGORIES=            net
 MASTER_SITES=          http://downloads.powerdns.com/releases/
diff -r 1a89e9f8b051 -r ecc087633b08 net/powerdns/distinfo
--- a/net/powerdns/distinfo     Wed May 09 03:00:31 2007 +0000
+++ b/net/powerdns/distinfo     Wed May 09 08:05:23 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/08/13 09:34:21 ghen Exp $
+$NetBSD: distinfo,v 1.2 2007/05/09 08:05:24 ghen Exp $
 
-SHA1 (pdns-2.9.20.tar.gz) = 45fde296f17d2feaac779c206cf467d1dae2aaa1
-RMD160 (pdns-2.9.20.tar.gz) = 15d433bc29e7d60549d9296fca573724574614fc
-Size (pdns-2.9.20.tar.gz) = 867520 bytes
+SHA1 (pdns-2.9.21.tar.gz) = 2b86e4b44ef43db308c62e32b10ed0d5221a45c9
+RMD160 (pdns-2.9.21.tar.gz) = ed53de20a4e660ab2537b3c888b0a85225764a51
+Size (pdns-2.9.21.tar.gz) = 991071 bytes
 SHA1 (patch-aa) = 034845af3a9b66f57e482e3b43e43b61c17f51ab
-SHA1 (patch-ab) = 3718998efc8c9508ff328bb5c3b608e7a495cfe0
+SHA1 (patch-ab) = d47887faff80330122ccf1cfd047c11e114c1153
diff -r 1a89e9f8b051 -r ecc087633b08 net/powerdns/patches/patch-ab
--- a/net/powerdns/patches/patch-ab     Wed May 09 03:00:31 2007 +0000
+++ b/net/powerdns/patches/patch-ab     Wed May 09 08:05:23 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2006/08/13 09:34:21 ghen Exp $
+$NetBSD: patch-ab,v 1.2 2007/05/09 08:05:27 ghen Exp $
 
---- pdns/pdns.conf-dist.orig   2006-03-15 19:29:38.000000000 +0100
+--- pdns/pdns.conf-dist.orig   2007-04-21 15:56:36.000000000 +0200
 +++ pdns/pdns.conf-dist
-@@ -22,7 +22,7 @@
+@@ -27,7 +27,7 @@
  #################################
  # config-dir  Location of configuration directory (pdns.conf)
  #
@@ -11,11 +11,11 @@
  
  #################################
  # config-name Name of this virtual configuration - will rename the binary image
-@@ -142,7 +142,7 @@
+@@ -157,7 +157,7 @@
  #################################
  # module-dir  Default directory for modules
  #
--# module-dir=/usr/local/bin/../lib
+-# module-dir=/usr/local/lib
 +# module-dir=@PREFIX@/lib/pdns
  
  #################################



Home | Main Index | Thread Index | Old Index