aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-06-20 19:24:32 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-06-20 19:24:32 +0000
commit6263eb2d051d006434c81c392c6d675a32a9997c (patch)
tree40f001dfacf4b01fbaa63dd4a2761d7d6a5865ad /UPDATING
parent8de80e24c57465dc822a37b049d2f690d2e4974d (diff)
downloadports-6263eb2d051d006434c81c392c6d675a32a9997c.tar.gz
ports-6263eb2d051d006434c81c392c6d675a32a9997c.zip
Add the entry for the new default LDAP version. Entries for the new default
MySQL and PHP versions are coming. Forgotten by: linimon
Notes
Notes: svn path=/head/; revision=165871
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f00f503e8894..d9b92c19d249 100644
--- a/UPDATING
+++ b/UPDATING
@@ -14,6 +14,15 @@ upgrades.
The new default location is LOCALBASE/etc/pfpro/certs.
20060616:
+ AFFECTS: users of net/openldap22{,-sasl}-client
+ AUTHOR: linimon@FreeBSD.org
+
+ OpenLDAP version 2.3 is now the default. To upgrade all ports do
+ portupgrade -rfo net/openldap23-client openldap-client
+ (or a similar command for the SASL variant). If you do not want to
+ upgrade, add the line `WANT_OPENLDAP_VER?=22' to /etc/make.conf.
+
+20060616:
AFFECTS users of emulation/linux_base-*
AUTHOR: netchild@FreeBSD.org