diff options
author | Ralf van der Enden <tremere@cainites.net> | 2024-02-16 08:50:40 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-02-18 16:47:33 +0000 |
commit | 9d2a670205d7cc61754955a072434a2980700d25 (patch) | |
tree | 86d44fc9142eeab81e0eb879b61cdb31f5e40ee2 | |
parent | 951d5bcada15b4d2ade3ff4da54dc98a24985134 (diff) |
dns/powerdns-recursor: update to 5.0.2 (fixes CVE-2023-50387 and CVE-2023-50868)
ChangeLog:
https://blog.powerdns.com/2024/02/13/powerdns-recursor-4-8-6-4-9-3-5-0-2-released
PR: 277048
Reported by: tremere@cainites.net (maintainer)
MFH: 2024Q1 (security fixes)
Security: CVE-2023-50387 CVE-2023-50868
-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 7ca2cca42934..347ea6e96e7b 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,6 +1,5 @@ PORTNAME= recursor -DISTVERSION= 5.0.1 -PORTREVISION= 1 +DISTVERSION= 5.0.2 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index d0ea591c15cc..5b9d76f57cf2 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1704880945 -SHA256 (pdns-recursor-5.0.1.tar.bz2) = 70a3b0bfde350e94cdb0746b06d06e6d2f3dc0e171be3b12caef9f3c38468ca3 -SIZE (pdns-recursor-5.0.1.tar.bz2) = 1658747 +TIMESTAMP = 1707840036 +SHA256 (pdns-recursor-5.0.2.tar.bz2) = a90e8b61fdc181b596144c35920118ca71c3b95f46658cce7e8222750de45ca9 +SIZE (pdns-recursor-5.0.2.tar.bz2) = 1688010 SHA256 (rust/crates/cc-1.0.84.crate) = 0f8e7c90afad890484a21653d08b6e209ae34770fb5ee298f9c699fcc1e5c856 SIZE (rust/crates/cc-1.0.84.crate) = 74922 SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e |