1) 1.2.10 is the latest stable version according to www.opendlap.org 2) This port links all clients, utilities and servers with static ldap libraries. This is both a waste of diskspace and memory at runtime. With dynamic linking I got a ~700 KB package instead of a 1+ MB package with static linking. The patches are in fact a back port of the patches found in the openldap CVS tree : http://www.openldap.org/devel/cvsweb.cgi/build/lib-shared.mk.diff?r1=1.6&r2=1.7&hideattic=1&sortbydate=0 http://www.openldap.org/devel/cvsweb.cgi/build/lib.mk.diff?r1=1.9&r2=1.10&hideattic=1&sortbydate=0 http://www.openldap.org/devel/cvsweb.cgi/tests/scripts/defines.sh.diff?r1=1.32&r2=1.33&hideattic=1&sortbydate=0 patch-aa is the only one required to links all clients and servers dynamically. patch-ab and patch-ac are just there to be complete. patch-db is exactly the same as with 1.2.9, only configure's line numbers have changed. How-To-Repeat: Build this port.
State Changed From-To: open->closed Update committed, thanks!