./net/powerdns, Modern, advanced and high performance nameserver

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.6.4nb7, Package name: powerdns-4.6.4nb7, Maintainer: pkgsrc-users

The PowerDNS nameserver is a modern, advanced and high performance
authoritative-only nameserver. It is written from scratch and conforms
to all the relevant DNS standards documents. PowerDNS is open source.

The PowerDNS nameserver utilizes a flexible backend architecture that
can access DNS information from any data source. This includes file
formats, Bind zone files, relational databases or LDAP directories.

See the net/powerdns-* packages for additional backend modules.


Required to run:
[www/curl] [security/openssl] [devel/boost-libs] [lang/lua53]

Required to build:
[devel/boost-headers] [devel/ragel] [pkgtools/cwrappers]

Package options: bind, luarecords, pipe

Master sites:

Filesize: 1287.724 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-26 22:37:08 by Niclas Rosenvik | Files touched by this commit (5) | Package updated
Log message:
revbump due to security/botan2 update
   2023-12-29 19:25:02 by Adam Ciarcinski | Files touched by this commit (254)
Log message:
revbump for boost-libs
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-07-18 20:36:31 by Nia Alarie | Files touched by this commit (11)
Log message:
net: Adapt packages to USE_(CC|CXX)_FEATURES where possible
   2023-07-14 13:49:26 by Nia Alarie | Files touched by this commit (2)
Log message:
powerdns: include stdexcept for std::runtime_error. Spotted in the SunOS
bulk build.
   2023-07-12 22:23:15 by Nia Alarie | Files touched by this commit (1)
Log message:
powerdns: Require a compiler with support for C++17 features.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html