Changeset afe14ff


Ignore:
Timestamp:
12/30/2021 05:46:57 AM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
602f5cd
Parents:
03c52662
Message:

Add the OpenSSL-3 patch for Kerberos to the book to fix several runtime
issues and a couple build problems.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r03c52662 rafe14ff  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Fix several OpenSSL-3 related issues in MIT Kerberos
     49          V5.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to Net-SSLeay-1.91_01 to fix problems with
    4953          OpenSSL-3.</para>
  • postlfs/security/mitkrb.xml

    r03c52662 rafe14ff  
    7070        <para>
    7171          Estimated build time: &mitkrb-time;
     72        </para>
     73      </listitem>
     74    </itemizedlist>
     75
     76    <bridgehead renderas="sect4">Additional Downloads</bridgehead>
     77    <itemizedlist spacing="compact">
     78      <listitem>
     79        <para>
     80          Required patch:
     81           <ulink url="&patch-root;/mitkrb-&mitkrb-version;-openssl3_fixes-1.patch"/>
    7282        </para>
    7383      </listitem>
     
    122132
    123133    <para>
     134      Next, fix several issues identified by OpenSSL-3:
     135    </para>
     136
     137<screen><userinput remap="pre">patch -Np1 -i ../mitkrb-1.19.2-openssl3_fixes-1.patch</userinput></screen>
     138
     139    <para>
    124140      Build <application>MIT Kerberos V5</application> by running the
    125141      following commands:
     
    131147sed -i -e '/eq 0/{N;s/12 //}'    plugins/kdb/db2/libdb2/test/run.test &amp;&amp;
    132148sed -i '/t_iprop.py/d'           tests/Makefile.in                    &amp;&amp;
     149
     150autoreconf -fiv &amp;&amp;
    133151
    134152./configure --prefix=/usr            \
Note: See TracChangeset for help on using the changeset viewer.