Changeset e20c93bd
- Timestamp:
- 06/28/2019 12:03:13 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ad3528a
- Parents:
- 560d49c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r560d49c re20c93bd 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 7"> <!-- Always 2 digits -->3 <!ENTITY day "28"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 2 7th, &year;">9 <!ENTITY releasedate "June 28th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r560d49c re20c93bd 42 42 </listitem> 43 43 --> 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 44 54 <listitem> 45 55 <para>June 27th, 2019</para> -
xsoft/other/inkscape.xml
r560d49c re20c93bd 8 8 <!ENTITY inkscape-md5sum "ac30f6d5747fd9c620c00dad500f414f"> 9 9 <!ENTITY inkscape-size "30 MB"> 10 <!ENTITY inkscape-buildsize " 399 MB (add 135MB for tests)">11 <!ENTITY inkscape-time "4. 5SBU (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)"> 12 12 ]> 13 13 … … 75 75 <listitem> 76 76 <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> 77 80 </listitem> 78 81 </itemizedlist> … … 154 157 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch</userinput></screen> 155 158 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 156 166 <!-- If there is no test suite, then this is not needed. 157 167 There is none if the command below is not run. -->
Note:
See TracChangeset
for help on using the changeset viewer.