summaryrefslogtreecommitdiff
path: root/dns/powerdns-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.9.12Dirk Meyer2003-10-282-2/+2
| | | | | | | | | | | | - Addition of SQLite backend - pdns_recursor maturity - Verisign sitefinder workaround PR: 58609 Submitted by: tremere@cainites.net Notes: svn path=/head/; revision=92478
* - let user configure witch MySQL or OpenLDAP versions he wantsDirk Meyer2003-10-252-7/+30
| | | | Notes: svn path=/head/; revision=92134
* Massive repo-copies request: net->dns (partly devel->dns)Edwin Groothuis2003-09-051-1/+1
| | | | | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr Notes: svn path=/head/; revision=88573
* - Support POWERDNS_WITH_RECURSOR in STABLEDirk Meyer2003-08-311-2/+4
| | | | | | | - Support WITH_LDAP in STABLE Notes: svn path=/head/; revision=88194
* - Update to 2.9.11Dirk Meyer2003-08-273-66/+18
| | | | | | | | | - Fixes overwrite of config file (wrong order in Makefile) PR: 55935 Submitted by: tremere@cainites.net Notes: svn path=/head/; revision=87776
* - New option LDAP_PORTDirk Meyer2003-08-151-2/+3
| | | | Notes: svn path=/head/; revision=86970
* Fix non-default dependency on openldap2[012] which is broken by splitting.Jun Kuriyama2003-08-151-2/+2
| | | | | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento... Notes: svn path=/head/; revision=86964
* - Update to 2.9.10 (fixes a core-dump problem when adding new zone-records)Dirk Meyer2003-07-254-16/+51
| | | | | | | | | | | - pdns_recursor will only be built on FreeBSD 5.0 and above (4.x lacks support for get/set/makecontext functions) - Patched pdns/pdns_recursor.cc to add .pid support PR: 54379 Submitted by: tremere@cainites.net Notes: svn path=/head/; revision=85584
* - fix a problem with mysqlDirk Meyer2003-06-122-24/+1
| | | | | | | Reported by: maarten@dwaas.org Notes: svn path=/head/; revision=82845
* - update to 2.9.8Dirk Meyer2003-05-117-35/+10
| | | | | | | - recursor defaults off, Option POWERDNS_WITH_RECURSOR Notes: svn path=/head/; revision=80654
* - build recursor only on i386Dirk Meyer2003-04-071-5/+4
| | | | | | | recursor fails on alpha, ia64 and sparc with undefined symbol "makecontext" Notes: svn path=/head/; revision=78484
* - move post-patch into conditionalDirk Meyer2003-03-281-8/+8
| | | | Notes: svn path=/head/; revision=77641
* - Update to 2.9.6Dirk Meyer2003-03-236-9/+63
| | | | | | | | | - make ports work as a master port - add support for LDAP, submitted by richard@unixguru.nl - add build for recursor Notes: svn path=/head/; revision=77193
* Use pre-everything:: instead of pre-everything: to avoid conflict withKris Kennaway2003-02-281-1/+1
| | | | | | | targets in bsd.port.mk Notes: svn path=/head/; revision=76674
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* - Fix LIB_DEPENDS after changes in bsd.port.mkDirk Meyer2003-02-121-1/+1
| | | | | | | | | pq++.4 ist now an regular expression, and cant't be found. pq[+][+].4 is working as expected. no other ports depends on libpq++ in last INDEX. Notes: svn path=/head/; revision=75341
* - remove obsolte filesDirk Meyer2003-01-212-117/+0
| | | | Notes: svn path=/head/; revision=73707
* PowerDNS is an advanced DNS server, which allows for several differentDirk Meyer2003-01-2018-0/+759
backends. Current backends include MySQL, PostgreSQL, bind, etc. WWW: http://www.powerdns.com/ License: GPL Patches obtained from: OpenBSD <maurice@amaze.nl> Notes: svn path=/head/; revision=73611