Changeset cc2643e1


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8f31479b rcc2643e1  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 22nd, &year;">
     9<!ENTITY releasedate  "November 23rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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>
  • introduction/welcome/changelog.xml

    r8f31479b rcc2643e1  
    4343-->
    4444    <listitem>
     45      <para>November 23rd, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Patch libxml2, to prevent segfaults in itstool
     49          in some cases.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 22nd, 2017</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.