Author: fernando
Date: Fri Oct  3 13:25:48 2014
New Revision: 14475

Log:
Update to openldap-2.4.40.
Fix again dependencies of Thunar-1.6.3.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/server/other/openldap.xml
   trunk/BOOK/xfce/core/thunar.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Oct  3 12:42:33 
2014        (r14474)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Oct  3 13:25:48 
2014        (r14475)
@@ -48,6 +48,10 @@
       <para>October 3rd, 2014</para>
       <itemizedlist>
         <listitem>
+          <para>[fernando] - Update to openldap-2.4.40.  Fixes
+          <ulink url="&blfs-ticket-root;5608">#5608</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to utils-1.3.1. Fixes
           Fixes <ulink url="&blfs-ticket-root;5589">#5589</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Fri Oct  3 12:42:33 2014        (r14474)
+++ trunk/BOOK/packages.ent     Fri Oct  3 13:25:48 2014        (r14475)
@@ -415,7 +415,7 @@
 <!ENTITY sqlite-version               "3.8.6">
 
 <!-- Chapter 23 -->
-<!ENTITY openldap-version             "2.4.39">
+<!ENTITY openldap-version             "2.4.40">
 <!ENTITY soprano-version              "2.9.4">
 <!ENTITY unbound-version              "1.4.22">
 <!ENTITY virtuoso-version             "6.1.8">

Modified: trunk/BOOK/server/other/openldap.xml
==============================================================================
--- trunk/BOOK/server/other/openldap.xml        Fri Oct  3 12:42:33 2014        
(r14474)
+++ trunk/BOOK/server/other/openldap.xml        Fri Oct  3 13:25:48 2014        
(r14475)
@@ -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        "b0d5ee4b252c841dec6b332d679cf943">
-  <!ENTITY openldap-size          "5.3 MB">
-  <!ENTITY openldap-buildsize     "48 MB (client) 103 MB (server)">
-  <!ENTITY openldap-time          "0.9 SBU (client) 1.8 SBU (server)">
+  <!ENTITY openldap-md5sum        "423c1f23d2a0cb96b3e9baf7e9d7dda7">
+  <!ENTITY openldap-size          "5.4 MB">
+  <!ENTITY openldap-buildsize     "47 MB (client) 101 MB (server - additional 
5 MB for the tests)">
+  <!ENTITY openldap-time          "0.6 SBU (client) 1 SBU (serverr - 
additional 3.4 SBU for the tests)">
 ]>
 
 <sect1 id="openldap" xreflabel="OpenLDAP-&openldap-version;">
@@ -36,6 +36,13 @@
 
     &lfs76_checked;
 
+    <warning>
+      <para>
+        Starting with Berkeley DB-6.0.20, there is a problem of license, if you
+        are intending to distribute this system.
+      </para>
+    </warning>
+
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -143,6 +150,7 @@
 <screen><userinput>patch -Np1 -i 
../openldap-&openldap-version;-blfs_paths-1.patch &amp;&amp;
 patch -Np1 -i ../openldap-&openldap-version;-symbol_versions-1.patch &amp;&amp;
 autoconf &amp;&amp;
+sed -i '/6.0.20/ a\\t__db_version_compat' configure &amp;&amp;
 ./configure --prefix=/usr     \
             --sysconfdir=/etc \
             --disable-static  \
@@ -179,6 +187,7 @@
 <screen><userinput>patch -Np1 -i 
../openldap-&openldap-version;-blfs_paths-1.patch &amp;&amp;
 patch -Np1 -i ../openldap-&openldap-version;-symbol_versions-1.patch &amp;&amp;
 autoconf &amp;&amp;
+sed -i '/6.0.20/ a\\t__db_version_compat' configure &amp;&amp;
 ./configure --prefix=/usr         \
             --sysconfdir=/etc     \
             --localstatedir=/var  \
@@ -233,6 +242,12 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para>
+      <command>sed ... configure</command>: Fix  <command>configure</command>
+      script for building with <application>Berkeley DB-6.0.20</application> or
+      later.
+    </para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 

Modified: trunk/BOOK/xfce/core/thunar.xml
==============================================================================
--- trunk/BOOK/xfce/core/thunar.xml     Fri Oct  3 12:42:33 2014        (r14474)
+++ trunk/BOOK/xfce/core/thunar.xml     Fri Oct  3 13:25:48 2014        (r14475)
@@ -82,7 +82,6 @@
 
     <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
     <para role="required runtime">
-      <xref linkend="gvfs"/> (for remote browsing and automounting) and
       <xref linkend="gnome-icon-theme"/> or
       <xref linkend="lxde-icon-theme"/>
     </para>
@@ -97,6 +96,7 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
+      <xref linkend="gvfs"/> (for remote browsing and automounting),
       <xref linkend="libexif"/> and
       <xref linkend="tumbler"/> (runtime)
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to