Changeset e20c93bd


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r560d49c re20c93bd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "28">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 27th, &year;">
     9<!ENTITY releasedate  "June 28th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r560d49c re20c93bd  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>June 28th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Patch inkscape-0.92.4 for security issues. Fixes
     49          <ulink url="&blfs-ticket-root;12196">#12196</ulink></para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>June 27th, 2019</para>
  • 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.