aboutsummaryrefslogtreecommitdiffstats
path: root/dns/powerdns-recursor
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.3miwi2010-09-303-41/+41
| | | | | PR: 150981 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Mark as broken on sparc64: fails to install.linimon2010-03-221-0/+4
| | | | Hat: portmgr
* - Update to 3.2.avilla2010-03-135-45/+37
| | | | | | | | - Respect O3 cflags as requested by the author. PR: 144535 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Approved by: tabthorpe (mentor)
* Security update to 3.1.7.2.delphij2010-01-094-22/+23
| | | | | Submitted by: maintainer Security: vuln dd8f2394-fd08-11de-b425-00215c6a37bb
* - Update to 3.1.7.1miwi2009-08-156-103/+15
| | | | | | PR: 137722 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: maintainer
* - Update boost to 1.39pav2009-07-281-1/+2
| | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+2
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - Add patches to fix build with upcoming boost 1.37.0amdmi32009-03-212-0/+76
| | | | Approved by: Sten Spans <sten at blinkenlights dot nl> (maintainer)
* - Fix start scriptbeech2008-08-171-0/+1
| | | | | | PR: ports/126340 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* - Incorporated platform-specific static compilation fixglarkin2008-08-074-2/+33
| | | | | | | | - Minor stylistic tweaks PR: ports/126017 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Approved by: beech (mentor, implicit)
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-2/+0
| | | | MAKE_ENV
* - Update to 3.1.7miwi2008-07-082-10/+19
| | | | | PR: 125364 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* - Update to 3.1.6miwi2008-05-022-4/+4
| | | | | PR: 123322 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* - Update to 3.1.5rafan2008-04-056-470/+60
| | | | | | PR: ports/122360 Submitted by: Sten Spans <sten at blinkenlights.nl> (maintainer) Security: http://doc.powerdns.com/powerdns-advisory-2008-01.html
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-1/+1
|
* - Backport multiline txt records support [1]miwi2007-09-072-1/+399
| | | | | | | | | | | | | | | - Bump PORTREVISION [1] Notes: powerdns-recursor 3.1.4 doesn't support multiline txt records, which are used by various dns information systems. 3.1.5 does have support for this. A backport of the code changes is relatively risk-free, and has been requested by users and port maintainers. http://www.nabble.com/recursor-unable-to-resolve-asn.routeviews.org-data-t4252567.html PR: 116029 Submitted by: Sten Spans <sten@blinkenlights.nl> (Maintainer)
* - Fix build with gcc 4.2miwi2007-06-062-1/+12
| | | | | Submitted by: pointhat via kris Sten Spans <sten@blinkenlights.nl> (maintainer)
* - Make setuid operation and user creation configurable, as requested by usersmiwi2007-05-303-14/+23
| | | | | PR: 111915 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* - Remove semi-staticmiwi2007-02-071-7/+0
| | | | | | - Remove IGNORE on FreeBSD 4.x, it's no longer need. Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* - Add a sensible default for maximal size of cachepav2007-01-193-1/+59
| | | | | | | - Run under unpriviledged user by default PR: ports/108062 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* - Fix typomiwi2007-01-111-3/+12
| | | | - Mark BROKEN for FreeBSD 4
* - Add BUILD_STATIC knobmiwi2006-11-231-1/+7
| | | | | PR: 105783 Submitted by: Sten Spans (sten@mx0.blinkenlights.nl) maintainer
* The config directory specified in 'config.h' is differentlaszlof2006-11-181-1/+2
| | | | | | | | from the directory used by the rest of the port. PR: ports/105588 Submitted by: Sten Spans <sten@blinkenlights.nl> Approved by: erwin (co-mentor)
* Add powerdns-recursor 3.1.4, an advanced DNS recursor.ehaupt2006-11-168-0/+205
PR: 105526 Submitted by: sten at blinkenlights.nl