Author: ken
Date: 2009-07-15 04:05:48 -0600 (Wed, 15 Jul 2009)
New Revision: 7841

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/libtiff.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
tiff vulnerability fixes

Modified: trunk/BOOK/general/graphlib/libtiff.xml
===================================================================
--- trunk/BOOK/general/graphlib/libtiff.xml     2009-07-15 05:12:53 UTC (rev 
7840)
+++ trunk/BOOK/general/graphlib/libtiff.xml     2009-07-15 10:05:48 UTC (rev 
7841)
@@ -8,7 +8,7 @@
   <!ENTITY libtiff-download-ftp  
"ftp://ftp.remotesensing.org/libtiff/tiff-&libtiff-version;.tar.gz";>
   <!ENTITY libtiff-md5sum        "fbb6f446ea4ed18955e2714934e5b698">
   <!ENTITY libtiff-size          "1.3 MB">
-  <!ENTITY libtiff-buildsize     "18.8 MB">
+  <!ENTITY libtiff-buildsize     "18.9 MB">
   <!ENTITY libtiff-time          "0.5 SBU">
 ]>
 
@@ -56,6 +56,14 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Required patch: <ulink
+        url="&patch-root;/tiff-&libtiff-version;-fixes-2.patch"/></para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">LibTIFF Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
@@ -79,7 +87,8 @@
     <para>Install <application>LibTIFF</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>patch -Np1 -i ../tiff-&libtiff-version;-fixes-2.patch 
&amp;&amp;
+./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
@@ -90,6 +99,14 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para><option>--disable-static</option>: This switch prevents the
+    static library from being built.</para>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-07-15 05:12:53 UTC (rev 7840)
+++ trunk/BOOK/general.ent      2009-07-15 10:05:48 UTC (rev 7841)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "11">                   <!-- Always 2 digits -->
+<!ENTITY day          "15">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2009">
 <!ENTITY copyrightdate "2001-&year;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2009-07-15 05:12:53 UTC 
(rev 7840)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2009-07-15 10:05:48 UTC 
(rev 7841)
@@ -41,6 +41,16 @@
 
 -->
     <listitem>
+      <para>July 15th, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Added a patch to libtiff to fix various 
vulnerabilities.
+          </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>July 10th, 2009</para>
       <itemizedlist>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to