Changeset b4c88c39


Ignore:
Timestamp:
12/23/2013 09:06:02 PM (10 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.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
36e088d
Parents:
efd93087
Message:

Update to mysql-5.6.15.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    refd93087 rb4c88c39  
    501501<!ENTITY db-version                   "6.0.20">
    502502<!ENTITY mariadb-version              "10.0.6">
    503 <!ENTITY mysql-version                "5.6.14">
     503<!ENTITY mysql-version                "5.6.15">
    504504<!ENTITY postgresql-version           "9.3.2">
    505505<!ENTITY sqlite-version               "3.8.2">
  • introduction/welcome/changelog.xml

    refd93087 rb4c88c39  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Update to mysql-5.6.15. Fixes
     51          <ulink url="&blfs-ticket-root;4408">#4408</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[fernando] - Update to cracklib-2.9.1. Fixes
    5155          <ulink url="&blfs-ticket-root;4475">#4475</ulink>.</para>
  • server/databases/mysql.xml

    refd93087 rb4c88c39  
    77  <!ENTITY mysql-download-http "http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-&mysql-version;.tar.gz">
    88  <!ENTITY mysql-download-ftp  " ">
    9   <!ENTITY mysql-md5sum        "52224ce51dbf6ffbcef82be30688cc04">
    10   <!ENTITY mysql-size          "34 MB">
    11   <!ENTITY mysql-buildsize     "629 MB">
    12   <!ENTITY mysql-time          "8.1 SBU">
     9  <!ENTITY mysql-md5sum        "8c0ee8aa58258df1e1395d7c68b96647">
     10  <!ENTITY mysql-size          "32 MB">
     11  <!ENTITY mysql-buildsize     "572 MB (additional 359 MB installed)">
     12  <!ENTITY mysql-time          "6.3 SBU">
    1313]>
    1414
     
    221221
    222222    <para>
    223       <command>sed -i ...</command>: First two seds fix client-only builds. Last
    224       two seds set correct installation directories for some components.
     223      <command>sed -i ...</command>: First two seds fix client-only builds.
     224        Following two seds set correct installation directories for some
     225        components. Last one fixes a bug in the code.
    225226    </para>
    226227
     
    444445        </seg>
    445446        <seg>
    446           libmysqlclient.{so,a}, libmysqlclient_r.{so,a}, libmysqld.{so,a} and
    447           libmysqlservices.a
     447          libmysqlclient.{so,a}, libmysqlclient_r.{so,a}, libmysqld.{so,a},
     448          libmysqlservices.a and several under /usr/lib/mysql/plugin/
    448449        </seg>
    449450        <seg>
Note: See TracChangeset for help on using the changeset viewer.