Changeset c6459486


Ignore:
Timestamp:
07/26/2019 10:52:23 AM (5 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 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:
c048778
Parents:
012ec62
Message:

Update to exim-4.92.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r012ec62 rc6459486  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>July 25th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[timtas] - Update to exim-4.92.1. Fixes
     49          <ulink url="&blfs-ticket-root;12321">#12321</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54 
    4455    <listitem>
    4556      <para>July 25th, 2019</para>
  • packages.ent

    r012ec62 rc6459486  
    621621<!--<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">-->
    622622
    623 <!ENTITY exim-version                 "4.92">
     623<!ENTITY exim-version                 "4.92.1">
    624624<!ENTITY postfix-version              "3.4.6">
    625625<!ENTITY sendmail-version             "8.15.2">
  • server/mail/exim.xml

    r012ec62 rc6459486  
    55  %general-entities;
    66
    7   <!-- This URL frequently becomes broken. Please, do not "fix' it back,
    8        unless you decided to take care of and monitor it.
    9   <!ENTITY exim-download-http   "http://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.xz"> -->
    10 
    11   <!ENTITY exim-download-http   "http://mirrors-usa.go-parts.com/eximftp/exim/exim4/exim-&exim-version;.tar.xz">
     7  <!ENTITY exim-download-http   "https://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.xz">
     8
    129  <!ENTITY exim-download-ftp    "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.xz">
    1310  <!-- if above don't work, please use one of the official mirrors at
    1411       http://www.exim.org/mirmon/ftp_mirrors.html -->
    15   <!ENTITY exim-md5sum          "675baa21ba74f5396c8c3c14c5dcfd25">
     12  <!ENTITY exim-md5sum          "c047cb66e60557cec8f2dbc558cb5707">
    1613  <!ENTITY exim-size            "1.7 MB">
    17   <!ENTITY exim-buildsize       "19 MB">
     14  <!ENTITY exim-buildsize       "15 MB">
    1815  <!ENTITY exim-time            "0.2 SBU">
    1916
Note: See TracChangeset for help on using the changeset viewer.