Changeset 4bd3b64d for server/mail


Ignore:
Timestamp:
07/08/2020 12:17:29 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
28872d7
Parents:
9e2a8bab
Message:

Update to qca-2.3.1
Update to sendmail-8.16.1
Update to seamonkey-2.53.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/sendmail.xml

    r9e2a8bab r4bd3b64d  
    99  <!ENTITY sendmail-download-http " ">
    1010  <!ENTITY sendmail-download-ftp  "ftp://ftp.sendmail.org/pub/sendmail/sendmail.&sendmail-version;.tar.gz">
    11   <!ENTITY sendmail-md5sum        "a824fa7dea4d3341efb6462ccd816f00">
     11  <!ENTITY sendmail-md5sum        "055f1d76c8027993a01ab6425aea4ae7">
    1212  <!ENTITY sendmail-size          "2.1 MB">
    13   <!ENTITY sendmail-buildsize     "14 MB">
     13  <!ENTITY sendmail-buildsize     "19 MB">
    1414  <!ENTITY sendmail-time          "0.2 SBU">
    1515]>
     
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676
     77<!-- Sendmail 8.16.1 does have official support for OpenSSL 1.1
    7778    <itemizedlist spacing="compact">
    7879      <listitem>
     
    8384      </listitem>
    8485    </itemizedlist>
     86-->
    8587
    8688    <bridgehead renderas="sect3">sendmail Dependencies</bridgehead>
     
    145147    </para>
    146148
    147 <screen><userinput>patch -Np1 -i ../sendmail.&sendmail-version;-openssl-1.patch &amp;&amp;
    148 
    149 cat &gt;&gt; devtools/Site/site.config.m4 &lt;&lt; "EOF"
     149<screen><userinput>cat &gt;&gt; devtools/Site/site.config.m4 &lt;&lt; "EOF"
    150150<literal>define(`confMANGRP',`root')
    151151define(`confMANOWN',`root')
     
    168168    </para>
    169169
     170<!-- When doing a DESTDIR= build, for example, for an update to check for new
     171     installed files, you need to create $DEST/usr/{bin,sbin,share/man/man{1,5,8}
     172     first. "sh Build" is a wrapper for Make, so it will accept DESTDIR=
     173     as an argument. -->
    170174    <para>
    171175      Now, as the <systemitem class="username">root</systemitem> user:
     
    243247    </para>
    244248
     249<!-- No longer valid with 8.16.1
    245250    <para>
    246251      <command>sed ... include/sm/bdb.h</command>: This allows sendmail to
    247252      build properly with <xref linkend='db'/> versions 5 and above.
    248253    </para>
     254-->
    249255
    250256    <para>
     
    376382        <seg>None</seg>
    377383        <seg>/etc/mail, /usr/share/doc/sendmail-&sendmail-version;,
    378         /var/spool/mqueue, and /var/spool/clientmqueue</seg>
     384        and /var/spool/clientmqueue</seg>
    379385      </seglistitem>
    380386    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.