Changeset 59a6b63 for server


Ignore:
Timestamp:
08/08/2015 01:03:10 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
604bf744
Parents:
037fc0be
Message:
  • Update to tcsh-6.19.00.
  • Update to fribidi-0.19.7.
  • Update to subversion-1.9.0.
  • Update to mariadb-10.0.21.
  • Update to firefox-39.0.3.
  • SDL-1.2.15: Move "--disable-sdl-dlopen" to option.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mariadb.xml

    r037fc0be r59a6b63  
    77  <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    88  <!ENTITY mariadb-download-ftp  "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    9   <!ENTITY mariadb-md5sum        "59d6c00827ad56f2ac76340fece32fc0">
     9  <!ENTITY mariadb-md5sum        "956561f3798d1fe8dfbe4b665287a87a">
    1010  <!ENTITY mariadb-size          "54 MB">
    1111  <!ENTITY mariadb-buildsize     "1.5 GB (with tests)">
    12   <!ENTITY mariadb-time          "5.7 SBU, using parallelism=2 (with tests)">
     12  <!ENTITY mariadb-time          "10 SBU, (with tests)">
    1313]>
    1414
     
    122122    <warning>
    123123      <para>
    124         MariaDB and MySQL cannot be installed on the same system without 
     124        MariaDB and MySQL cannot be installed on the same system without
    125125        extensive changes to the build configuration of one of the two applications.
    126126      </para>
     
    184184    <para>
    185185      <command>sed -i ...</command>: Set correct installation
    186       directory for some components. 
     186      directory for some components.
    187187    </para>
    188188
     
    410410        </seg>
    411411        <seg>
    412           /etc/mysql,
    413           /srv/mysql,
    414           /usr/include/mysql,
    415           /usr/lib/mysql,
    416           /usr/share/doc/mariadb-&mariadb-version;, and
    417           /usr/share/mysql
     412          /{etc,srv,usr/{include,lib,share}}/mysql and
     413          /usr/share/doc/mariadb-&mariadb-version;
    418414        </seg>
    419415      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.