Author: randy
Date: 2006-01-04 16:53:28 -0700 (Wed, 04 Jan 2006)
New Revision: 5524
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/kde/add/kdegraphics.xml
Log:
Added the CAN-2005-3193 security vulnerability patch to the kdegraphics
instructions
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-01-04 22:33:15 UTC (rev 5523)
+++ trunk/BOOK/general.ent 2006-01-04 23:53:28 UTC (rev 5524)
@@ -1,4 +1,4 @@
-<!ENTITY day "04">
+<!ENTITY day "05">
<!ENTITY month "01">
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-01-04 22:33:15 UTC
(rev 5523)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-01-04 23:53:28 UTC
(rev 5524)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>January 5th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Added the CAN-2005-3193 security vulnerability patch
+ to the kdegraphics instructions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 4th, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/kde/add/kdegraphics.xml
===================================================================
--- trunk/BOOK/kde/add/kdegraphics.xml 2006-01-04 22:33:15 UTC (rev 5523)
+++ trunk/BOOK/kde/add/kdegraphics.xml 2006-01-04 23:53:28 UTC (rev 5524)
@@ -61,6 +61,14 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Required patch: <ulink
+
url="ftp://ftp.kde.org/pub/kde/security_patches/post-&kde-version;-kdegraphics-CAN-2005-3193.diff"/></para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">Kdegraphics Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -91,7 +99,10 @@
<para>Install <application>kdegraphics</application> with:</para>
-<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
+<screen><userinput>patch -Np0 \
+ -i ../../../../post-&kde-version;-kdegraphics-CAN-2005-3193.diff \
+ -d kpdf/xpdf/xpdf &&
+./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &&
make</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page