diff options
author | Ralf van der Enden <tremere@cainites.net> | 2023-06-06 14:39:35 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2023-06-06 14:43:57 +0000 |
commit | 34da2d13ec589a9a2d36b0b46909d298f56f538c (patch) | |
tree | a978ba3aa3706227092c2be4f0cbc3eae05b3fd6 | |
parent | b4191346d00bd59d930d65251045a4c2d197cda9 (diff) | |
download | ports-34da2d13ec589a9a2d36b0b46909d298f56f538c.tar.gz ports-34da2d13ec589a9a2d36b0b46909d298f56f538c.zip |
dns/powerdns: update to 4.8.0
Maintainer update to PowerDNS Authoritative Server 4.8.0
Changes: https://doc.powerdns.com/authoritative/changelog/4.8.html#change-4.8.0
Upgrade notes: https://doc.powerdns.com/authoritative/upgrading.html
PR: 271865
-rw-r--r-- | dns/powerdns/Makefile | 3 | ||||
-rw-r--r-- | dns/powerdns/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 90486a889a51..0ee27f9c4567 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,6 +1,5 @@ PORTNAME= powerdns -DISTVERSION= 4.7.4 -PORTREVISION= 1 +DISTVERSION= 4.8.0 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index 1f4c33157af8..bff1c2156d61 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681743493 -SHA256 (pdns-4.7.4.tar.bz2) = 7469dd81fb7df11197f49638fa49ceff9f973225fc8f9c7160b0bfc00a2e7471 -SIZE (pdns-4.7.4.tar.bz2) = 1339609 +TIMESTAMP = 1685631927 +SHA256 (pdns-4.8.0.tar.bz2) = 61a96bbaf8b0ca49a9225a2254b9443c4ff8e050d337437d85af4de889e10127 +SIZE (pdns-4.8.0.tar.bz2) = 1354234 |