diff options
author | Ralf van der Enden <tremere@cainites.net> | 2023-03-30 18:30:30 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2023-03-30 19:02:29 +0000 |
commit | 431005203b17f911041d7bdcd76b38bf5f45bd75 (patch) | |
tree | 52abe26bae2bc12b00e840da3bff13e5cbd12c32 | |
parent | 5ad38d76715ceb48257bc2df1c148504468100f1 (diff) | |
download | ports-431005203b17f911041d7bdcd76b38bf5f45bd75.tar.gz ports-431005203b17f911041d7bdcd76b38bf5f45bd75.zip |
dns/powerdns-recursor: Update to PowerDNS Recursor 4.8.4
This release fixes CVE-2023-26437 (see URL) and only that.
PR: 270537
MFH: 2023Q1
Security: dc33795f-ced7-11ed-b1fe-6805ca2fa271
Changes: https://docs.powerdns.com/recursor/changelog/4.8.html#change-4.8.4
-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 e4a27de9a29e..fc79081f8fc3 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,5 +1,5 @@ PORTNAME= recursor -DISTVERSION= 4.8.3 +DISTVERSION= 4.8.4 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index 17e1527b3503..33830e4d7c02 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678199559 -SHA256 (pdns-recursor-4.8.3.tar.bz2) = 37b91a5458c54411f4e38e2d1263ecf41e751e43c5fd66e813100d9978f02505 -SIZE (pdns-recursor-4.8.3.tar.bz2) = 1525607 +TIMESTAMP = 1680094921 +SHA256 (pdns-recursor-4.8.4.tar.bz2) = f0a63fd08e03da82fa20d333ea5179d1b9259f4264546cf4995286677d9458c7 +SIZE (pdns-recursor-4.8.4.tar.bz2) = 1528092 |