Changeset 54707d33


Ignore:
Timestamp:
10/31/2013 07:30:58 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
998ecfc
Parents:
cf7e0b6
Message:

update to exim-4.82

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcf7e0b6 r54707d33  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
     3<!ENTITY day          "31">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 30th, &year;">
     9<!ENTITY releasedate  "October 31st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    490490<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    491491
    492 <!ENTITY exim-version                 "4.80.1">
     492<!ENTITY exim-version                 "4.82">
    493493<!ENTITY postfix-version              "2.10.2">
    494494<!ENTITY qpopper-version              "4.1.0">
  • introduction/welcome/changelog.xml

    rcf7e0b6 r54707d33  
    4545-->
    4646    <listitem>
     47      <para>October 31st, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Update to exim-4.82. Fixes
     51          <ulink url="&blfs-ticket-root;4237">#4237</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>October 30th, 2013</para>
    4858      <itemizedlist>
  • server/mail/exim.xml

    rcf7e0b6 r54707d33  
    77  <!ENTITY exim-download-http   "http://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
    88  <!ENTITY exim-download-ftp    "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
    9   <!ENTITY exim-md5sum          "1a95dc9f02834b1b7430403a75edf162">
    10   <!ENTITY exim-size            "1.6 MB">
    11   <!ENTITY exim-buildsize       "16 MB">
     9  <!ENTITY exim-md5sum          "feb933baa4db773c2ef76b794c60b647">
     10  <!ENTITY exim-size            "1.7 MB">
     11  <!ENTITY exim-buildsize       "14 MB">
    1212  <!ENTITY exim-time            "0.2 SBU">
    1313]>
     
    7171    <bridgehead renderas="sect4">Required</bridgehead>
    7272    <para role="required">
    73       <xref linkend="db"/> or
    74       GDBM (GDBM built in LFS) or
    75       <ulink url="http://sourceforge.net/projects/tdb">TDB</ulink>
     73      <xref linkend="pcre"/>
    7674    </para>
    7775
    7876    <bridgehead renderas="sect4">Optional</bridgehead>
    7977    <para role="optional">
     78      <xref linkend="db"/> or
     79      <ulink url="http://sourceforge.net/projects/tdb">TDB</ulink> (as an
     80      alternative to GDBM, built in LFS),
    8081      <xref linkend="x-window-system"/>,
    8182      <xref linkend="openldap"/>,
     
    8485      <xref linkend="mysql"/>,
    8586      <xref linkend="postgresql"/>,
    86       <xref linkend="sqlite"/>, and
    87       <xref linkend="linux-pam"/>
     87      <xref linkend="sqlite"/>,
     88      <xref linkend="linux-pam"/>, and
     89      <ulink url="http://www.trusteddomain.org/opendmarc/">OpenDMARC</ulink>
    8890    </para>
    8991
     
    117119    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    118120
     121<!-- dev note: make INSTALL_ARG=-no_chown DESTDIR=<DESTDIR> install -->
     122
    119123<screen role="root"><userinput>make install &amp;&amp;
    120124install -v -m644 doc/exim.8 /usr/share/man/man8 &amp;&amp;
    121125install -v -d -m755 /usr/share/doc/exim-&exim-version; &amp;&amp;
    122126install -v -m644 doc/* /usr/share/doc/exim-&exim-version; &amp;&amp;
    123 ln -sv exim /usr/sbin/sendmail</userinput></screen>
     127ln -sfv exim /usr/sbin/sendmail</userinput></screen>
    124128
    125129  </sect2>
     
    157161    <command>cp exim_monitor/EDITME Local/eximon.conf</command>.</para>
    158162
    159     <para><command>ln -sv exim /usr/sbin/sendmail</command>: Creates a link to
     163    <para><command>ln -sfv exim /usr/sbin/sendmail</command>: Creates a link to
    160164    <command>sendmail</command> for applications which need it.
    161165    <application>Exim</application> will accept most
     
    304308
    305309      <seglistitem>
    306         <seg>exicyclog, exigrep, exim, exim-4.43-2, exim_checkaccess,
     310        <seg>exicyclog, exigrep, exim, exim-4.82-3, exim_checkaccess,
    307311        exim_dbmbuild, exim_dumpdb, exim_fixdb, exim_lock, exim_tidydb,
    308312        eximstats, exinext, exipick, exiqgrep, exiqsumm, exiwhat, and
     
    349353      </varlistentry>
    350354
    351       <varlistentry id="exim-4.43-2">
    352         <term><command>exim-4.43-2</command></term>
     355      <varlistentry id="exim-4.82-3">
     356        <term><command>exim-4.82-3</command></term>
    353357        <listitem>
    354358          <para>is the <application>Exim</application> mail transport
    355359          agent daemon.</para>
    356           <indexterm zone="exim exim-4.43-2">
    357             <primary sortas="b-exim-4.43-2">exim-4.43-2</primary>
     360          <indexterm zone="exim exim-4.82-3">
     361            <primary sortas="b-exim-4.82-3">exim-4.82-3</primary>
    358362          </indexterm>
    359363        </listitem>
Note: See TracChangeset for help on using the changeset viewer.