Up to [cvs.NetBSD.org] / pkgsrc / net / powerdns-sqlite
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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/
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Pullup ticket #3660 - requested by ghen net/powerdns: build fix net/powerdns-ldap: build fix net/powerdns-mysql: build fix net/powerdns-pgsql: build fix net/powerdns-sqlite: build fix Revisions pulled up: - net/powerdns-ldap/Makefile 1.8-1.9 - net/powerdns-ldap/PLIST 1.2-1.3 - net/powerdns-mysql/Makefile 1.8-1.9 - net/powerdns-mysql/PLIST 1.3-1.4 - net/powerdns-pgsql/Makefile 1.10-1.11 - net/powerdns-pgsql/PLIST 1.2-1.3 - net/powerdns-sqlite/Makefile 1.5-1.6 - net/powerdns-sqlite/PLIST 1.2-1.3 - net/powerdns/Makefile 1.6-1.7 - net/powerdns/PLIST 1.3-1.4 - net/powerdns/distinfo 1.10 - net/powerdns/patches/patch-configure 1.1 --- Module Name: pkgsrc Committed By: ghen Date: Mon Jan 23 15:11:54 UTC 2012 Modified Files: pkgsrc/net/powerdns: Makefile PLIST distinfo pkgsrc/net/powerdns-ldap: Makefile PLIST pkgsrc/net/powerdns-mysql: Makefile PLIST pkgsrc/net/powerdns-pgsql: Makefile PLIST pkgsrc/net/powerdns-sqlite: Makefile PLIST Added Files: pkgsrc/net/powerdns/patches: patch-configure Log Message: Fix unportable == check in configure (I did not have PKG_DEVELOPER=yes when previously updating this pkg), noted by joerg. Also fix some PLIST issues (introduced with the same update). Bump PKGREVISION of affected packages. --- Module Name: pkgsrc Committed By: ghen Date: Wed Jan 25 10:21:12 UTC 2012 Modified Files: pkgsrc/net/powerdns: Makefile PLIST pkgsrc/net/powerdns-ldap: Makefile PLIST pkgsrc/net/powerdns-mysql: Makefile PLIST pkgsrc/net/powerdns-pgsql: Makefile PLIST pkgsrc/net/powerdns-sqlite: Makefile PLIST Log Message: Previous PLIST change was wrong due to a libdir bug now fixed by sbd. Revert PLIST and bump PKGREVISION again for powerdns + modules.
Previous PLIST change was wrong due to a libdir bug now fixed by sbd. Revert PLIST and bump PKGREVISION again for powerdns + modules.
Fix unportable == check in configure (I did not have PKG_DEVELOPER=yes when previously updating this pkg), noted by joerg. Also fix some PLIST issues (introduced with the same update). Bump PKGREVISION of affected packages.
Upgrade PowerDNS to 2.9.21.1. This release contains the security patch for CVE-2008-3337 that we already had in patch-ac.
Add DESTDIR support.
Bump PKGREVISION due to boost update to 1.34.1.
Import net/powerdns-sqlite. The PowerDNS nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all the relevant DNS standards documents. PowerDNS is open source. The PowerDNS nameserver utilizes a flexible backend architecture that can access DNS information from any data source. This includes file formats, BIND zone files, relational databases or LDAP directories. This packages provides the SQLite backend module.
Initial revision