diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-05-23 10:34:58 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-05-23 10:34:58 +0000 |
commit | 736564ba7cb9d22615919c3696d3bd106ebcfe2b (patch) | |
tree | efda6360de90c7dd73ddc6e769bb417a495a5c34 | |
parent | 48fd29caea98426d7560accf06e7a6881b46e290 (diff) | |
download | pkgsrc-736564ba7cb9d22615919c3696d3bd106ebcfe2b.tar.gz |
net/powerdns-recursor: Update to 4.1.3.
Improvements
- Add a subtree option to the API cache flush endpoint.
- Use a separate, non-blocking pipe to distribute queries.
- Move carbon/webserver/control/stats handling to a separate thread.
- Add _raw versions for QName / ComboAddresses to the FFI API.
- Update copyright years to 2018
- Fix a warning on botan >= 2.5.0.
Bug Fixes
- Count a lookup into an internal auth zone as a cache miss.
- Don’t increase the DNSSEC validations counters when running with
process-no-validate.
- Respect the AXFR timeout while connecting to the RPZ server.
- Increase MTasker stacksize to avoid crash in exception unwinding
- Use the SyncRes time in our unit tests when checking cache validity
- Add -rdynamic to C{,XX}FLAGS when we build with LuaJIT.
- Delay the loading of RPZ zones until the parsing is done, fixing a
race condition.
- Reorder includes to avoid boost L conflict.
-rw-r--r-- | net/powerdns-recursor/Makefile | 4 | ||||
-rw-r--r-- | net/powerdns-recursor/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/powerdns-recursor/Makefile b/net/powerdns-recursor/Makefile index 1aaf89a9d7f..fecdc452993 100644 --- a/net/powerdns-recursor/Makefile +++ b/net/powerdns-recursor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2018/04/05 08:15:02 fhajny Exp $ +# $NetBSD: Makefile,v 1.29 2018/05/23 10:34:58 fhajny Exp $ # -DISTNAME= pdns-recursor-4.1.2 +DISTNAME= pdns-recursor-4.1.3 CATEGORIES= net MASTER_SITES= http://downloads.powerdns.com/releases/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/powerdns-recursor/distinfo b/net/powerdns-recursor/distinfo index 80029a2cd9d..d5d5b19e700 100644 --- a/net/powerdns-recursor/distinfo +++ b/net/powerdns-recursor/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.24 2018/04/05 08:15:02 fhajny Exp $ +$NetBSD: distinfo,v 1.25 2018/05/23 10:34:58 fhajny Exp $ -SHA1 (pdns-recursor-4.1.2.tar.bz2) = 0509c4f2166abc51fd77c878ef6b7548cbea2c5a -RMD160 (pdns-recursor-4.1.2.tar.bz2) = da01ce487736c9a01c36f77583ec3a0c3108ed3b -SHA512 (pdns-recursor-4.1.2.tar.bz2) = eaf28ce424f1367e548cb78c09de9d39154dddd87e2f19ed238197b6304b20bd9fef599d7df44ca128d89d8cd04d3b7fdd455241bb34ecd688c8042a020c4a36 -Size (pdns-recursor-4.1.2.tar.bz2) = 1219927 bytes +SHA1 (pdns-recursor-4.1.3.tar.bz2) = 31a891c9ff29de427fc97f5253bebc9df204af46 +RMD160 (pdns-recursor-4.1.3.tar.bz2) = 9fd93db50ae9379102f352559a02c21520abe477 +SHA512 (pdns-recursor-4.1.3.tar.bz2) = 5ea7e027131143b3ca45ca4a97316f52207a55cf5498a136e44cf5ee78bee00efecf3cd7c9c46261002cbd6e4ea0cd2af62c456b71fd2366729242950b7c060d +Size (pdns-recursor-4.1.3.tar.bz2) = 1223928 bytes SHA1 (patch-configure) = 5c91dcbc43a51bf30af200e234f18eb9b7458e6f SHA1 (patch-dns.hh) = 7e9c1b10a066a605b74ebdbee2d894aed50f6c68 SHA1 (patch-ext_json11_json11.cpp) = 2de8ea8b51556bd3e3c1a88f681697eff239ab1a |