summaryrefslogtreecommitdiff
path: root/net/powerdns-recursor
AgeCommit message (Collapse)AuthorFilesLines
2013-10-30Bump PKGREVISION of packages whose Lua depends changed form, but whosedholland1-2/+2
own PKGNAME is unchanged.
2013-07-04Revbump after updating lang/lua to 5.2.2.adam1-1/+2
2013-06-27Restore two patch checksums. hi joerg.wiz1-1/+3
2013-06-26Fix overlap between C++11 memory and boost::shared_ptr as welljoerg11-7/+358
<tuple> and boost::tuple.
2013-06-14Patch up C++ semantic whitespace.dholland3-4/+25
2013-06-10Be more explicit of what version of tuple and shared_ptr is meant.joerg5-3/+57
Disable warnings for narrowing with C++11.
2013-02-19Request C++11 when building with clang.joerg1-2/+6
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-08-07net/powerdns-recursor: Support DragonFlymarino3-5/+27
Fix endian setting on DragonFly (Same as FreeBSD) to fix build.
2012-02-28Bump to 3.3, changes include:roy16-146/+166
* Many threading changes for greater perfomance * Can now make TCP/IP queries to remote IPv6 addresses * Domains can be forwarded to IPv6 addresses
2011-04-06Compile on DragonFlyBSD.roy2-1/+14
Fixes PR pkg/44772
2010-01-29Punt stale fileroy1-69/+0
2010-01-29Update to recursor-3.1.7.2roy5-53/+28
Changes from 3.1.7 include: * Fixed CVE-2009-4009 and CVE-2009-4010 * Improved error messages when parsing zones * Resilience against whitespace in configuration * Performance increase
2009-12-23Add option for Lua scripting support in pdns_recursor,ghen2-1/+20
see http://doc.powerdns.com/recursor-scripting.html Disabled by default, so no revbump.
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-24Make it build on DragonFly.hasso2-1/+15
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+2
block). Uncomment some commented out LICENSE lines while here.
2009-04-21Get kqueue support workingroy3-4/+18
2009-04-21Import pdns_recursor-3.1.7roy11-0/+328
Based on the WIP version by pkgsrc@blackmouse.biz The PowerDNS recursor is part of the source tarball of the main PowerDNS distribution, but it is released separately. Starting from the version 3.0 pre-releases, there are zero known bugs or issues with the recursor. It is known to power the resolving needs of over 2 million internet connections. PowerDNS recursor can gets names from /etc/hosts.