diff options
author | delphij <delphij@FreeBSD.org> | 2014-03-20 06:11:10 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2014-03-20 06:11:10 +0800 |
commit | b5b2b9da5a7a71318321e3339429782f1a7facf0 (patch) | |
tree | dca96f8b3124180dae56a253d0c844cc89af2238 /UPDATING | |
parent | aecafec6adff872b2cf9b029f2b3eca35b422c15 (diff) | |
download | freebsd-ports-gnome-b5b2b9da5a7a71318321e3339429782f1a7facf0.tar.gz freebsd-ports-gnome-b5b2b9da5a7a71318321e3339429782f1a7facf0.tar.zst freebsd-ports-gnome-b5b2b9da5a7a71318321e3339429782f1a7facf0.zip |
Spring cleanup of OpenLDAP 2.4 port:
- Fix various issues introduced with staging support.
- Build MDB backend by default, this will become new preferred backend
and BerkeleyDB backend is now deprecated.
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. +20140318: + AFFECTS: users of net/openldap24-server + AUTHOR: delphij@FreeBSD.org + + Please note that Berkeley DB backend is now deprecated and will be removed + in a future version. Existing users should migrate data to the new MDB + backend when possible. + 20140317: AFFECTS: users of misc/ossp-uuid-perl AUTHOR: culot@FreeBSD.org |