diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2023-05-26 16:14:00 +0200 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2023-05-26 16:14:00 +0200 |
commit | 985788b37e14798739af343e2f5a7dfdf7d59b62 (patch) | |
tree | 71256887ddc653e72e2d3e62a213679839be92ec /UPDATING | |
parent | devel/rcs: update 5.10.0 -> 5.10.1 and remove obsolete patch (diff) |
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-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |