pdns: add package 9183/head
authorJames Taylor <james@jtaylor.id.au>
Fri, 7 Jun 2019 15:52:23 +0000 (01:52 +1000)
committerJames Taylor <james@jtaylor.id.au>
Fri, 14 Jun 2019 10:34:59 +0000 (20:34 +1000)
commit6320a3b9cb1ba2c9dca78c15a8e1d348bada4cde
tree4f6dfc70b6fc1561e01718ee8d5686b3785ad5c4
parent290e23ac61e43922ccda4e5525de2144224fb1dd
pdns: add package

Maintainer: me

Compile tested: armv7l, OpenWRT SDK
Run tested: armv7l Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 -
confirmed PowerDNS server links correctly against libraries. I'm unable to test
all the backend modules as I don't have suitable backing stores set up for each.

Description:
PowerDNS is a versatile nameserver which supports a large number of different
backends ranging from simple zonefiles to relational databases and load
balancing/failover algorithms. PowerDNS tries to emphasize speed and security.

This commit includes the authoritative nameserver, backends and additional tools

https://www.powerdns.com/auth.html

Signed-off-by: James Taylor <james@jtaylor.id.au>
net/pdns/Makefile [new file with mode: 0644]
net/pdns/files/pdns.conf-dist [new file with mode: 0644]
net/pdns/files/pdns.init [new file with mode: 0644]
net/pdns/patches/100-lua-hpp.patch [new file with mode: 0644]
net/pdns/patches/200-pdns-disable-pdns.conf-dist.patch [new file with mode: 0644]
net/pdns/patches/300-libatomic-detect.patch [new file with mode: 0644]