Changeset 03da2154


Ignore:
Timestamp:
12/10/2019 02:02:35 AM (4 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
ef289151
Parents:
ff300ac9
Message:

Update to exim-4.93

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rff300ac9 r03da2154  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     3<!ENTITY day          "10">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 9th, &year;">
     9<!ENTITY releasedate  "December 10th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rff300ac9 r03da2154  
    4242    </listitem>
    4343       -->
     44
     45    <listitem>
     46      <para>December 10th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[timtas] - Update to exim-4.93 Fixes
     50          <ulink url="&blfs-ticket-root;12886">#12886</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4455     <listitem>
    4556       <para>December 9th, 2019</para>
  • packages.ent

    rff300ac9 r03da2154  
    628628<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    629629
    630 <!ENTITY exim-version                 "4.92.3">
     630<!ENTITY exim-version                 "4.93">
    631631<!ENTITY postfix-version              "3.4.8">
    632632<!ENTITY sendmail-version             "8.15.2">
  • server/mail/exim.xml

    rff300ac9 r03da2154  
    1010  <!-- if above don't work, please use one of the official mirrors at
    1111       http://www.exim.org/mirmon/ftp_mirrors.html -->
    12   <!ENTITY exim-md5sum          "9be05c609af824ce19666e31d910cefd">
    13   <!ENTITY exim-size            "1.7 MB">
    14   <!ENTITY exim-buildsize       "15 MB">
     12  <!ENTITY exim-md5sum          "60aa3b38844a8ccece06670e8ff7d657">
     13  <!ENTITY exim-size            "1.8 MB">
     14  <!ENTITY exim-buildsize       "16 MB">
    1515  <!ENTITY exim-time            "0.2 SBU">
    1616
     
    125125    -e 's,^CONF.*$,CONFIGURE_FILE=/etc/exim.conf,' \
    126126    -e 's,^EXIM_USER.*$,EXIM_USER=exim,'           \
    127     -e '/SUPPORT_TLS=yes/s,^#,,'                   \
    128     -e '/USE_OPENSSL/s,^#,,'                       \
     127    -e '/# SUPPORT_TLS=yes/s,^#,,'                   \
     128    -e '/# USE_OPENSSL/s,^#,,'                       \
    129129    -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &amp;&amp;
    130130
Note: See TracChangeset for help on using the changeset viewer.