Changeset 85b5562


Ignore:
Timestamp:
11/27/2010 12:24:53 AM (13 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ca6947d
Parents:
8723214
Message:

Fix the expat vulnerabilities.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8723214 r85b5562  
    44-->
    55
    6 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     6<!ENTITY day          "27">                   <!-- Always 2 digits -->
    77<!ENTITY month        "11">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
  • general/genlib/expat.xml

    r8723214 r85b5562  
    3333    C library for parsing XML.</para>
    3434
    35     &lfs65_checked;
     35    &lfs67_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5757    </itemizedlist>
    5858
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing='compact'>
     61      <listitem>
     62        <para>Required patch: <ulink
     63        url="&patch-root;/expat-&expat-version;-fixes-2.patch"/></para>
     64      </listitem>
     65    </itemizedlist>
     66
    5967    <para condition="html" role="usernotes">User Notes:
    6068    <ulink url="&blfs-wiki;/expat"/></para>
     
    6876    commands:</para>
    6977
    70 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     78<screen><userinput>patch -Np1 -i ../expat-&expat-version;-fixes-2.patch &amp;&amp;
     79./configure --prefix=/usr &amp;&amp;
    7180make</userinput></screen>
    7281
     
    8089    unprivileged user. Note this must be done after the package is
    8190    installed.</para>
     91
     92  </sect2>
     93
     94  <sect2 role="commands">
     95    <title>Command Explanations</title>
     96
     97    <para><option>--disable-static</option>: This switch prevents the
     98    static library in this package being built and installed.</para>
    8299
    83100  </sect2>
  • introduction/welcome/changelog.xml

    r8723214 r85b5562  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>November 27th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Added patch for expat-2.0.1 vulnerabilities (fixes
     49          ticket <ulink url="&blfs-ticket-root;3117">#3117</ulink>) - thanks to
     50          wagner17 for raising that.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4354
    4455    <listitem>
Note: See TracChangeset for help on using the changeset viewer.