diff options
author | Ralf van der Enden <tremere@cainites.net> | 2023-09-10 23:23:16 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-09-12 14:54:17 +0000 |
commit | 5302da3360f539a6eb58df684697c760a5fb369b (patch) | |
tree | 53776abc7d5b4fb45c413b2798c3d69a6feccdef | |
parent | 595b030e0b15c29a4bdcbf7bd1549c1c431759ce (diff) | |
download | ports-5302da3360f539a6eb58df684697c760a5fb369b.tar.gz ports-5302da3360f539a6eb58df684697c760a5fb369b.zip |
dns/powerdns: update to 4.8.2
In Authoritative Server 4.8, the LMDB backend gains a new Lightning
Stream-compatible schema, which requires a data migration (this is
automatic, and there is no migration back to the old schema). LMDB
backend users should pay extra attention to the Upgrade Notes at
https://doc.powerdns.com/authoritative/upgrading.html.
Changelog: https://blog.powerdns.com/2023/09/07/authoritative-server-4-8-2
PR: 273709
-rw-r--r-- | UPDATING | 10 | ||||
-rw-r--r-- | dns/powerdns/Makefile | 2 | ||||
-rw-r--r-- | dns/powerdns/distinfo | 6 |
3 files changed, 14 insertions, 4 deletions
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20230910: + AFFECTS: users of dns/powerdns + AUTHOR: tremere@cainites.net + + In Authoritative Server 4.8, the LMDB backend gains a new Lightning + Stream-compatible schema, which requires a data migration (this is + automatic, and there is no migration back to the old schema). LMDB + backend users should pay extra attention to the Upgrade Notes + (https://doc.powerdns.com/authoritative/upgrading.html). + +20230910: AFFECTS: users of net-mgmt/netbox AUTHOR: kai@FreeBSD.org diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index eb3ee8993c3e..da274836c397 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,5 +1,5 @@ PORTNAME= powerdns -DISTVERSION= 4.8.1 +DISTVERSION= 4.8.2 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index cafeeb8a8c8a..bb0abfec0996 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688740313 -SHA256 (pdns-4.8.1.tar.bz2) = 66dd3ee2654f42b4eb80260f94ecb48e313a81817f58125ce48c14c2d26e309e -SIZE (pdns-4.8.1.tar.bz2) = 1345713 +TIMESTAMP = 1694084999 +SHA256 (pdns-4.8.2.tar.bz2) = 3b173fda4c51bb07b5a51d8c599eedd7962a02056b410e3c9d9d69ed97be35b9 +SIZE (pdns-4.8.2.tar.bz2) = 1372214 |