Changeset b487146 for general/graphlib


Ignore:
Timestamp:
03/25/2015 12:37:20 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
687ce4b
Parents:
7c44034
Message:

Update to Setuptools-14.3.1.
Security patch for Little CMS-1.19.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/lcms.xml

    r7c44034 rb487146  
    5757    </itemizedlist>
    5858
    59     <!-- patch appears to have been applied upstream
    6059    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6160    <itemizedlist spacing="compact">
    6261      <listitem>
    63         <para>Required patch: <ulink
    64         url="&patch-root;/lcms-&lcms-version;-swig_fixes-1.patch"/></para>
    65       </listitem>
    66     </itemizedlist> -->
     62        <para>
     63          Required patch:
     64          <ulink url="&patch-root;/lcms-&lcms-version;-cve_2013_4276-1.patch"/>
     65        </para>
     66      </listitem>
     67    </itemizedlist>
    6768
    6869    <bridgehead renderas="sect3">Little CMS Dependencies</bridgehead>
     
    8586    following commands:</para>
    8687
    87 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     88<screen><userinput>patch -Np1 -i ../lcms-&lcms-version;-cve_2013_4276-1.patch &amp;&amp;
     89
     90./configure --prefix=/usr --disable-static       &amp;&amp;
    8891make</userinput></screen>
    8992
Note: See TracChangeset for help on using the changeset viewer.