aboutsummaryrefslogtreecommitdiff
path: root/net/pdns
Commit message (Collapse)AuthorAge
* pdns: update to 4.2.2James Taylor2020-05-27
| | | | | | | | | Updates pdns to latest release in the 4.2 series. Full change log for this release is available at: https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.2 Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns: fix compilation with boost 1.73Rosen Penev2020-05-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pdns: fix compilation without deprecated OpenSSL APIsRosen Penev2020-03-29
| | | | | | The bn.h header is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pdns: Upgrade to PowerDNS Authoritative 4.2.1James Taylor2019-12-08
| | | | | | | | Upgraded to pdns-4.2.1 and corrected issues with dependency management on modules, in addition to moving zone2ldap under the ldap backend (It's only compiled if ldap backend is enabled) Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns: Explicitly define lua implementationJames Taylor2019-09-19
| | | | | | | | | | | | | | | | | Compile Tested: yes, selects lua as implementation and doesn't pick up luajit Run Tested: no, minor change Maintainer: me Description: On some architectures PowerDNS was preferring Luajit over Lua, which wasn't added as a dependency. On previous versions this was controlled by passing `--with-lua` and `--without-luajit` however this isn't functional anymore. On the 4.2 series, it is instead possible to define the lua implementation to be used by passing `--with-lua=[implementation]` ie `--with-lua=lua` Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns: bump version to 4.2.0James Taylor2019-09-13
| | | | | | | | | | Bump PowerDNS Authoritative DNS Server to 4.2.0. Release changelong can be found at https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.0 Compile Tested: OpenWRT Snapshot - armv7 Run Tested: Linksys WRT1900ACS - package runs correctly, not all functionality has been tested. Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns: bump version to 4.1.13James Taylor2019-08-12
| | | | | | Bump PowerDNS Authoritative Nameserver to latest upstream 4.1.13 Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns: correct incomplete fix for build failureJames Taylor2019-07-03
| | | | | | | | | | Maintainer: me This commit addresses a build failure around guards on execinfo.h usage to prevent uclibc from pulling it in, as it defines both __GLIBC__ and __UCLIBC__. The original patch had invalid syntax which this corrects. Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns-auth: Bump version to 4.1.10James Taylor2019-06-25
| | | | | | | | | | | | PowerDNS released two new versions which together add some features and address security issues. Changelog: https://doc.powerdns.com/authoritative/changelog/4.1.html This release and 4.1.9 together fix the following security advisories: PowerDNS Security Advisory 2019-04 (CVE-2019-10162) PowerDNS Security Advisory 2019-05 (CVE-2019-10163) Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns: add packageJames Taylor2019-06-14
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>