mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Added the CAN-2005-3193 security vulnerability patch to the kdegraphics instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5524 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0d484ca801
commit
06adff1a82
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "04">
|
||||
<!ENTITY day "05">
|
||||
<!ENTITY month "01">
|
||||
<!ENTITY year "2006">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
|
@ -41,6 +41,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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user