Changeset 1f9277f for general/graphlib


Ignore:
Timestamp:
03/19/2015 10:16:31 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.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, nosym, 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:
36bba863
Parents:
d8ed2d9
Message:

Libtiff - Incorporate existing sed and nine upstream
patches into a consolidated patch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libtiff.xml

    rd8ed2d9 r1f9277f  
    7575    </itemizedlist>
    7676
     77   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing='compact'>
     79      <listitem>
     80        <para>Required Patch: <ulink
     81        url="&patch-root;/tiff/tiff-4.0.3-fixes-1.patch"/></para>
     82      </listitem>
     83    </itemizedlist>
     84
    7785    <bridgehead renderas="sect3">LibTIFF Dependencies</bridgehead>
    7886
     
    97105    </para>
    98106
    99 <screen><userinput>sed -i '/glDrawPixels/a glFlush();' tools/tiffgt.c &amp;&amp;
     107<screen><userinput>patch -Np1 -i ../tiff-4.0.3-fixes-1.patch &amp;&amp;
     108
    100109./configure --prefix=/usr --disable-static &amp;&amp;
    101110make</userinput></screen>
     
    117126
    118127    <para>
    119       <command>sed -i ...</command>: This command fixes a bug which causes
    120       <command>tiffgt</command> to open blank windows in some cases.
     128      <command>patch ...</command>: This command fixes several security
     129      issues identified upstream.
    121130    </para>
    122131
Note: See TracChangeset for help on using the changeset viewer.