summaryrefslogtreecommitdiff
path: root/net/powerdns-mysql
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2014-12-10 14:50:08 +0000
committerfhajny <fhajny@pkgsrc.org>2014-12-10 14:50:08 +0000
commit33ae69824751d1c76e3b39d2421e1d7990eb7fd5 (patch)
tree9f65ae7e9ca64fb12967db62f01f347d65d24062 /net/powerdns-mysql
parent1f4e6ab3deb3d81527a06ee6e142733955948e7a (diff)
downloadpkgsrc-33ae69824751d1c76e3b39d2421e1d7990eb7fd5.tar.gz
Update PowerDNS to 3.4.1.
pkgsrc changes: - SQLite 2.x support no longer exists - SQLite 3.x support cannot be compiled outside the main package because of how symbols are distributed, so making it a compile time option for net/powerdns now. Too many changes since 2.9.22.5 (over 2 years ago), see the full changelog: http://doc.powerdns.com/md/changelog/ Upgrade notes: - PowerDNS 3.4 comes with a mandatory database schema upgrade coming from any previous 3.x release. - PowerDNS 3.1 introduces native SQLite3 support for storing key material for DNSSEC in the bindbackend. With this change, support for bind+gsql-setups ('hybrid mode') has been dropped. - PowerDNS 3.0 introduces full DNSSEC support which requires changes to database schemas. By default, old non-DNSSEC schema is assumed. Please see the docs on upgrading for particular steps that need to be taken: http://doc.powerdns.com/md/authoritative/upgrading/
Diffstat (limited to 'net/powerdns-mysql')
-rw-r--r--net/powerdns-mysql/Makefile3
-rw-r--r--net/powerdns-mysql/PLIST7
2 files changed, 6 insertions, 4 deletions
diff --git a/net/powerdns-mysql/Makefile b/net/powerdns-mysql/Makefile
index 98acf04ff6f..1edbf44aa77 100644
--- a/net/powerdns-mysql/Makefile
+++ b/net/powerdns-mysql/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2013/03/02 20:33:31 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2014/12/10 14:50:09 fhajny Exp $
.include "../../net/powerdns/Makefile.backend"
PKGNAME= ${DISTNAME:S/pdns/powerdns-mysql/}
-PKGREVISION= 4
COMMENT= MySQL backend module for PowerDNS
CONFIGURE_ARGS+= --with-dynmodules="gmysql"
diff --git a/net/powerdns-mysql/PLIST b/net/powerdns-mysql/PLIST
index 50a18241b4f..58f129a7c28 100644
--- a/net/powerdns-mysql/PLIST
+++ b/net/powerdns-mysql/PLIST
@@ -1,2 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2012/01/25 10:21:12 ghen Exp $
-lib/pdns/libgmysqlbackend.la
+@comment $NetBSD: PLIST,v 1.5 2014/12/10 14:50:09 fhajny Exp $
+lib/pdns/pdns/libgmysqlbackend.la
+share/doc/pdns/dnssec-3.x_to_3.4.0_schema.mysql.sql
+share/doc/pdns/nodnssec-3.x_to_3.4.0_schema.mysql.sql
+share/doc/pdns/schema.mysql.sql