Author: krejzi Date: 2012-08-14 10:32:09 -0600 (Tue, 14 Aug 2012) New Revision: 10516
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/server/other/openldap.xml Log: OpenLDAP 2.4.32. Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-08-14 16:02:07 UTC (rev 10515) +++ trunk/BOOK/general.ent 2012-08-14 16:32:09 UTC (rev 10516) @@ -657,14 +657,14 @@ <!ENTITY sqlite-version "3.7.13"> <!-- Chapter 23 --> -<!-- dhcp (chapter 13) --> -<!-- removed <!ENTITY leafnode-version "1.11.5"> --> -<!ENTITY openldap-version "2.4.31"> +<!ENTITY openldap-version "2.4.32"> <!ENTITY virtuoso-version "6.1.5"> <!ENTITY soprano-version "2.8.0"> -<!-- rsync (chapter 14) --> -<!-- cvs (chapter 12) --> +<!-- removed +<!ENTITY leafnode-version "1.11.5"> +--> + <!-- Part VI --> <!-- Chapter 24 --> <!ENTITY xorg-version "7.7"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-08-14 16:02:07 UTC (rev 10515) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-08-14 16:32:09 UTC (rev 10516) @@ -79,6 +79,9 @@ <para>[krejzi] - Bumped bootscripts to 20120814.</para> </listitem> <listitem> + <para>[krejzi] - OpenLDAP 2.4.32.</para> + </listitem> + <listitem> <para>[krejzi] - XScreenSaver 5.19.</para> </listitem> </itemizedlist> Modified: trunk/BOOK/server/other/openldap.xml =================================================================== --- trunk/BOOK/server/other/openldap.xml 2012-08-14 16:02:07 UTC (rev 10515) +++ trunk/BOOK/server/other/openldap.xml 2012-08-14 16:32:09 UTC (rev 10516) @@ -6,10 +6,10 @@ <!ENTITY openldap-download-http " "> <!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz"> - <!ENTITY openldap-md5sum "804c6cb5698db30b75ad0ff1c25baefd"> + <!ENTITY openldap-md5sum "6a3e85cf61860ca5e8a1eba6753dd9d0"> <!ENTITY openldap-size "5.2 MB"> - <!ENTITY openldap-buildsize "152 MB"> - <!ENTITY openldap-time "2.0 SBU and approximately 35 minutes to run the tests (processor independent)"> + <!ENTITY openldap-buildsize "100 MB"> + <!ENTITY openldap-time "3.8 SBU and approximately 35 minutes to run the tests (processor independent)"> ]> <sect1 id="openldap" xreflabel="OpenLDAP-&openldap-version;"> @@ -77,10 +77,14 @@ Required patch: <ulink url="&patch-root;/openldap-&openldap-version;-blfs-paths-1.patch"/> </para> + </listitem> + <listitem> <para> Required patch: <ulink url="&patch-root;/openldap-&openldap-version;-symbol-versions-1.patch"/> </para> + </listitem> + <listitem> <para> Optional patch: <ulink url="&patch-root;/openldap-&openldap-version;-ntlm-1.patch"/> @@ -119,7 +123,7 @@ <sect2 role="installation"> <title>Installation of OpenLDAP</title> - <note> + <important> <para> Without the following patch, the <application>Evolution</application> Exchange addressbook integration uses simple binds with cleartext @@ -129,7 +133,7 @@ </para> <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-ntlm-1.patch</userinput></screen> - </note> + </important> <note> <para> @@ -185,13 +189,10 @@ <screen role="root"><userinput>make install && -install -v -m755 -d /usr/share/doc/openldap-&openldap-version;/{drafts,guide,rfc} && -install -v -m644 doc/drafts/* \ - /usr/share/doc/openldap-&openldap-version;/drafts && -install -v -m644 doc/rfc/* \ - /usr/share/doc/openldap-&openldap-version;/rfc && -cp -v -R doc/guide/* \ - /usr/share/doc/openldap-&openldap-version;/guide</userinput></screen> +install -v -dm 755 /usr/share/doc/openldap-&openldap-version; && +cp -vfr doc/drafts /usr/share/doc/openldap-&openldap-version; && +cp -vfr doc/rfc /usr/share/doc/openldap-&openldap-version; && +cp -vfr doc/guide /usr/share/doc/openldap-&openldap-version;</userinput></screen> </sect2> @@ -718,7 +719,7 @@ <term><filename class='libraryfile'>liblber.so</filename></term> <listitem> <para> - is a set of lightweight Basic Encoding Rules routines. These + is a set of Lightweight Basic Encoding Rules routines. These routines are used by the LDAP library routines to encode and decode LDAP protocol elements using the (slightly simplified) Basic Encoding Rules defined by LDAP. They are not normally used directly -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page