Changeset 2086c34e


Ignore:
Timestamp:
03/06/2016 03:53:28 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f688cb9
Parents:
7c073c83
Message:

Update to Exim-4.86.2 and tag

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17073 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7c073c83 r2086c34e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 3rd &year;">
     9<!ENTITY releasedate  "March 6th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r7c073c83 r2086c34e  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>March 6th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Update to Exim-4.86.2. Fixes
     52          <ulink url="&blfs-ticket-root;7493">#7493</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r7c073c83 r2086c34e  
    429429<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    430430
    431 <!ENTITY exim-version                 "4.86">
     431<!ENTITY exim-version                 "4.86.2">
    432432<!ENTITY postfix-version              "3.0.3">
    433433<!ENTITY sendmail-version             "8.15.2">
  • server/mail/exim.xml

    r7c073c83 r2086c34e  
    99  <!ENTITY exim-download-http   "http://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2"> -->
    1010
    11   <!ENTITY exim-download-http   "http://mirrors-uk.go-parts.com/eximftp/exim/exim4/exim-&exim-version;.tar.bz2">
     11  <!ENTITY exim-download-http   "http://mirrors-usa.go-parts.com/eximftp/exim/exim4/exim-&exim-version;.tar.bz2">
    1212  <!ENTITY exim-download-ftp    "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
    1313  <!-- if above don't work, please use one of the official mirrors at
    1414       http://www.exim.org/mirmon/ftp_mirrors.html -->
    15   <!ENTITY exim-md5sum          "797f248ef3e0c0e2f178e915f88fc4e9">
    16   <!ENTITY exim-size            "1.8 MB">
     15  <!ENTITY exim-md5sum          "1443a4a88d6b78ad9b6a681c51437b55">
     16  <!ENTITY exim-size            "1.7 MB">
    1717  <!ENTITY exim-buildsize       "17 MB">
    1818  <!ENTITY exim-time            "0.2 SBU">
     
    4444    under the GNU Public License.</para>
    4545
    46     &lfs78_checked;
     46    &lfs79_checked;
    4747
    4848    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    134134<!-- dev note: make INSTALL_ARG=-no_chown DESTDIR=<DESTDIR> install -->
    135135
    136 <screen role="root"><userinput>make install &amp;&amp;
    137 install -v -m644 doc/exim.8 /usr/share/man/man8 &amp;&amp;
    138 install -v -d -m755 /usr/share/doc/exim-&exim-version; &amp;&amp;
     136<screen role="root"><userinput>make install                                      &amp;&amp;
     137install -v -m644 doc/exim.8 /usr/share/man/man8   &amp;&amp;
     138install -v -d -m755 /usr/share/doc/exim-&exim-version;    &amp;&amp;
    139139install -v -m644 doc/* /usr/share/doc/exim-&exim-version; &amp;&amp;
    140 ln -sfv exim /usr/sbin/sendmail</userinput></screen>
     140ln -sfv exim /usr/sbin/sendmail                   &amp;&amp;
     141install -v -m750 -o exim -g exim /var/spool/exim</userinput></screen>
    141142
    142143  </sect2>
     
    182183    <application>Exim</application> will accept most
    183184    <application>Sendmail</application> command-line options.</para>
     185
     186    <para><command>install -v -m750 -o exim -g exim /var/spool/exim</command>:
     187    Since /var/spool is owned by root and this version of <command>exim</command>
     188    drops <systemitem class="username">root</systemitem> privileges early, to
     189    run as user <systemitem class="username">exim</systemitem>, it cannot create
     190    the <filename class="directory">/var/spool/exim</filename> directory. As a
     191    work around, it is created manually.</para>
    184192
    185193  </sect2>
Note: See TracChangeset for help on using the changeset viewer.