Changeset 277c9f4e for general/graphlib


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.