Changeset 0d60593


Ignore:
Timestamp:
04/07/2016 10:23:06 AM (8 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, 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:
2b65035a
Parents:
5f6740c
Message:

Update to exim-4.87.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5f6740c r0d60593  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 5th &year;">
     9<!ENTITY releasedate  "April 7th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r5f6740c r0d60593  
    4646
    4747    <listitem>
     48      <para>April 7th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[igor] - Update to exim-4.87. Fixes
     52          <ulink url="&blfs-ticket-root;7694">#7694</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>April 5th, 2016</para>
    4959      <itemizedlist>
  • packages.ent

    r5f6740c r0d60593  
    427427<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    428428
    429 <!ENTITY exim-version                 "4.86.2">
     429<!ENTITY exim-version                 "4.87">
    430430<!ENTITY postfix-version              "3.1.0">
    431431<!ENTITY sendmail-version             "8.15.2">
  • server/mail/exim.xml

    r5f6740c r0d60593  
    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          "1443a4a88d6b78ad9b6a681c51437b55">
     15  <!ENTITY exim-md5sum          "2effc2bd47ad2dc010f655c11a1b1173">
    1616  <!ENTITY exim-size            "1.7 MB">
    1717  <!ENTITY exim-buildsize       "17 MB">
     
    139139install -v -m644 doc/* /usr/share/doc/exim-&exim-version; &amp;&amp;
    140140ln -sfv exim /usr/sbin/sendmail                   &amp;&amp;
    141 install -v -m750 -o exim -g exim /var/spool/exim</userinput></screen>
     141install -v -d -m750 -o exim -g exim /var/spool/exim</userinput></screen>
    142142
    143143  </sect2>
Note: See TracChangeset for help on using the changeset viewer.