aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-03-28 23:51:28 +0000
committerXin LI <delphij@FreeBSD.org>2011-03-28 23:51:28 +0000
commitcc930b7f30fea0c49272fd2c7adb832f0584d3f0 (patch)
tree23fd5979809d50bc77c4ad6c5fdc35ac55c64153 /UPDATING
parent018b8d347922c12ca1f771a2f7c72ed567786751 (diff)
downloadports-cc930b7f30fea0c49272fd2c7adb832f0584d3f0.tar.gz
ports-cc930b7f30fea0c49272fd2c7adb832f0584d3f0.zip
Document about the OpenLDAP client library change that may require user
interaction.
Notes
Notes: svn path=/head/; revision=271954
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2bafcc630de4..dd9235798367 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,28 @@ 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.
+20110328:
+ AFFECTS: users of net/openldap24-client
+ AUTHOR: delphij@FreeBSD.org
+
+ OpenLDAP has been upgraded to 2.4.25. In this version, certain library
+ rountines were moved from liblutil to libldap. If you previously built
+ the library with "FETCH" support, this would cause libldap to depend on
+ FreeBSD's libfetch.so library.
+
+ This dependency is not expected by many applications that uses OpenLDAP
+ client library, which could broke if they won't link against libfetch.
+ For this reason, the libfetch(3) support in openldap24-client have been
+ turned off by default.
+
+ If you are having problems saying fetchGetURL is not found, please either
+ rebuild your openldap24-client without the support, or tweak your
+ application's Makefile to have them link against libfetch(3) library.
+
+ Most users can use 'make config' in ports/net/openldap24-client to change
+ the saved settings and have FETCH turned off safely, if they don't use
+ the functionality of downloading the ldif files.
+
20110324:
AFFECTS: users of KDE SC 4
AUTHOR: kde@FreeBSD.org