aboutsummaryrefslogtreecommitdiffstats
path: root/dns/powerdns
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Unbreak powerdnsedwin2005-11-251-1/+2
| | | | | | | Change the Makefile so compiling against the LDAP library works again PR: ports/89477 Submitted by: Ralf van der Enden <tremere@cainites.net>
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Update to 2.9.19kwm2005-11-048-80/+50
| | | | | | | | Changelog: http://rtfm.powerdns.com/changelog.html#CHANGELOG-2-9-19 Add extra patch to plug memory hole. PR: 88231 Submitted by: Ralf van der Ende <tremere AT cainites dot net> (maintainer)
* - Fix and update LDAP supportpav2005-07-293-5/+48
| | | | | PR: ports/84176 Submitted by: Ralf vd Enden <tremere@cainites.net> (maintainer)
* - Update to 2.9.18pav2005-07-1822-310/+149
| | | | | PR: ports/83605 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Fix build on FreeBSD 6pav2005-02-153-4/+39
| | | | | PR: ports/77480 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* Quote BROKENvs2005-02-011-1/+1
| | | | Submitted by: krion
* Mark as broken on 6.Xvs2005-02-011-2/+6
| | | | | PR: ports/76457 Submitted by: Ralf van der Enden (maintainer)
* - Update to 2.9.17pav2005-01-153-33/+28
| | | | | PR: ports/76145 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* Clean up SQLite and related ports.nork2004-12-231-3/+2
| | | | | | | | | o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
* pdns_recursor related issues fixed.nork2004-11-203-15/+34
| | | | | | | | | I committed pre-improved version's PR. This is my mistake. Pointed out by: Ralf van der Enden <tremere@cainites.net> (maintainer) Pointy hat to: myself PR: ports/73862 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* pdns_recursor related issues fixednork2004-11-202-6/+25
| | | | | PR: ports/73862 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* Fixed OpenLDAP 2.2 support by using USE_OPENLDAP knobeik2004-05-012-13/+8
| | | | | | | | Default MySQL version now 4.0 instead of 3.23 pet portlint PR: 66143 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* OpenLDAP 2.0 is no longer supported, so also removed from PowerDNSeik2004-04-302-7/+2
| | | | | | | -> Please upgrade to OpenLDAP 2.1 or 2.2 PR: 66105 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* - Add WITH_SQLITE knob to enable SQLite backendpav2004-03-067-3/+76
| | | | | PR: ports/63817 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Some small fixes to startup-script (fixed by Dirk Meyer and Ralf vd Enden).pav2004-03-032-6/+8
| | | | | | | | - $PREFIX no longer hardcoded (fixed by Dirk Meyer). - Pet portlint a bit PR: ports/63530 Submitted by: maintainer
* - Update to 2.9.16pav2004-03-013-13/+3
| | | | | PR: ports/63530 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Add sample startup scriptpav2004-02-293-1/+41
| | | | | PR: ports/62344 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - new MAINTAINER tremere@cainites.netdinoex2004-01-311-2/+2
| | | | | | - fix spaces in Makefile (portlint) PR: 61678 Submitted by: tremere@cainites.net
* Assign port to new vic^H^H^Hmaintainererwin2004-01-211-1/+1
| | | | Submitted by: freebsd@signout.dk
* - drop maintainershipdinoex2004-01-211-1/+1
| | | | I have no longer this server running.
* - Update to 2.9.15dinoex2004-01-205-13/+12
| | | | | | | | | | | | | | | | - allow-recursion-override was on by default, it was meant to be off - Logging was still off in daemon mode, fixed - Recursor accidentally linked in MySQL, fixed - The PowerDNS recursor had stability problems - The recursor now outputs the nameserver average response times in trace mode - LDAP compiles again Improvements: - Several improvements to zone2sql - Remove libpqpp dependencies - Added a patch from CVS to make zone2parser.cc compile on STABLE PR: 61554, 61589 Submitted by: tremere@cainites.net
* - Update to 2.9.13dinoex2004-01-124-22/+13
| | | | | | | | | | | | | includes: - Opteron support! - pdns_recursor jumbles answers now - Big LDAP cleanup - Zone2sql is now somewhat clearer when reporting malformed line errors - pdns_recursor now survives the expiration of all its root records - Serious issue fixed: added a patch to fix High CPU Load with the pdns_server and mysqld processes PR: 61213 Submitted by: tremere@cainites.net
* - Fix build with postgresql 7.4dinoex2003-12-072-28/+47
| | | | | | - Fix package with ldapbackend - reorder makefile - detect if recursor is buildable
* - mark BROKENdinoex2003-12-061-0/+2
|
* - Added some patches to fix a memory leak in the bind backenddinoex2003-11-187-1/+134
| | | | | | | | | - Added a patch to fix a problem with the allow-axfr-ips option (host/32 netmask didn't work) - Added an option to the configure dialog to compile the recursor - Bumped PORTREVISION PR: 59385 Submitted by: tremere@cainites.net
* Update to 2.9.12dinoex2003-10-292-2/+2
| | | | | | | | | - Addition of SQLite backend - pdns_recursor maturity - Verisign sitefinder workaround PR: 58609 Submitted by: tremere@cainites.net
* - let user configure witch MySQL or OpenLDAP versions he wantsdinoex2003-10-262-7/+30
|
* Massive repo-copies request: net->dns (partly devel->dns)edwin2003-09-051-1/+1
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* - Support POWERDNS_WITH_RECURSOR in STABLEdinoex2003-08-311-2/+4
| | | | - Support WITH_LDAP in STABLE
* - Update to 2.9.11dinoex2003-08-273-66/+18
| | | | | | - Fixes overwrite of config file (wrong order in Makefile) PR: 55935 Submitted by: tremere@cainites.net
* - New option LDAP_PORTdinoex2003-08-151-2/+3
|
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-2/+2
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* - Update to 2.9.10 (fixes a core-dump problem when adding new zone-records)dinoex2003-07-264-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
* - fix a problem with mysqldinoex2003-06-122-24/+1
| | | | Reported by: maarten@dwaas.org
* - update to 2.9.8dinoex2003-05-117-35/+10
| | | | - recursor defaults off, Option POWERDNS_WITH_RECURSOR
* - build recursor only on i386dinoex2003-04-071-5/+4
| | | | recursor fails on alpha, ia64 and sparc with undefined symbol "makecontext"
* - move post-patch into conditionaldinoex2003-03-291-8/+8
|
* - Update to 2.9.6dinoex2003-03-236-9/+63
| | | | | | - make ports work as a master port - add support for LDAP, submitted by richard@unixguru.nl - add build for recursor
* Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-03-011-1/+1
| | | | targets in bsd.port.mk
* - retire pkg-commentdinoex2003-02-211-1/+0
|
* - add COMMENTdinoex2003-02-211-0/+1
|
* - Fix LIB_DEPENDS after changes in bsd.port.mkdinoex2003-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.
* - remove obsolte filesdinoex2003-01-212-117/+0
|
* PowerDNS is an advanced DNS server, which allows for several differentdinoex2003-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>