Changeset 277c9f4e


Ignore:
Timestamp:
11/21/2020 06:49:54 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
4696884
Parents:
678ce3b0
Message:

Patch libxml2 and libexif.

Comment libexif as a possible ImageMagick dependency.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r678ce3b0 r277c9f4e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 20th, &year;">
     9<!ENTITY releasedate  "November 21st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libxml2.xml

    r678ce3b0 r277c9f4e  
    7777      <listitem>
    7878        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/libxml2-&libxml2-version;-security_fixes-1.patch"/>
     81        </para>
     82      </listitem>
     83      <listitem>
     84        <para>
    7985          Optional Testsuite:
    8086          <ulink url="http://www.w3.org/XML/Test/xmlts&testsuite-version;.tar.gz"/> - This
     
    125131
    126132    <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>
    127139      First fix a problem generating the Python3 module with Python-3.9.0 and later:
    128140    </para>
     
    135147    </para>
    136148
    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 the
    141       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:
    142154    </para>
    143155
  • general/genutils/imagemagick.xml

    r678ce3b0 r277c9f4e  
    163163      <xref role="nodep" linkend="lcms"/> or
    164164      <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"/>,-->
    166168      <xref linkend="libgxps"/>,
    167169      <xref linkend="libjpeg"/>,
  • general/graphlib/libexif.xml

    r678ce3b0 r277c9f4e  
    7979    </itemizedlist>
    8080
    81 <!-- Applied in 0.6.22
    8281    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8382    <itemizedlist spacing="compact">
     
    8584        <para>
    8685          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"/>
    8887        </para>
    8988      </listitem>
    9089    </itemizedlist>
    91 -->
    9290
    9391    <bridgehead renderas="sect3">libexif Dependencies</bridgehead>
     
    107105    <title>Installation of libexif</title>
    108106
    109 <!--
     107
    110108    <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):
    112111    </para>
    113112
    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
    116115
    117116    <para>
  • introduction/welcome/changelog.xml

    r678ce3b0 r277c9f4e  
    4343    -->
    4444    <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>
    4559      <para>November 20th, 2020</para>
    4660      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.