Author: renodr
Date: Sat May 14 21:19:39 2016
New Revision: 17357

Log:
Add security fixes for libxml2 to both books.

Modified:
   branches/systemd/general/genlib/libxml2.xml
   branches/systemd/introduction/welcome/changelog.xml
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libxml2.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: branches/systemd/general/genlib/libxml2.xml
==============================================================================
--- branches/systemd/general/genlib/libxml2.xml Sat May 14 21:06:25 2016        
(r17356)
+++ branches/systemd/general/genlib/libxml2.xml Sat May 14 21:19:39 2016        
(r17357)
@@ -37,6 +37,8 @@
 
     &lfs79_checked;
 
+    &gcc6_checked;
+
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -80,6 +82,12 @@
           enables <command>make check</command> to do complete testing.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          Required patch:
+          <ulink 
url="&patch-root;/libxml2-&libxml2-version;-security_fixes-1.patch"/>
+        </para>
+      </listitem>
     </itemizedlist>
 
     <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
@@ -118,7 +126,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static --with-history 
&amp;&amp;
+<screen><userinput>patch -Np1 -i 
../libxml2-&libxml2-version;-security_fixes-1.patch &amp;&amp;
+./configure --prefix=/usr --disable-static --with-history &amp;&amp;
 make</userinput></screen>
 
     <para>If you downloaded the testsuite, issue the following command:</para>

Modified: branches/systemd/introduction/welcome/changelog.xml
==============================================================================
--- branches/systemd/introduction/welcome/changelog.xml Sat May 14 21:06:25 
2016        (r17356)
+++ branches/systemd/introduction/welcome/changelog.xml Sat May 14 21:19:39 
2016        (r17357)
@@ -45,6 +45,15 @@
 -->
 
     <listitem>
+      <para>May 15th, 2016</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Add patch to fix libxml2 security issues.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>May 14th, 2016</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat May 14 21:06:25 2016        (r17356)
+++ trunk/BOOK/general.ent      Sat May 14 21:19:39 2016        (r17357)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "12">                   <!-- Always 2 digits -->
+<!ENTITY day          "14">                   <!-- Always 2 digits -->
 <!ENTITY month        "05">                   <!-- Always 2 digits -->
 <!ENTITY year         "2016">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "May 12th &year;">
+<!ENTITY releasedate  "May 14th &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/libxml2.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxml2.xml       Sat May 14 21:06:25 2016        
(r17356)
+++ trunk/BOOK/general/genlib/libxml2.xml       Sat May 14 21:19:39 2016        
(r17357)
@@ -80,6 +80,12 @@
           enables <command>make check</command> to do complete testing.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          Required patch:
+          <ulink 
url="&patch-root;/libxml2-&libxml2-version;-security_fixes-1.patch"/>
+        </para>
+      </listitem>
     </itemizedlist>
 
     <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
@@ -118,7 +124,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static --with-history 
&amp;&amp;
+<screen><userinput>patch -Np1 -i 
../libxml2-&libxml2-version;-security_fixes-1.patch &amp;&amp;
+./configure --prefix=/usr --disable-static --with-history &amp;&amp;
 make</userinput></screen>
 
     <para>If you downloaded the testsuite, issue the following command:</para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat May 14 21:06:25 
2016        (r17356)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat May 14 21:19:39 
2016        (r17357)
@@ -44,6 +44,17 @@
 
 -->
     <listitem>
+      <para>May 14th, 2016</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Add security patch for libxml2. This patch
+          fixes CVE-2016-3627 and CVE-2016-3705. Fixes
+          <ulink url="&blfs-ticket-root;7793">#7793</ulink>.</para>
+        </listitem>
+       </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>May 13th, 2016</para>
       <itemizedlist>
         <listitem>
-- 
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