Ignore:
Timestamp:
01/06/2022 07:34:44 PM (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:
3a5f637
Parents:
c1d5e64
Message:

Patch mariadb for openssl 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mariadb.xml

    rc1d5e64 r1a8040a  
    8181    </note>
    8282
     83    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     84    <itemizedlist spacing="compact">
     85      <listitem>
     86        <para>
     87          Required patch to prevent a stack smashing error when usin openssl-3:
     88          <ulink url="&patch-root;/mariadb-&mariadb-version;-openssl3_fix-1.patch"/>
     89        </para>
     90      </listitem>
     91    </itemizedlist>
     92
    8393    <bridgehead renderas="sect3">MariaDB Dependencies</bridgehead>
    8494
     
    142152<screen role="root"><userinput>groupadd -g 40 mysql &amp;&amp;
    143153useradd -c "MySQL Server" -d /srv/mysql -g mysql -s /bin/false -u 40 mysql</userinput></screen>
    144 <!--
    145     <para>
    146       Fix a syntax error that causes CMake to fail:
    147     </para>
    148 
    149 <screen><userinput remap="pre">sed -i 's/END()/ENDIF()/' libmariadb/cmake/ConnectorName.cmake</userinput></screen>
    150 -->
     154
     155    <para>
     156      Fix a stack smashing error introduced by openssl-3:
     157    </para>
     158
     159<screen><userinput remap="pre">patch -Np1 -i ../mariadb-&mariadb-version;-openssl3_fix-1.patch</userinput></screen>
     160
    151161    <para>
    152162      Install <application>MariaDB</application> by running the
Note: See TracChangeset for help on using the changeset viewer.