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)
This commit is contained in:
parent
d07a9aef6d
commit
17c5cf11df
2 changed files with 4 additions and 4 deletions
|
@ -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-
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue