aboutsummaryrefslogtreecommitdiff
path: root/dns/powerdns-recursor
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Use USERS and GROUPSChris Rees2011-07-033-57/+2
| | | | | | | | | PR: ports/157587 Submitted by: Chris Rees <utisoft@gmail.com> Approved by: rene (mentor) Notes: svn path=/head/; revision=277001
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 3.3Martin Wilke2010-09-303-41/+41
| | | | | | | | PR: 150981 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=262147
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Mark as broken on sparc64: fails to install.Mark Linimon2010-03-221-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251368
* - Update to 3.2.Alberto Villa2010-03-125-45/+37
| | | | | | | | | | | - Respect O3 cflags as requested by the author. PR: 144535 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=250967
* Security update to 3.1.7.2.Xin LI2010-01-094-22/+23
| | | | | | | | Submitted by: maintainer Security: vuln dd8f2394-fd08-11de-b425-00215c6a37bb Notes: svn path=/head/; revision=247440
* - Update to 3.1.7.1Martin Wilke2009-08-146-103/+15
| | | | | | | | | PR: 137722 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: maintainer Notes: svn path=/head/; revision=239544
* - Update boost to 1.39Pav Lucistnik2009-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) Notes: svn path=/head/; revision=238504
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-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. Notes: svn path=/head/; revision=237892
* - Add patches to fix build with upcoming boost 1.37.0Dmitry Marakasov2009-03-212-0/+76
| | | | | | | Approved by: Sten Spans <sten at blinkenlights dot nl> (maintainer) Notes: svn path=/head/; revision=230560
* - Fix start scriptBeech Rintoul2008-08-161-0/+1
| | | | | | | | | PR: ports/126340 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: Sten Spans <sten@blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=218691
* - Incorporated platform-specific static compilation fixGreg Larkin2008-08-064-2/+33
| | | | | | | | | | | - Minor stylistic tweaks PR: ports/126017 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Approved by: beech (mentor, implicit) Notes: svn path=/head/; revision=218159
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217472
* - Update to 3.1.7Martin Wilke2008-07-072-10/+19
| | | | | | | | PR: 125364 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=216488
* - Update to 3.1.6Martin Wilke2008-05-022-4/+4
| | | | | | | | PR: 123322 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=212469
* - Update to 3.1.5Rong-En Fan2008-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 Notes: svn path=/head/; revision=210567
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-1/+1
| | | | Notes: svn path=/head/; revision=200770
* - Backport multiline txt records support [1]Martin Wilke2007-09-062-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) Notes: svn path=/head/; revision=198957
* - Fix build with gcc 4.2Martin Wilke2007-06-062-1/+12
| | | | | | | | Submitted by: pointhat via kris Sten Spans <sten@blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=192875
* - Make setuid operation and user creation configurable, as requested by usersMartin Wilke2007-05-303-14/+23
| | | | | | | | PR: 111915 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=192362
* - Remove semi-staticMartin Wilke2007-02-061-7/+0
| | | | | | | | | - Remove IGNORE on FreeBSD 4.x, it's no longer need. Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=184428
* - Add a sensible default for maximal size of cachePav Lucistnik2007-01-183-1/+59
| | | | | | | | | | - Run under unpriviledged user by default PR: ports/108062 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=182748
* - Fix typoMartin Wilke2007-01-101-3/+12
| | | | | | | - Mark BROKEN for FreeBSD 4 Notes: svn path=/head/; revision=181989
* - Add BUILD_STATIC knobMartin Wilke2006-11-231-1/+7
| | | | | | | | PR: 105783 Submitted by: Sten Spans (sten@mx0.blinkenlights.nl) maintainer Notes: svn path=/head/; revision=177900
* The config directory specified in 'config.h' is differentFrank J. Laszlo2006-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) Notes: svn path=/head/; revision=177507
* Add powerdns-recursor 3.1.4, an advanced DNS recursor.Emanuel Haupt2006-11-158-0/+205
PR: 105526 Submitted by: sten at blinkenlights.nl Notes: svn path=/head/; revision=177369