Changeset 3a5f637


Ignore:
Timestamp:
01/06/2022 07:41:09 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
eb18295
Parents:
bcccddd (diff), 1a8040a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbcccddd r3a5f637  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Patch mariadb to prevent a stack smashing error
     49          when building against openssl-3. Fixes
     50          <ulink url="&blfs-ticket-root;15928">#15928</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[renodr] - Update to gjs-1.70.0. Fixes
    4954          <ulink url="&blfs-ticket-root;15571">#15571</ulink>.</para>
  • server/databases/mariadb.xml

    rbcccddd r3a5f637  
    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.