Changeset 039736d2


Ignore:
Timestamp:
03/21/2007 07:09:27 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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:
2876fbf
Parents:
9dcda46
Message:

Updated to MySQL-5.0.37

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9dcda46 r039736d2  
    353353<!-- End special note about Heimdal -->
    354354
    355 <!ENTITY mysql-version                "5.0.21">
     355<!ENTITY mysql-version                "5.0.37">
    356356<!ENTITY postgresql-version           "8.2.3">
    357357
  • introduction/welcome/changelog.xml

    r9dcda46 r039736d2  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to MySQL-5.0.37.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Modified the Heimdal instructions to rename the
    4952          Heimdal libss headers and libraries and restore the orginal E2fsprogs
  • server/databases/mysql.xml

    r9dcda46 r039736d2  
    55  %general-entities;
    66
    7   <!-- <!ENTITY mysql-download-http "http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz/from/http://mysql.mirrors.hoobly.com/"> -->
    8   <!-- <!ENTITY mysql-download-ftp  "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz"> -->
    9   <!ENTITY mysql-download-http "http://downloads.mysql.com/archives/mysql-5.0/mysql-&mysql-version;.tar.gz">
    10   <!ENTITY mysql-download-ftp  "ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/mysql-&mysql-version;.tar.gz">
    11   <!ENTITY mysql-md5sum        "c3165204c42e1db6fc3a95a4fd2cd22f">
    12   <!ENTITY mysql-size          "18.6 MB">
    13   <!ENTITY mysql-buildsize     "244 MB (additional 194 MB to run the test suite)">
    14   <!ENTITY mysql-time          "4.5 SBU (Test suite is an additional 48 minutes, only partially CPU dependent)">
     7  <!ENTITY mysql-download-http "http://mysql.mirrors.hoobly.com/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
     8  <!ENTITY mysql-download-ftp  "ftp://ftp.fu-berlin.de/unix/databases/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
     9  <!ENTITY mysql-md5sum        "26ed76facb58bdeae40c8310e337dde2">
     10  <!ENTITY mysql-size          "23.2 MB">
     11  <!ENTITY mysql-buildsize     "336 MB (additional 47 MB to run the test suite)">
     12  <!ENTITY mysql-time          "6.4 SBU (Test suite is an additional 52 minutes, only partially CPU dependent)">
    1513]>
    1614
     
    6260    <bridgehead renderas="sect4">Optional</bridgehead>
    6361    <para role="optional"><xref linkend="openssl"/> and
    64     <xref linkend="tcpwrappers"/>.
     62    <xref linkend="tcpwrappers"/>
    6563
    6664    <!-- Removing libedit because it causes more problems than it solves.
     
    7068
    7169    </para>
    72 
    73     <!-- These appear to be obsolete now that the docs have been pulled
    74          out of the main tarball. Configure still checks for them, but
    75          best I can tell, they are not used, nor can be used even if found
    76 
    77     <xref linkend="doxygen"/> and
    78     <xref linkend="tetex"/></para>
    79     -->
    8070
    8171    <para condition="html" role="usernotes">User Notes:
     
    9686    <para>Build and install <application>MySQL</application> by
    9787    running the following commands:</para>
    98 
    99     <!-- Removing the CPPFLAGS="-D_GNU_SOURCE" and
    100          -with-named-thread-libs=-lpthread as they don't appear to be
    101          required any longer
    102     -->
    10388
    10489<screen><userinput>C_EXTRA_FLAGS=-fno-strict-aliasing \
     
    145130ln -v -sf mysql/libmysqlclient{,_r}.so* .</userinput></screen>
    146131
    147 <!-- Insert this back into the 'root' installation section if
    148      there are ever docs to install again
    149 
    150 install -v -d -m755 /usr/share/mysql/Docs/Images &amp;&amp;
    151 install -v -m644 Docs/manual{,_toc}.html \
    152                  Docs/manual.txt /usr/share/mysql/Docs &amp;&amp;
    153 install -v -m644 Docs/Images/*.{jpg,gif} /usr/share/mysql/Docs/Images &amp;&amp;
    154 
    155 -->
     132    <tip>
     133      <para>The only documentation shipped in the source tarball are
     134      <filename>mysql.info</filename> and <filename>manual.chm</filename>
     135      (Microsoft Help format) files. You can download various formats of the
     136      <application>MySQL</application> Reference Manual from <ulink
     137      url="http://dev.mysql.com/doc/"/>.</para>
     138    </tip>
    156139
    157140  </sect2>
Note: See TracChangeset for help on using the changeset viewer.