Changeset 391c170 for general


Ignore:
Timestamp:
05/15/2016 04:19:39 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c0f9ddc
Parents:
6fbeb06
Message:

Add security fixes for libxml2 to both books.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r6fbeb06 r391c170  
    7979          <ulink url="http://www.w3.org/XML/Test/xmlts&testsuite-version;.tar.gz"/> - This
    8080          enables <command>make check</command> to do complete testing.
     81        </para>
     82      </listitem>
     83      <listitem>
     84        <para>
     85          Required patch:
     86          <ulink url="&patch-root;/libxml2-&libxml2-version;-security_fixes-1.patch"/>
    8187        </para>
    8288      </listitem>
     
    119125    </para>
    120126
    121 <screen><userinput>./configure --prefix=/usr --disable-static --with-history &amp;&amp;
     127<screen><userinput>patch -Np1 -i ../libxml2-&libxml2-version;-security_fixes-1.patch &amp;&amp;
     128./configure --prefix=/usr --disable-static --with-history &amp;&amp;
    122129make</userinput></screen>
    123130
Note: See TracChangeset for help on using the changeset viewer.