diff options
author | Ralf van der Enden <tremere@cainites.net> | 2023-01-23 17:07:40 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-01-24 06:43:57 +0000 |
commit | 2c4784a7609ff0ef908af4e533c178ca3fa026d1 (patch) | |
tree | 6bef430b9502d51c53b5a0ddd64019458cea1121 /dns/powerdns-recursor | |
parent | 46191ee0b35c3701402e45b23513b56452f75da3 (diff) | |
download | ports-2c4784a7609ff0ef908af4e533c178ca3fa026d1.tar.gz ports-2c4784a7609ff0ef908af4e533c178ca3fa026d1.zip |
dns/powerdns-recursor: update to 4.8.1 (fixes CVE-2023-22617)
ChangeLog: https://docs.powerdns.com/recursor/changelog/4.8.html#change-4.8.1
Avoid unbounded recursion when retrieving DS records from some misconfigured
domains.
PR: 269116
Reported by: tremere@cainites.net (maintainer)
MFH: 2023Q1 (security fix)
Security: CVE-2023-22617
Diffstat (limited to 'dns/powerdns-recursor')
-rw-r--r-- | dns/powerdns-recursor/Makefile | 3 | ||||
-rw-r--r-- | dns/powerdns-recursor/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index 1ab9c95099b6..d5a7afacf75f 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,6 +1,5 @@ PORTNAME= recursor -DISTVERSION= 4.8.0 -PORTREVISION= 1 +DISTVERSION= 4.8.1 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index 1b009931ff81..8bd51ba20ea6 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670850932 -SHA256 (pdns-recursor-4.8.0.tar.bz2) = ccb9017a1a788e95e948e7b240ef8db53ae8a507b915f260188ef343f7f68bdc -SIZE (pdns-recursor-4.8.0.tar.bz2) = 1530308 +TIMESTAMP = 1674231368 +SHA256 (pdns-recursor-4.8.1.tar.bz2) = d7b03447009257e512f01fcc46cbdb9c859b672a1c9b23faf382e870765b0f0d +SIZE (pdns-recursor-4.8.1.tar.bz2) = 1528477 |