mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Xpdf: apply patch to fix vulnerabilities.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7331 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6322242d54
commit
6e1374c7cb
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$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;">
|
||||
|
@ -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>
|
||||
|
@ -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 &&
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-freetype2-includes=/usr/include/freetype2 \
|
||||
--enable-opi \
|
||||
|
Loading…
Reference in New Issue
Block a user