diff options
author | Derek Schrock <dereks@lifeofadishwasher.com> | 2022-05-02 08:06:54 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-05-02 08:10:58 -0500 |
commit | e49c427ac102757b65a46992157d1e948b55a8c8 (patch) | |
tree | 9eece1c5353aa44c3c11bf0b021bf10c0dd494b2 /UPDATING | |
parent | e90f4ca7918fc3dee0f7dedfae4a02051d9a0863 (diff) | |
download | freebsd-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-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |