Changeset b053f543 for server


Ignore:
Timestamp:
10/17/2023 02:17:44 PM (7 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
4c32ae7
Parents:
ea4d812
Message:

Update to exim-4.96.2 (security update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/exim.xml

    rea4d812 rb053f543  
    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          "1554c5c9fbc0fb9ee02430ed65d98ea4">
     12  <!ENTITY exim-md5sum          "27f552d5ba125a734d867642400d1d43">
    1313  <!ENTITY exim-size            "1.8 MB">
    14   <!ENTITY exim-buildsize       "17 MB">
    15   <!ENTITY exim-time            "0.3 SBU">
     14  <!ENTITY exim-buildsize       "21 MB">
     15  <!ENTITY exim-time            "less than 0.1 SBU (at -j4)">
    1616
    1717  <!ENTITY exim-daemon-version  "&exim-version;-2">
     
    120120      <xref linkend="sqlite"/>,
    121121      <xref linkend="x-window-system"/>,
    122       <ulink url="https://github.com/heimdal/heimdal">Heimdal GSSAPI</ulink>, and
     122      <ulink url="https://github.com/heimdal/heimdal">Heimdal GSSAPI</ulink>,
     123      <ulink url="https://github.com/shevek/libspf2/">libspf2</ulink>, and
    123124      <ulink url="http://www.trusteddomain.org/opendmarc/">OpenDMARC</ulink>
    124125    </para>
     
    139140useradd -d /dev/null -c "Exim Daemon" -g exim -s /bin/false -u 31 exim</userinput></screen>
    140141
    141 <!-- Applied in 4.96
    142     <para>
    143       If you want to build with <application>PAM</application> support, apply the following patch:
    144     </para>
    145 
    146 <screen><userinput>patch -Np2 -i ../exim-&exim-version;-call_pam-1.patch</userinput></screen>
    147 
    148     <para>
    149       Apply a patch required for building against openssl version 3:
    150     </para>
    151 
    152 <screen><userinput>patch -Np2 -i ../exim-&exim-version;-openssl3_fix-1.patch</userinput></screen>
    153 -->
    154 
    155142    <para>
    156143      Configure <application>Exim</application> with the following commands:
     
    160147    -e 's,^CONF.*$,CONFIGURE_FILE=/etc/exim.conf,' \
    161148    -e 's,^EXIM_USER.*$,EXIM_USER=exim,'           \
    162     -e '/# SUPPORT_TLS=yes/s,^#,,'                   \
    163     -e '/# USE_OPENSSL/s,^#,,'                       \
    164     -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &amp;&amp;
     149    -e '/# USE_OPENSSL/s,^#,,' src/EDITME > Local/Makefile &amp;&amp;
    165150
    166151printf "USE_GDBM = yes\nDBMLIB = -lgdbm\n" >> Local/Makefile
     
    195180install -v -m644 doc/exim.8 /usr/share/man/man8 &amp;&amp;
    196181
    197 install -v -d -m755    /usr/share/doc/exim-&exim-version; &amp;&amp;
    198 install -v -m644 doc/* /usr/share/doc/exim-&exim-version; &amp;&amp;
     182install -vdm 755    /usr/share/doc/exim-&exim-version; &amp;&amp;
     183cp      -Rv doc/*  /usr/share/doc/exim-&exim-version; &amp;&amp;
    199184
    200185ln -sfv exim /usr/sbin/sendmail                 &amp;&amp;
     
    710695        <listitem>
    711696          <para>
    712             queries running <application>Exim</application>
    713           processes
     697            queries running <application>Exim</application> processes
    714698          </para>
    715699          <indexterm zone="exim exiwhat">
Note: See TracChangeset for help on using the changeset viewer.