Changeset 277c9f4e
- Timestamp:
- 11/21/2020 06:49:54 AM (3 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4696884
- Parents:
- 678ce3b0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r678ce3b0 r277c9f4e 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 0"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 2 0th, &year;">9 <!ENTITY releasedate "November 21st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libxml2.xml
r678ce3b0 r277c9f4e 77 77 <listitem> 78 78 <para> 79 Required patch: 80 <ulink url="&patch-root;/libxml2-&libxml2-version;-security_fixes-1.patch"/> 81 </para> 82 </listitem> 83 <listitem> 84 <para> 79 85 Optional Testsuite: 80 86 <ulink url="http://www.w3.org/XML/Test/xmlts&testsuite-version;.tar.gz"/> - This … … 125 131 126 132 <para> 133 Apply a patch to fix various errors: 134 </para> 135 136 <screen><userinput remap="pre">patch -p1 -i ../libxml2-&libxml2-version;-security_fixes-1.patch</userinput></screen> 137 138 <!--<para> 127 139 First fix a problem generating the Python3 module with Python-3.9.0 and later: 128 140 </para> … … 135 147 </para> 136 148 137 <screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen> 138 139 <para> 140 If you are going to run the tests, disable one test that prevents the141 tests from completing:149 <screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen>--> 150 151 <para> 152 If you are going to run the tests, disable one test that causes the Python 153 tests to terminate early with an error: 142 154 </para> 143 155 -
general/genutils/imagemagick.xml
r678ce3b0 r277c9f4e 163 163 <xref role="nodep" linkend="lcms"/> or 164 164 <xref linkend="lcms2"/>, 165 <xref linkend="libexif"/>, 165 <!-- although libexif may have been used in the past, I can find no 166 evidence that it has been used in imagemagick-7. ken 167 <xref linkend="libexif"/>,--> 166 168 <xref linkend="libgxps"/>, 167 169 <xref linkend="libjpeg"/>, -
general/graphlib/libexif.xml
r678ce3b0 r277c9f4e 79 79 </itemizedlist> 80 80 81 <!-- Applied in 0.6.2282 81 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 83 82 <itemizedlist spacing="compact"> … … 85 84 <para> 86 85 Required patch: 87 <ulink url="&patch-root;/libexif-&libexif-version;-security_fix -1.patch"/>86 <ulink url="&patch-root;/libexif-&libexif-version;-security_fixes-1.patch"/> 88 87 </para> 89 88 </listitem> 90 89 </itemizedlist> 91 -->92 90 93 91 <bridgehead renderas="sect3">libexif Dependencies</bridgehead> … … 107 105 <title>Installation of libexif</title> 108 106 109 <!-- 107 110 108 <para> 111 First, apply a patch to fix a security issue (integer overflow): 109 First, apply a patch to fix a security issue (integer overflow leading to 110 Out Of Buffer write): 112 111 </para> 113 112 114 <screen><userinput remap="pre">patch -Np1 -i ../libexif-&libexif-version;-security_fix -1.patch</userinput></screen>115 --> 113 <screen><userinput remap="pre">patch -Np1 -i ../libexif-&libexif-version;-security_fixes-1.patch</userinput></screen> 114 116 115 117 116 <para> -
introduction/welcome/changelog.xml
r678ce3b0 r277c9f4e 43 43 --> 44 44 <listitem> 45 <para>November 21st, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Patch libexif for security fixes. Fixes 49 <ulink url="&blfs-ticket-root;14272">#14272</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[ken] - Patch libxml2 for security fixes. Fixes 53 <ulink url="&blfs-ticket-root;14271">#14271</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 45 59 <para>November 20th, 2020</para> 46 60 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.