Changeset cc2643e1 for general/genlib


Ignore:
Timestamp:
11/24/2017 09:15:03 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
f14e2d99
Parents:
8f31479b
Message:

Add a patch to libxml2, to prevent segfaults in itstool when the python
module is built with Python3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r8f31479b rcc2643e1  
    8282        </para>
    8383      </listitem>
    84 <!-- All CVEs seem to have been applied in 2.9.4
    85       <listitem>
    86         <para>
    87           Required patch:
    88           <ulink url="&patch-root;/libxml2-&libxml2-version;-security_fixes-1.patch"/>
    89         </para>
    90       </listitem>-->
     84
     85      <listitem>
     86        <para>
     87          Recommended patch to prevent a segfault in itstool when using Python3:
     88          <ulink url="&patch-root;/libxml2-&libxml2-version;-python3_hack-1.patch"/>
     89        </para>
     90      </listitem>
    9191    </itemizedlist>
    9292
     
    131131    <title>Installation of libxml2</title>
    132132
    133    <para>
    134       To ensure that the <application>Python3</application> module can be
     133    <para>
     134      First apply a patch, which prevents segfaults in the Python module, when
     135      built by <xref linkend="python3"/>:
     136    </para>
     137
     138<screen><userinput>patch -Np1 -i ../libxml2-&libxml2-version;-python3_hack-1.patch</userinput></screen>
     139
     140    <para>
     141      To ensure that the <application>Python</application> module can be
    135142      built by <xref linkend="python3"/>, run:
    136143    </para>
Note: See TracChangeset for help on using the changeset viewer.