Author: ken
Date: 2008-03-31 11:02:00 -0600 (Mon, 31 Mar 2008)
New Revision: 7331

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/ps/xpdf.xml
Log:
Xpdf: apply patch to fix vulnerabilities.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-03-31 14:22:41 UTC (rev 7330)
+++ trunk/BOOK/general.ent      2008-03-31 17:02:00 UTC (rev 7331)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "28">                   <!-- Always 2 digits -->
+<!ENTITY day          "31">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2008">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-03-31 14:22:41 UTC 
(rev 7330)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-03-31 17:02:00 UTC 
(rev 7331)
@@ -40,15 +40,18 @@
     </listitem>
 
 -->
-       <listitem>
+   <listitem>
       <para>March 31st, 2008</para>
       <itemizedlist>
         <listitem>
           <para>[richard] - Commented Dillo-0.8.5 out of the book.</para>
         </listitem>
+        <listitem>
+         <para>[ken] - Added patch for xpdf to fix vulnerabilities.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
-    
+
     <listitem>
       <para>March 28th, 2008</para>
       <itemizedlist>

Modified: trunk/BOOK/pst/ps/xpdf.xml
===================================================================
--- trunk/BOOK/pst/ps/xpdf.xml  2008-03-31 14:22:41 UTC (rev 7330)
+++ trunk/BOOK/pst/ps/xpdf.xml  2008-03-31 17:02:00 UTC (rev 7331)
@@ -55,13 +55,13 @@
       </listitem>
     </itemizedlist>
 
-    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing='compact'>
       <listitem>
         <para>Required patch: <ulink
-        url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.01pl2.patch"/></para>
+        url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl2.patch"/></para>
       </listitem>
-    </itemizedlist> -->
+    </itemizedlist>
 
     <bridgehead renderas="sect3">Xpdf Dependencies</bridgehead>
 
@@ -86,7 +86,8 @@
     <para>Install <application>Xpdf</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>patch -Np1 -i ../xpdf-&xpdf-version;pl2.patch &amp;&amp;
+./configure --prefix=/usr \
             --sysconfdir=/etc \
             --with-freetype2-includes=/usr/include/freetype2 \
             --enable-opi \

-- 
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