Patch fetchmail for known vulnerabilities.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7511 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2008-07-12 21:41:08 +00:00
parent 51caf14549
commit 33dfa2268b
2 changed files with 13 additions and 1 deletions

View File

@ -56,6 +56,14 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/fetchmail-&fetchmail-version;-security_fixes-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Fetchmail Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -76,7 +84,8 @@
<para>Install <application>Fetchmail</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --with-ssl --enable-fallback=procmail &amp;&amp;
<screen><userinput>patch -Np1 -i ../fetchmail-&fetchmail-version;-security_fixes-1.patch &amp;&amp;
./configure --prefix=/usr --with-ssl --enable-fallback=procmail &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>

View File

@ -46,6 +46,9 @@
<listitem>
<para>[ken] - Updated security_fixes patch for poppler-0.5.4.</para>
</listitem>
<listitem>
<para>[ken] - Updated security_fixes patch for fetchmail-6.3.8.</para>
</listitem>
</itemizedlist>
</listitem>