aboutsummaryrefslogtreecommitdiff
path: root/net/pdns-recursor
Commit message (Collapse)AuthorAge
* pdns-recursor: update to 4.4.1Rosen Penev2020-12-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pdns-recursor: update to 4.4.0Rosen Penev2020-11-04
| | | | | | | | Removed upstreamed patch. Refreshed other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pdns-resursor: add missing dependencyRosen Penev2020-10-11
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pdns-recursor: update to 4.3.4Rosen Penev2020-10-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pdns-recursor: update to 4.2.2James Taylor2020-05-26
| | | | | | | | | | | | Updates pdns-recursor to latest release in the 4.2 series. Includes backported fixes for CVE-2020-10995, CVE-2020-12244 and CVE-2020-10030, plus avoid a crash when loading an invalid RPZ. Full change log for this release is available at: https://doc.powerdns.com/recursor/changelog/4.2.html#change-4.2.2 Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns-recursor: fix compilation with boost 1.73Rosen Penev2020-05-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pdns-recursor: update to 4.2.1James Taylor2019-12-09
| | | | | | | Updates pdns-recursor to current stable 4.2.1. Also includes more complete fix for boost.m4 BOOST::THREAD detection, removing dependency on boost-thread. Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns-recursor: add temporary depends to fix buildJames Taylor2019-11-12
| | | | | | | | | There is an issue with the included build scripts which improperly check for a requirement on libboost-thread where another implementation is available. Fixes #10273. Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns-recursor: bump version to 4.2.0James Taylor2019-07-23
| | | | | | | | Maintainer: me This commit bumps the version of pdns-recursor to the latest 4.2.0. This release brings in mostly minor changes, with the full changelog available at https://doc.powerdns.com/recursor/changelog/4.2.html Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns-recursor: add packageJames Taylor2019-07-03
Maintainer: me Compile tested: armv7l, OpenWRT SDK Run tested: armv7l Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 - confirmed PowerDNS recursor links correctly against libraries and runs on my target environment. Description: PowerDNS Recursor is a high-performance resolving name server, utilizing multiple processor and including Lua scripting capabilities. This commit includes the recursive nameserver https://www.powerdns.com/recursor.html Signed-off-by: James Taylor <james@jtaylor.id.au>