aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2023-05-26 14:14:00 +0000
committerKurt Jaeger <pi@FreeBSD.org>2023-05-26 14:14:00 +0000
commit985788b37e14798739af343e2f5a7dfdf7d59b62 (patch)
tree71256887ddc653e72e2d3e62a213679839be92ec /UPDATING
parent55fb38d8b98983102be699ba8a2388d6d037bc04 (diff)
downloadports-985788b37e14798739af343e2f5a7dfdf7d59b62.tar.gz
ports-985788b37e14798739af343e2f5a7dfdf7d59b62.zip
mail/exim: update 4.95 -> 4.96
PR: 265098 Obtained-from: https://salsa.debian.org/exim-team/exim4/-/blob/master/debian/patches/ Reported-by: vvd Approved-by: fluffy Reviewed-by: drs-freebsd@sieborger.nom.za Tested-by: pi, drs-freebsd@sieborger.nom.za Changes: https://lists.exim.org/lurker/message/20220625.141825.d6de6074.en.html
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index af8d5c6223df..44b8585aca63 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20230526:
+ AFFECTS: users of mail/exim
+ AUTHOR: pi@FreeBSD.org
+
+ The port changes from USE_DB to USE_NDBM. Any existing configuration like
+ ${lookup{$needle}dbm{haystack.db}}
+ will need to change to
+ ${lookup{$needle}dbm{haystack}}.
+
+ Please also rename your old DBM files while the exim daemon is stopped:
+ find /var/spool/exim/db/* -not -name \*.lockfile -exec mv -i {} {}.db \;
+
20230513:
AFFECTS: users of www/tt-rss
AUTHOR: dereks@lifeofadishwasher.com