Changeset 91c26753


Ignore:
Timestamp:
12/04/2018 08:15:44 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
5b9b502
Parents:
ff7c4c3e
Message:

Add a patch and fix instructions so sendmail works with openssl-1.1.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    rff7c4c3e r91c26753  
    4343-->
    4444    <listitem>
     45      <para>December 4th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Add a patch and fix instructions so
     49          sendmail works with openssl-1.1. Fixes
     50          <ulink url="&blfs-ticket-root;11351">#11351</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>December 3rd, 2018</para>
    4657      <itemizedlist>
  • server/mail/sendmail.xml

    rff7c4c3e r91c26753  
    5858      </listitem>
    5959    </itemizedlist>
     60    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     61
     62    <itemizedlist spacing="compact">
     63      <listitem>
     64        <para>
     65          Required patch:
     66          <ulink url="&patch-root;/sendmail.-&sendmail-version;-openssl-1.patch"/>
     67        </para>
     68      </listitem>
     69    </itemizedlist>
    6070
    6171    <bridgehead renderas="sect3">sendmail Dependencies</bridgehead>
     
    6878    <bridgehead renderas="sect4">Recommended</bridgehead>
    6979    <para role="recommended">
    70       <xref linkend="openssl10"/> and
    7180      <xref linkend="cyrus-sasl"/>
    7281    </para>
     
    107116<screen><userinput>cat &gt;&gt; devtools/Site/site.config.m4 &lt;&lt; "EOF"
    108117<literal>APPENDDEF(`confENVDEF',`-DSTARTTLS -DSASL -DLDAPMAP')
    109 APPENDDEF(`confLIBS', `-L/usr/lib/openssl-1.0 -lssl -lcrypto -lsasl2 -lldap -llber -ldb')
    110 APPENDDEF(`confINCDIRS', `-I/usr/include/sasl -I/usr/include/openssl-1.0')</literal>
     118APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llber -ldb')
     119APPENDDEF(`confINCDIRS', `-I/usr/include/sasl')</literal>
    111120EOF</userinput></screen>
    112121
     
    114123    commands:</para>
    115124
    116 <screen><userinput>cat &gt;&gt; devtools/Site/site.config.m4 &lt;&lt; "EOF"
     125<screen><userinput>patch -Np1 -i $DIR/sendmail.&sendmail-version;-openssl-1.patch &amp;&amp;
     126
     127cat &gt;&gt; devtools/Site/site.config.m4 &lt;&lt; "EOF"
    117128<literal>define(`confMANGRP',`root')
    118129define(`confMANOWN',`root')
Note: See TracChangeset for help on using the changeset viewer.