Changeset 5c5081f


Ignore:
Timestamp:
01/20/2015 06:48:35 AM (9 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.7, 7.8, 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:
1f5d497
Parents:
7742636c
Message:

Update to exim-4.85.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7742636c r5c5081f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 19th, &year;">
     9<!ENTITY releasedate  "January 20th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r7742636c r5c5081f  
    4646
    4747    <listitem>
     48      <para>January 20th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[igor] - Update to exim-4.85. Fixes
     52          <ulink url="&blfs-ticket-root;6034">#6034</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>January 19th, 2015</para>
    4959      <itemizedlist>
  • packages.ent

    r7742636c r5c5081f  
    404404<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    405405
    406 <!ENTITY exim-version                 "4.84">
     406<!ENTITY exim-version                 "4.85">
    407407<!ENTITY postfix-version              "2.11.3">
    408408<!ENTITY sendmail-version             "8.15.1">
  • server/mail/exim.xml

    r7742636c r5c5081f  
    99  <!-- if above don't work, please use one of the official mirrors at
    1010       http://www.exim.org/mirmon/ftp_mirrors.html -->
    11   <!ENTITY exim-md5sum          "3d14522e604b687b9e515f5aa739b2c0">
     11  <!ENTITY exim-md5sum          "ebae28762b6f125726283dc9434e8709">
    1212  <!ENTITY exim-size            "1.7 MB">
    13   <!ENTITY exim-buildsize       "17 MB">
     13  <!ENTITY exim-buildsize       "14 MB">
    1414  <!ENTITY exim-time            "0.2 SBU">
    1515
     
    119119    -e 's,^EXIM_USER.*$,EXIM_USER=exim,' \
    120120    -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &amp;&amp;
    121 echo -e "USE_GDBM = yes\nDBMLIB = -lgdbm" >> Local/Makefile &amp;&amp;
     121printf "USE_GDBM = yes\nDBMLIB = -lgdbm\n" >> Local/Makefile &amp;&amp;
    122122make</userinput></screen>
    123123
     
    145145    set of options. Descriptions for the options are listed below.</para>
    146146
    147     <para><command>echo -e ... > Local/Makefile</command>: Setting those
     147    <para><command>printf ... > Local/Makefile</command>: Setting those
    148148    variables allows to use GDBM instead of the default Berkeley DB. Remove
    149149    this command if you have installed <xref linkend="db"/>.</para>
Note: See TracChangeset for help on using the changeset viewer.