diff options
author | ghen <ghen@pkgsrc.org> | 2007-05-09 08:05:23 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-05-09 08:05:23 +0000 |
commit | f05d47eaa13828d58e6436f7c1dd2be12d678f99 (patch) | |
tree | b9326b29fbcac3e825e8d73d7e2e771b6bb32bb1 /net | |
parent | d136c9712c8ceec58e825a5dd091926a85ecac9d (diff) | |
download | pkgsrc-f05d47eaa13828d58e6436f7c1dd2be12d678f99.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/powerdns-pgsql/Makefile | 3 | ||||
-rw-r--r-- | net/powerdns/Makefile.common | 4 | ||||
-rw-r--r-- | net/powerdns/distinfo | 10 | ||||
-rw-r--r-- | net/powerdns/patches/patch-ab | 10 |
4 files changed, 13 insertions, 14 deletions
diff --git a/net/powerdns-pgsql/Makefile b/net/powerdns-pgsql/Makefile index fed88403af2..511e8b5257b 100644 --- a/net/powerdns-pgsql/Makefile +++ b/net/powerdns-pgsql/Makefile @@ -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 --git a/net/powerdns/Makefile.common b/net/powerdns/Makefile.common index b391b2bfe4e..30693ff68c6 100644 --- a/net/powerdns/Makefile.common +++ b/net/powerdns/Makefile.common @@ -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 --git a/net/powerdns/distinfo b/net/powerdns/distinfo index 26034022ccf..f4defbbf812 100644 --- a/net/powerdns/distinfo +++ b/net/powerdns/distinfo @@ -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 --git a/net/powerdns/patches/patch-ab b/net/powerdns/patches/patch-ab index 185c9860ff0..e46fcd157f2 100644 --- a/net/powerdns/patches/patch-ab +++ b/net/powerdns/patches/patch-ab @@ -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 @@ $NetBSD: patch-ab,v 1.1.1.1 2006/08/13 09:34:21 ghen Exp $ ################################# # 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 ################################# |