Ignore:
Timestamp:
06/28/2019 12:03:13 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
ad3528a
Parents:
560d49c
Message:

Inkscape - apply patch to fix out-of-bounds writes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    r560d49c re20c93bd  
    88  <!ENTITY inkscape-md5sum        "ac30f6d5747fd9c620c00dad500f414f">
    99  <!ENTITY inkscape-size          "30 MB">
    10   <!ENTITY inkscape-buildsize     "399 MB (add 135 MB for tests)">
    11   <!ENTITY inkscape-time          "4.5 SBU (add 0.2 SBU for tests, both with parallelism=4)">
     10  <!ENTITY inkscape-buildsize     "534 MB (134 MB installed, add 8 MB for tests)">
     11  <!ENTITY inkscape-time          "4.8 SBU (add 0.2 SBU for tests, both with parallelism=4)">
    1212]>
    1313
     
    7575      <listitem>
    7676        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para>
     77      </listitem>
     78      <listitem>
     79        <para>Required patch: <ulink url="&patch-root;/inkscape-&inkscape-version;-upstream_fixes-1.patch"/></para>
    7780      </listitem>
    7881    </itemizedlist>
     
    154157<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch</userinput></screen>
    155158
     159    <para>
     160      Apply a patch to prevent out-of-bounds writes in the text and fill-bucket
     161      tools:
     162    </para>
     163
     164<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-upstream_fixes-1.patch</userinput></screen>
     165
    156166<!-- If there is no test suite, then this is not needed.
    157167     There is none if the command below is not run. -->
Note: See TracChangeset for help on using the changeset viewer.