Changeset 920f21a


Ignore:
Timestamp:
05/15/2016 04:19:39 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
6d11bc30
Parents:
6d27308
Message:

Add security fixes for libxml2 to both books.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17357 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r6d27308 r920f21a  
    3838    &lfs79_checked;
    3939
     40    &gcc6_checked;
     41
    4042    <bridgehead renderas="sect3">Package Information</bridgehead>
    4143    <itemizedlist spacing="compact">
     
    7981          <ulink url="http://www.w3.org/XML/Test/xmlts&testsuite-version;.tar.gz"/> - This
    8082          enables <command>make check</command> to do complete testing.
     83        </para>
     84      </listitem>
     85      <listitem>
     86        <para>
     87          Required patch:
     88          <ulink url="&patch-root;/libxml2-&libxml2-version;-security_fixes-1.patch"/>
    8189        </para>
    8290      </listitem>
     
    119127    </para>
    120128
    121 <screen><userinput>./configure --prefix=/usr --disable-static --with-history &amp;&amp;
     129<screen><userinput>patch -Np1 -i ../libxml2-&libxml2-version;-security_fixes-1.patch &amp;&amp;
     130./configure --prefix=/usr --disable-static --with-history &amp;&amp;
    122131make</userinput></screen>
    123132
  • introduction/welcome/changelog.xml

    r6d27308 r920f21a  
    4646
    4747    <listitem>
     48      <para>May 15th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[renodr] - Add patch to fix libxml2 security issues.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4857      <para>May 14th, 2016</para>
    4958      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.