Changeset 561232c


Ignore:
Timestamp:
01/05/2022 07:03:42 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2af0b32f
Parents:
dab0680
Message:

Patch exim for openssl 3

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rdab0680 r561232c  
    4343    -->
    4444    <listitem>
     45      <para>January 5th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Patch exim for building against openssl-3.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>January 4th, 2022</para>
    4655      <itemizedlist>
  • server/mail/exim.xml

    rdab0680 r561232c  
    8989          Required patch when building with <application>PAM</application> support:
    9090          <ulink url="&patch-root;/exim-&exim-version;-call_pam-1.patch"/>
     91        </para>
     92      </listitem>
     93      <listitem>
     94        <para>
     95          Required patch to build with openssl-3:
     96          <ulink url="&patch-root;/exim-&exim-version;-openssl3_fix-1.patch"/>
    9197        </para>
    9298      </listitem>
     
    144150
    145151    <para>
     152      Apply a patch required for building against openssl version 3:
     153    </para>
     154
     155<screen><userinput>patch -Np2 -i ../exim-&exim-version;-openssl3_fix-1.patch</userinput></screen>
     156
     157    <para>
    146158      Configure <application>Exim</application> with the following commands:
    147159    </para>
Note: See TracChangeset for help on using the changeset viewer.