diff options
author | Ralf van der Enden <tremere@cainites.net> | 2023-10-09 17:03:10 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-10-11 06:02:18 +0000 |
commit | f06257af6c0de775bf0614573501fb3789c66f4b (patch) | |
tree | dc0db7ce20624e7a3825b766efa554fa4d7253d3 | |
parent | 118d96b554ca3b30e5892d4d9713f73746dfd86d (diff) |
dns/powerdns: update to 4.8.3
Changelog: https://doc.powerdns.com/authoritative/changelog/4.8.html#change-4.8.3
Upgrade guide: https://doc.powerdns.com/authoritative/upgrading.html#any-version-to-4-8-x
(nothing new going from 4.8.2 to 4.8.3)
PR: 274369
-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 b3ab97f92c14..577063484530 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,6 +1,5 @@ PORTNAME= powerdns -DISTVERSION= 4.8.2 -PORTREVISION= 1 +DISTVERSION= 4.8.3 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index bb0abfec0996..d324be0d3547 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694084999 -SHA256 (pdns-4.8.2.tar.bz2) = 3b173fda4c51bb07b5a51d8c599eedd7962a02056b410e3c9d9d69ed97be35b9 -SIZE (pdns-4.8.2.tar.bz2) = 1372214 +TIMESTAMP = 1696570340 +SHA256 (pdns-4.8.3.tar.bz2) = 77b91199bdf71874334501c67e26469c2667a373d8423803fe657417295c77ba +SIZE (pdns-4.8.3.tar.bz2) = 1336985 |