Author: renodr
Date: Tue Jan 15 22:18:53 2019
New Revision: 20985

Log:
Update to talloc-2.1.15

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/talloc.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Tue Jan 15 18:04:36 2019        (r20984)
+++ trunk/BOOK/general.ent      Tue Jan 15 22:18:53 2019        (r20985)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "15">                   <!-- Always 2 digits -->
+<!ENTITY day          "16">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 15th, &year;">
+<!ENTITY releasedate  "January 16th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/genlib/talloc.xml
==============================================================================
--- trunk/BOOK/general/genlib/talloc.xml        Tue Jan 15 18:04:36 2019        
(r20984)
+++ trunk/BOOK/general/genlib/talloc.xml        Tue Jan 15 22:18:53 2019        
(r20985)
@@ -6,10 +6,10 @@
 
   <!ENTITY talloc-download-http 
"https://www.samba.org/ftp/talloc/talloc-&talloc-version;.tar.gz";>
   <!ENTITY talloc-download-ftp  " ">
-  <!ENTITY talloc-md5sum        "7478da02e309316231a497a9f17a980d">
-  <!ENTITY talloc-size          "436 KB">
-  <!ENTITY talloc-buildsize     "8.0 MB (with tests)">
-  <!ENTITY talloc-time          "0.3 SBU (with tests)">
+  <!ENTITY talloc-md5sum        "a56bc6add28ae0f5693eb49e19ddddcf">
+  <!ENTITY talloc-size          "620 KB">
+  <!ENTITY talloc-buildsize     "10 MB (with tests)">
+  <!ENTITY talloc-time          "0.4 SBU (with tests)">
 ]>
 
 <sect1 id="talloc" xreflabel="Talloc-&talloc-version;">
@@ -99,13 +99,12 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>sed -i s:../../buildtools/bin/waf:buildtools/bin/waf: 
Makefile &amp;&amp;
+./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>
       To check the results, issue <command>make check</command>. 
-      <!-- The python tests fail due to missing files. - Not applicable
-      when testing for 8.1 -->
     </para>
 
     <para>
@@ -120,9 +119,14 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>sed -i s:[...] Makefile</command>: This command fixes a 
+      packaging problem introduced with this version of Talloc.
+    </para>
+
+    <para>
       <option>--extra-python=PYTHON</option>: This switch enables building
       selected libraries for the specified additional version of Python
-      (example: <option>--extra-python=/usr/bin/python3</option>).
+      (example: <option>--extra-python=/usr/bin/python2</option>).
     </para>
 
   </sect2>
@@ -143,6 +147,7 @@
           libpytalloc-util.cpython-35m-x86-64-linux-gnu.so,
           libpytalloc-util.so,
           libtalloc.so,
+          <!-- NOTE: The below is Optional now. -->
           talloc.so (Python-2 Module) and
           talloc.cpython-35m-x86_64-linux-gnu.so (Python-3 Module)
         </seg>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Jan 15 18:04:36 
2019        (r20984)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Jan 15 22:18:53 
2019        (r20985)
@@ -41,16 +41,25 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>January 16th, 2019</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Update to talloc-2.1.15. Fixes
+          <ulink url="&blfs-ticket-root;11550">#11550</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>January 15th, 2019</para>
       <itemizedlist>
         <listitem>
-          <para>[bdubbbs] - Update to vlc-3.0.6. Finishes
+          <para>[bdubbbs] - Update to vlc-3.0.6. Fixes
           <ulink url="&blfs-ticket-root;11487">#11487</ulink>.</para>
         </listitem>
         <listitem>
-          <para>[bdubbbs] - Update to cmake-3.13.3. Finishes
+          <para>[bdubbbs] - Update to cmake-3.13.3. Fixes
           <ulink url="&blfs-ticket-root;11548">#11548</ulink>.</para>
         </listitem>
       </itemizedlist>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Tue Jan 15 18:04:36 2019        (r20984)
+++ trunk/BOOK/packages.ent     Tue Jan 15 22:18:53 2019        (r20985)
@@ -185,7 +185,7 @@
 <!ENTITY qca-version                  "2.1.3">
 <!ENTITY qjson-version                "0.8.1">
 <!ENTITY sbc-version                  "1.4">
-<!ENTITY talloc-version               "2.1.14">
+<!ENTITY talloc-version               "2.1.15">
 <!ENTITY telepathy-glib-version       "0.24.1">
 <!ENTITY wayland-version              "1.16.0">
 <!ENTITY wayland-protocols-version    "1.17">
-- 
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