Author: dj
Date: Wed Oct 25 18:47:46 2017
New Revision: 19378

Log:
Add itstool-2.0.4-segfault-1.patch.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/xml/itstool.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed Oct 25 12:03:55 2017        (r19377)
+++ trunk/BOOK/general.ent      Wed Oct 25 18:47:46 2017        (r19378)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "24">                   <!-- Always 2 digits -->
+<!ENTITY day          "26">                   <!-- Always 2 digits -->
 <!ENTITY month        "10">                   <!-- Always 2 digits -->
 <!ENTITY year         "2017">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "October 24th, &year;">
+<!ENTITY releasedate  "October 26th, &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/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Oct 25 12:03:55 
2017        (r19377)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Oct 25 18:47:46 
2017        (r19378)
@@ -41,6 +41,14 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>October 26th, 2017</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Add itstool-2.0.4-segfault-1.patch.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>October 24th, 2017</para>

Modified: trunk/BOOK/pst/xml/itstool.xml
==============================================================================
--- trunk/BOOK/pst/xml/itstool.xml      Wed Oct 25 12:03:55 2017        (r19377)
+++ trunk/BOOK/pst/xml/itstool.xml      Wed Oct 25 18:47:46 2017        (r19378)
@@ -72,13 +72,21 @@
       </listitem>
     </itemizedlist>
 
-    <bridgehead renderas="sect3">Itstool Dependencies</bridgehead>
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink 
url="&patch-root;/itstool-&itstool-version;-segfault-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
 
+    <bridgehead renderas="sect3">Itstool Dependencies</bridgehead>
+ 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="DocBook"/><!--,
-      <xref linkend="docbook-xsl"/>--> and
-      <xref linkend="python2"/>
+      <xref linkend="DocBook"/>
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -94,7 +102,8 @@
       commands:
     </para>
 
-<screen><userinput>PYTHON=/usr/bin/python3 ./configure --prefix=/usr &amp;&amp;
+<screen><userinput>patch -Np1 -i ../itstool-&itstool-version;-segfault-1.patch 
&amp;&amp;
+PYTHON=/usr/bin/python3 ./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
 <!--
-- 
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