Update to Exim-4.86.2 and tag

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17073 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2016-03-06 15:53:28 +00:00
parent 7c073c8366
commit 2086c34e6b
4 changed files with 29 additions and 11 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ --> <!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "03"> <!-- Always 2 digits --> <!ENTITY day "06"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2016"> <!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team"> <!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;"> <!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "March 3rd &year;"> <!ENTITY releasedate "March 6th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] --> <!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -44,6 +44,16 @@
--> -->
<listitem>
<para>March 6th, 2016</para>
<itemizedlist>
<listitem>
<para>[ken] - Update to Exim-4.86.2. Fixes
<ulink url="&blfs-ticket-root;7493">#7493</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>March 3rd, 2016</para> <para>March 3rd, 2016</para>
<itemizedlist> <itemizedlist>

View File

@ -428,7 +428,7 @@
<!ENTITY dovecot-micro "21"> <!ENTITY dovecot-micro "21">
<!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;"> <!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
<!ENTITY exim-version "4.86"> <!ENTITY exim-version "4.86.2">
<!ENTITY postfix-version "3.0.3"> <!ENTITY postfix-version "3.0.3">
<!ENTITY sendmail-version "8.15.2"> <!ENTITY sendmail-version "8.15.2">

View File

@ -8,12 +8,12 @@
unless you decided to take care of and monitor it. unless you decided to take care of and monitor it.
<!ENTITY exim-download-http "http://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2"> --> <!ENTITY exim-download-http "http://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2"> -->
<!ENTITY exim-download-http "http://mirrors-uk.go-parts.com/eximftp/exim/exim4/exim-&exim-version;.tar.bz2"> <!ENTITY exim-download-http "http://mirrors-usa.go-parts.com/eximftp/exim/exim4/exim-&exim-version;.tar.bz2">
<!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2"> <!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
<!-- if above don't work, please use one of the official mirrors at <!-- if above don't work, please use one of the official mirrors at
http://www.exim.org/mirmon/ftp_mirrors.html --> http://www.exim.org/mirmon/ftp_mirrors.html -->
<!ENTITY exim-md5sum "797f248ef3e0c0e2f178e915f88fc4e9"> <!ENTITY exim-md5sum "1443a4a88d6b78ad9b6a681c51437b55">
<!ENTITY exim-size "1.8 MB"> <!ENTITY exim-size "1.7 MB">
<!ENTITY exim-buildsize "17 MB"> <!ENTITY exim-buildsize "17 MB">
<!ENTITY exim-time "0.2 SBU"> <!ENTITY exim-time "0.2 SBU">
@ -43,7 +43,7 @@
Transport Agent written by the University of Cambridge, released Transport Agent written by the University of Cambridge, released
under the GNU Public License.</para> under the GNU Public License.</para>
&lfs78_checked; &lfs79_checked;
<bridgehead renderas="sect3">Package Information</bridgehead> <bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
@ -133,11 +133,12 @@ make</userinput></screen>
<!-- dev note: make INSTALL_ARG=-no_chown DESTDIR=<DESTDIR> install --> <!-- dev note: make INSTALL_ARG=-no_chown DESTDIR=<DESTDIR> install -->
<screen role="root"><userinput>make install &amp;&amp; <screen role="root"><userinput>make install &amp;&amp;
install -v -m644 doc/exim.8 /usr/share/man/man8 &amp;&amp; install -v -m644 doc/exim.8 /usr/share/man/man8 &amp;&amp;
install -v -d -m755 /usr/share/doc/exim-&exim-version; &amp;&amp; install -v -d -m755 /usr/share/doc/exim-&exim-version; &amp;&amp;
install -v -m644 doc/* /usr/share/doc/exim-&exim-version; &amp;&amp; install -v -m644 doc/* /usr/share/doc/exim-&exim-version; &amp;&amp;
ln -sfv exim /usr/sbin/sendmail</userinput></screen> ln -sfv exim /usr/sbin/sendmail &amp;&amp;
install -v -m750 -o exim -g exim /var/spool/exim</userinput></screen>
</sect2> </sect2>
@ -182,6 +183,13 @@ ln -sfv exim /usr/sbin/sendmail</userinput></screen>
<application>Exim</application> will accept most <application>Exim</application> will accept most
<application>Sendmail</application> command-line options.</para> <application>Sendmail</application> command-line options.</para>
<para><command>install -v -m750 -o exim -g exim /var/spool/exim</command>:
Since /var/spool is owned by root and this version of <command>exim</command>
drops <systemitem class="username">root</systemitem> privileges early, to
run as user <systemitem class="username">exim</systemitem>, it cannot create
the <filename class="directory">/var/spool/exim</filename> directory. As a
work around, it is created manually.</para>
</sect2> </sect2>
<sect2 role="commands"> <sect2 role="commands">