diff options
author | Ralf van der Enden <tremere@cainites.net> | 2022-09-28 05:23:16 +0000 |
---|---|---|
committer | Fernando Apesteguía <fernape@FreeBSD.org> | 2022-09-29 05:43:49 +0000 |
commit | 17c5cf11df1272b47c6ca81aa1980f7784223c64 (patch) | |
tree | 6630a9294f8bcdf1f5bd1604b9e78e3aeeeaad82 | |
parent | d07a9aef6d2e7c0c24313421ffb8ddd30e0344f5 (diff) | |
download | ports-17c5cf11df1272b47c6ca81aa1980f7784223c64.tar.gz ports-17c5cf11df1272b47c6ca81aa1980f7784223c64.zip |
dns/powerdns-recursor: update to 4.7.3
ChangeLog:
https://blog.powerdns.com/2022/09/20/powerdns-recursor-4-5-11-4-6-4-and-4-7-3-released/
Improvements
* For zones having many NS records, we are not interested in all so take a
sample.
* Also check qperq limit if throttling happened, as it increases counters.
Bug Fixes
* Failure to retrieve DNSKEYs of an Insecure zone should not be fatal.
* Fix recursor not responsive after Lua config reload.
* Clear the caches after loading authzones.
* Resize answer length to actual received length in udpQueryResponse.¶
PR: 266645
Reported by: tremere@cainites.net (maintainer)
-rw-r--r-- | dns/powerdns-recursor/Makefile | 2 | ||||
-rw-r--r-- | dns/powerdns-recursor/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index fe2627ffa3f6..43b8458bd98a 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,5 +1,5 @@ PORTNAME= recursor -DISTVERSION= 4.7.2 +DISTVERSION= 4.7.3 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index 52f88833c8e7..5066d6d21e4e 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661255154 -SHA256 (pdns-recursor-4.7.2.tar.bz2) = bdb4190790fe759778d6f0515afbbcc0a28b3e7e1b83c570caaf38419d57820d -SIZE (pdns-recursor-4.7.2.tar.bz2) = 1580602 +TIMESTAMP = 1663672225 +SHA256 (pdns-recursor-4.7.3.tar.bz2) = 206d766cc8f0189f79d69af64d8d937ecc61a4d13e8ea6594d78fe30e61405f2 +SIZE (pdns-recursor-4.7.3.tar.bz2) = 1597064 |