Changeset cc2643e1
- Timestamp:
- 11/24/2017 09:15:03 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f14e2d99
- Parents:
- 8f31479b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8f31479b rcc2643e1 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 2"> <!-- Always 2 digits -->3 <!ENTITY day "23"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 2 2nd, &year;">9 <!ENTITY releasedate "November 23rd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libxml2.xml
r8f31479b rcc2643e1 82 82 </para> 83 83 </listitem> 84 <!-- All CVEs seem to have been applied in 2.9.4 85 <listitem> 86 <para> 87 Re quired 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> 91 91 </itemizedlist> 92 92 … … 131 131 <title>Installation of libxml2</title> 132 132 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 135 142 built by <xref linkend="python3"/>, run: 136 143 </para> -
introduction/welcome/changelog.xml
r8f31479b rcc2643e1 43 43 --> 44 44 <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> 45 55 <para>November 22nd, 2017</para> 46 56 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.