Changeset 391c170


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6fbeb06 r391c170  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 12th &year;">
     9<!ENTITY releasedate  "May 14th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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
  • introduction/welcome/changelog.xml

    r6fbeb06 r391c170  
    4545-->
    4646    <listitem>
     47      <para>May 14th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Add security patch for libxml2. This patch
     51          fixes CVE-2016-3627 and CVE-2016-3705. Fixes
     52          <ulink url="&blfs-ticket-root;7793">#7793</ulink>.</para>
     53        </listitem>
     54       </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4758      <para>May 13th, 2016</para>
    4859      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.