Changeset 8e4d9e6e


Ignore:
Timestamp:
06/25/2020 06:16:17 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a69ca8e
Parents:
44ce01f
Message:

Update to mariadb-10.5.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23330 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r44ce01f r8e4d9e6e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to mariadb-10.5.4. Fixes
     49          <ulink url="&blfs-ticket-root;13720">#13720</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to exempi-2.5.2. Fixes
    4953          <ulink url="&blfs-ticket-root;13715">#13715</ulink>.</para>
  • multimedia/libdriv/pulseaudio.xml

    r44ce01f r8e4d9e6e  
    127127      commands:
    128128    </para>
    129 <!--
    130     <para>
    131       First, adapt Pulseaudio to upstream ALSA API changes:
    132     </para>
    133 -->
    134     <!-- This is due to it becoming FATAL to include ALSA headers from
    135          /usr/include instead of /usr/include/alsa. Only one of these
    136          files uses pkg-config to get it's headers, and as a result,
    137          the hardcoded paths need to be updated. In this case, I developed
    138          three seds and a call to ./bootstrap.sh to fix this. Other packages
    139          may be affected by this upstream ALSA change as well. -->
    140 <!--
    141 <screen><userinput>Esed -i "s:asoundlib.h:alsa/asoundlib.h:" src/modules/alsa/*.{c,h} &amp;&amp;
    142 sed -i "s:use-case.h:alsa/use-case.h:" configure.ac &amp;&amp;
    143 sed -i "s:use-case.h:alsa/use-case.h:" src/modules/alsa/alsa-ucm.h</userinput></screen>
    144 -->
     129
    145130<screen revision="sysv"><userinput>./configure --prefix=/usr                \
    146131            --sysconfdir=/etc            \
    147132            --localstatedir=/var         \
    148             --disable-bluez4             \
    149133            --disable-bluez5             \
    150134            --disable-rpath              \
     
    155139            --sysconfdir=/etc    \
    156140            --localstatedir=/var \
    157             --disable-bluez4     \
    158141            --disable-bluez5     \
    159142            --disable-rpath      &amp;&amp;
     
    162145    <para>
    163146      To test the results, issue: <command>make check</command>.
    164       <!-- The volume-test may fail for unknown reasons.
    165            Works OK for pa-13.0 --> 
    166 
    167       <!-- apparently, the max deviation is higher than expected, i.e. assertion
    168            failed, result of 280 > 253 : but it seems to work -->
    169147    </para>
    170148
     
    189167  <sect2 role="commands">
    190168    <title>Command Explanations</title>
    191     <!--
    192     <para>
    193       <command>AUTOPOINT='intltoolize ...</command>:
    194       <command>autoreconf</command> needs to be run after applying the
    195       patch. Running <command>intltoolize</command> instead of
    196       <command>autopoint</command> prevents an error when running
    197       <command>configure</command> afterwards.
    198     </para>
    199     -->
    200 
    201     <para>
    202       <parameter>--disable-bluez4</parameter>: This switch disables
    203       support for <application>BlueZ</application> version 4 in favour
    204       of <application>BlueZ</application> version 5 since the latter
    205       also installs compatibility library for the earlier version.
    206     </para>
    207169
    208170    <para>
  • packages.ent

    r44ce01f r8e4d9e6e  
    660660<!ENTITY db-version                   "5.3.28">
    661661<!ENTITY lmdb-version                 "0.9.24">
    662 <!ENTITY mariadb-version              "10.4.13">
     662<!ENTITY mariadb-version              "10.5.4">
    663663<!ENTITY postgresql-version           "12.3">
    664664<!ENTITY sqlite-version               "3.32.3">
  • server/databases/mariadb.xml

    r44ce01f r8e4d9e6e  
    88  <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    99  <!ENTITY mariadb-download-ftp  "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    10   <!ENTITY mariadb-md5sum        "89e832d6d89dc9bd4c98657a954e0f2c">
    11   <!ENTITY mariadb-size          "77 MB">
    12   <!ENTITY mariadb-buildsize     "1.6 GB">
    13   <!ENTITY mariadb-time          "8.5 SBU (with parallelism=4, add 0.4 SBU for tests)">
     10  <!ENTITY mariadb-md5sum        "056c7351d99f2dff579f8ab40ee4a463">
     11  <!ENTITY mariadb-size          "83 MB">
     12  <!ENTITY mariadb-buildsize     "1.7 GB (637 MB installed)">
     13  <!ENTITY mariadb-time          "7.8 SBU (with parallelism=4, add 0.4 SBU for tests)">
    1414]>
    1515
     
    148148    </para>
    149149
    150 <screen><userinput>sed -i "s@data/test@\${INSTALL_MYSQLTESTDIR}@g" sql/CMakeLists.txt &amp;&amp;
    151 
    152 mkdir build &amp;&amp;
     150<screen><userinput>mkdir build &amp;&amp;
    153151cd    build &amp;&amp;
    154152
     
    187185
    188186    <para>
    189       Where N is the number of tests to run in parallel. A little
    190       over 3700 tests are run in about 14 SBU with N=4.  Three tests
     187      Where N is the number of tests to run in parallel.
     188      Over 5400 tests are run in about 24 SBU with N=4.  Two tests
    191189      are known to fail due to character set issues. 
    192190    </para></note>
     
    202200  <sect2 role="commands">
    203201    <title>Command Explanations</title>
    204 
    205     <para>
    206       <command>sed -i ... sql/CMakeLists.txt</command>: Set correct installation
    207       directory for some components.
    208     </para>
    209202
    210203    <para>
Note: See TracChangeset for help on using the changeset viewer.