summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDerek Schrock <dereks@lifeofadishwasher.com>2022-05-02 08:06:54 -0500
committerDmitri Goutnik <dmgk@FreeBSD.org>2022-05-02 08:10:58 -0500
commite49c427ac102757b65a46992157d1e948b55a8c8 (patch)
tree9eece1c5353aa44c3c11bf0b021bf10c0dd494b2 /UPDATING
parente90f4ca7918fc3dee0f7dedfae4a02051d9a0863 (diff)
downloadfreebsd-ports-e49c427ac102757b65a46992157d1e948b55a8c8.zip
mail/mutt: New hcache options change default to lmdb
- Add three new(ish) hcache options HCACHE_{LMDB,GDBM,QDBM} - Update HCACHE_BDB to use database/db18 - Due to bdb5's EOL change the default hcache to HCACHE_LMDB. Favoring lmbd since it's performance is on par with BDB and that db18's AGPL3 licensing seems to be a point of contention. PR: 263211
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 65bfebe400d8..62eb9c273b1c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20220502:
+ AFFECTS: mail/mutt
+ AUTHOR: dereks@lifeofadishwasher.com
+
+ Default header cache option has been changed to the new option LMDB using
+ databases/lmdb. The BDB option still exists but now uses databases/db18 due
+ to the EOL of databases/db5.
+
20220501:
AFFECT: users of drm-current-kmod and drm-devel-kmod
AUTHOR: manu@FreeBSD.org