Author: ken
Date: Fri Jun 28 05:03:13 2019
New Revision: 21763

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

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/other/inkscape.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Jun 27 21:19:18 2019        (r21762)
+++ trunk/BOOK/general.ent      Fri Jun 28 05:03:13 2019        (r21763)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "27">                   <!-- Always 2 digits -->
+<!ENTITY day          "28">                   <!-- Always 2 digits -->
 <!ENTITY month        "06">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "June 27th, &year;">
+<!ENTITY releasedate  "June 28th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Jun 27 21:19:18 
2019        (r21762)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jun 28 05:03:13 
2019        (r21763)
@@ -42,6 +42,16 @@
     </listitem>
     -->
     <listitem>
+      <para>June 28th, 2019</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Patch inkscape-0.92.4 for security issues. Fixes
+          <ulink url="&blfs-ticket-root;12196">#12196</ulink></para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>June 27th, 2019</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/xsoft/other/inkscape.xml
==============================================================================
--- trunk/BOOK/xsoft/other/inkscape.xml Thu Jun 27 21:19:18 2019        (r21762)
+++ trunk/BOOK/xsoft/other/inkscape.xml Fri Jun 28 05:03:13 2019        (r21763)
@@ -7,8 +7,8 @@
   <!ENTITY inkscape-download-ftp  " ">
   <!ENTITY inkscape-md5sum        "ac30f6d5747fd9c620c00dad500f414f">
   <!ENTITY inkscape-size          "30 MB">
-  <!ENTITY inkscape-buildsize     "399 MB (add 135 MB for tests)">
-  <!ENTITY inkscape-time          "4.5 SBU (add 0.2 SBU for tests, both with 
parallelism=4)">
+  <!ENTITY inkscape-buildsize     "534 MB (134 MB installed, add 8 MB for 
tests)">
+  <!ENTITY inkscape-time          "4.8 SBU (add 0.2 SBU for tests, both with 
parallelism=4)">
 ]>
 
 <sect1 id="inkscape" xreflabel="Inkscape-&inkscape-version;">
@@ -75,6 +75,9 @@
       <listitem>
         <para>Required patch: <ulink 
url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/></para>
       </listitem>
+      <listitem>
+        <para>Required patch: <ulink 
url="&patch-root;/inkscape-&inkscape-version;-upstream_fixes-1.patch"/></para>
+      </listitem>
     </itemizedlist>
 
     <bridgehead renderas="sect3">Inkscape Dependencies</bridgehead>
@@ -153,6 +156,13 @@
 
 <screen><userinput>patch -Np1 -i 
../inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch</userinput></screen>
 
+    <para>
+      Apply a patch to prevent out-of-bounds writes in the text and fill-bucket
+      tools:
+    </para>
+
+<screen><userinput>patch -Np1 -i 
../inkscape-&inkscape-version;-upstream_fixes-1.patch</userinput></screen>
+
 <!-- If there is no test suite, then this is not needed.
      There is none if the command below is not run. -->
     <para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to