[blfs] branch trunk updated: MariaDB: Fixed runtime issues when using OpenSSL-4 and later.

"Git Owner" ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <177853651326.27316.4471240031510760601@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 46e8febd33 MariaDB: Fixed runtime issues when using OpenSSL-4 and later.
46e8febd33 is described below

commit 46e8febd33166e4a5a68c25a0045298906a423e8
Author: Douglas R. Reno <[email protected]>
AuthorDate: Mon May 11 16:53:22 2026 -0500

    MariaDB: Fixed runtime issues when using OpenSSL-4 and later.
---
 introduction/welcome/changelog.xml | 11 +++++++++++
 server/databases/mariadb.xml       | 16 ++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index a38aa8264e..5ae33b218c 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -39,6 +39,17 @@
   <itemizedlist>
     <title>Changelog Entries:</title>
 
+    <listitem>
+      <para>May 11th, 2026</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Fixed runtime issues in MariaDB when using
+          OpenSSL-4.0 and later. Fixes
+          <ulink url="&blfs-ticket-root;23282">#23282</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>May 10th, 2026</para>
       <itemizedlist>
diff --git a/server/databases/mariadb.xml b/server/databases/mariadb.xml
index a23506e438..6ecd8e87d4 100644
--- a/server/databases/mariadb.xml
+++ b/server/databases/mariadb.xml
@@ -68,6 +68,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink url="&patch-root;/mariadb-&mariadb-version;-openssl4_fixes-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <note>
       <para>
         The installed size of MariaDB is 763 MB, but this can be
@@ -154,6 +164,12 @@ useradd -c "MariaDB Server" -d /srv/mariadb -g mariadb -s /bin/false -u 40 maria
 <screen><userinput>sed -i 's/regex system/regex/' \
        storage/columnstore/columnstore/cmake/boost.cmake</userinput></screen>
 
+    <para>
+      Fix runtime issues with OpenSSL-4.0 and later:
+    </para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../mariadb-&mariadb-version;-openssl4_fixes-1.patch</userinput></screen>
+
     <para>
       Install <application>MariaDB</application> by running the
       following commands:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.