Changeset 4801ff50 for server


Ignore:
Timestamp:
12/23/2017 03:41:30 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
dc436a1
Parents:
5344b56
Message:

Update to boost_1_66_0.
Update to exim-4.90.
Update to Archive-Zip-1.60 (perl module).
Update to File-Slurper-0.011 (perl module).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/exim.xml

    r5344b56 r4801ff50  
    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          "b569ec80c495dffc54545895e680ed61">
     15  <!ENTITY exim-md5sum          "02aad0b2692968ba7ea96d6e4253b898">
    1616  <!ENTITY exim-size            "1.6 MB">
    1717  <!ENTITY exim-buildsize       "14 MB">
    1818  <!ENTITY exim-time            "0.2 SBU">
    19 
    20 
    2119
    2220  <!ENTITY exim-daemon-version  "&exim-version;-3">
     
    7573        shown at <ulink url="http://exim.org/docs.html"/>.</para>
    7674      </listitem>
    77       <listitem>
    78         <para>
    79           Recommended patch (prevents triggering CVE-2017-1000369 by using
    80           exim commands): <ulink
    81             url="&patch-root;/exim-&exim-version;-avoid_mem_clash-1.patch"/>
    82         </para>
    83       </listitem>
    84 
    8575    </itemizedlist>
    8676
     
    135125    commands:</para>
    136126
    137 <screen><userinput>patch -p1 -i ../exim-&exim-version;-avoid_mem_clash-1.patch &amp;&amp;
    138 sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,'    \
     127<screen><userinput>sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,'    \
    139128    -e 's,^CONF.*$,CONFIGURE_FILE=/etc/exim.conf,' \
    140129    -e 's,^EXIM_USER.*$,EXIM_USER=exim,'           \
     
    142131    -e '/USE_OPENSSL/s,^#,,'                       \
    143132    -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &amp;&amp;
     133
    144134printf "USE_GDBM = yes\nDBMLIB = -lgdbm\n" >> Local/Makefile &amp;&amp;
    145135make</userinput></screen>
     
    151141<!-- dev note: make INSTALL_ARG=-no_chown DESTDIR=<DESTDIR> install -->
    152142
    153 <screen role="root"><userinput>make install                                      &amp;&amp;
    154 install -v -m644 doc/exim.8 /usr/share/man/man8   &amp;&amp;
    155 install -v -d -m755 /usr/share/doc/exim-&exim-version;    &amp;&amp;
     143<screen role="root"><userinput>make install                                    &amp;&amp;
     144install -v -m644 doc/exim.8 /usr/share/man/man8 &amp;&amp;
     145
     146install -v -d -m755    /usr/share/doc/exim-&exim-version; &amp;&amp;
    156147install -v -m644 doc/* /usr/share/doc/exim-&exim-version; &amp;&amp;
    157 ln -sfv exim /usr/sbin/sendmail                   &amp;&amp;
     148
     149ln -sfv exim /usr/sbin/sendmail                 &amp;&amp;
    158150install -v -d -m750 -o exim -g exim /var/spool/exim</userinput></screen>
    159151
Note: See TracChangeset for help on using the changeset viewer.