Changeset 0ea2a4a


Ignore:
Timestamp:
07/05/2019 06:46:15 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
1908704
Parents:
9a121c0
Message:

Add security patch for libxslt, fixing CVE-2019-11068, a security framework bypass.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r9a121c0 r0ea2a4a  
    6969        <para>
    7070          Estimated build time: &libxslt-time;
     71        </para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/libxslt-&libxslt-version;-security_fix-1.patch"/>
    7181        </para>
    7282      </listitem>
     
    115125  <sect2 role="installation">
    116126    <title>Installation of libxslt</title>
     127
     128    <para>
     129      First, install a security patch to fix a security framework bypass:
     130    </para>
     131
     132<screen><userinput remap="pre">patch -Np1 -i ../libxslt-&libxslt-version;-security_fix-1.patch</userinput></screen>
    117133
    118134    <para>
  • introduction/welcome/changelog.xml

    r9a121c0 r0ea2a4a  
    4646      <para>July 5th, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Add security patch for libxslt, fixing CVE-2019-11068
     50          (Security Framework Bypass). Fixes
     51          <ulink url="&blfs-ticket-root;12209">#12209</ulink>.</para>
     52        </listitem>
    4853        <listitem>
    4954          <para>[dj] - Add Polkit as a runtime dependency for
Note: See TracChangeset for help on using the changeset viewer.