Author: ken
Date: Thu Feb 8 23:41:07 2018
New Revision: 19740
Log:
Patch procmail for various issues.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/mailnews/procmail.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Thu Feb 8 13:49:09 2018 (r19739)
+++ trunk/BOOK/general.ent Thu Feb 8 23:41:07 2018 (r19740)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "08"> <!-- Always 2 digits -->
+<!ENTITY day "10"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "February 8th, &year;">
+<!ENTITY releasedate "February 10th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Thu Feb 8 13:49:09
2018 (r19739)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Feb 8 23:41:07
2018 (r19740)
@@ -42,6 +42,16 @@
</listitem>
-->
<listitem>
+ <para>February 10th, 2018</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Patch procmail to fix security issues. Fixes
+ <ulink url="&blfs-ticket-root;10356">#10356</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>February 8th, 2018</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/networking/mailnews/procmail.xml
==============================================================================
--- trunk/BOOK/networking/mailnews/procmail.xml Thu Feb 8 13:49:09 2018
(r19739)
+++ trunk/BOOK/networking/mailnews/procmail.xml Thu Feb 8 23:41:07 2018
(r19740)
@@ -56,6 +56,16 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Required patch:
+ <ulink
url="&patch-root;/procmail-&procmail-version;-consolidated_fixes-1.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">Procmail Dependencies</bridgehead>
<bridgehead renderas="sect4">Recommended</bridgehead>
@@ -76,9 +86,10 @@
<para>Install <application>Procmail</application> by running the following
commands as the <systemitem class="username">root</systemitem> user:</para>
-<screen role='root'><userinput>sed -i 's/getline/get_line/' src/*.[ch]
&&
+<screen role='root'><userinput>sed -i 's/getline/get_line/' src/*.[ch]
&&
+patch -Np1 -i ../procmail-&procmail-version;-consolidated_fixes-1.patch
&&
-make LOCKINGTEST=/tmp MANDIR=/usr/share/man install &&
+make LOCKINGTEST=/tmp MANDIR=/usr/share/man install &&
make install-suid</userinput></screen>
</sect2>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page