Up to [NetBSD + pkgsrc-wip] / pkgsrc / net / powerdns
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
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.
pullup ticket #2476 - requested by ghen powerdns: security fix revisions pulled up: pkgsrc/net/powerdns/Makefile 1.4 pkgsrc/net/powerdns/distinfo 1.3 pkgsrc/net/powerdns/patches/patch-ac 1.1 Module Name: pkgsrc Committed By: ghen Date: Mon Aug 11 13:59:48 UTC 2008 Modified Files: pkgsrc/net/powerdns: Makefile distinfo Added Files: pkgsrc/net/powerdns/patches: patch-ac Log Message: Fix for CVE-2008-3337 taken from PowerDNS 2.9.21.1: return SERVFAIL to mailformed queries instead of just dropping them (as this facilitates DNS spoofing attacks). Bump PKGREVISION.
Upgrade PowerDNS to 2.9.21.1. This release contains the security patch for CVE-2008-3337 that we already had in patch-ac.
Fix for CVE-2008-3337 taken from PowerDNS 2.9.21.1: return SERVFAIL to mailformed queries instead of just dropping them (as this facilitates DNS spoofing attacks). Bump PKGREVISION.
The package supports installation to DESTDIR.
Bump PKGREVISION due to boost update to 1.34.1.
Import net/powerdns, based on wip/pdns2 from pkgsrc-wip. 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. See the net/powerdns-* packages for additional backend modules.
Initial revision