aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRalf van der Enden <tremere@cainites.net>2023-09-10 23:23:16 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-09-12 14:54:17 +0000
commit5302da3360f539a6eb58df684697c760a5fb369b (patch)
tree53776abc7d5b4fb45c413b2798c3d69a6feccdef /UPDATING
parent595b030e0b15c29a4bdcbf7bd1549c1c431759ce (diff)
downloadports-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
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 52825a4e2f15..ba4e4ca76b74 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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