Update to mariadb-10.1.14.

Update to postgresql-9.5.3.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17365 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2016-05-17 01:35:31 +00:00
parent 4c1494d63a
commit 4384d94572
5 changed files with 30 additions and 17 deletions

View File

@ -9,7 +9,7 @@
<!ENTITY boost-md5sum "6095876341956f65f9d35939ccea1a9f">
<!ENTITY boost-size "81 MB">
<!ENTITY boost-buildsize "921 MB (add 2 MB for regression tests)">
<!ENTITY boost-time "1.3 SBU (add 2.3 SBU for regression test)">
<!ENTITY boost-time "1.3 SBU (add 2.3 SBU for regression tests)">
]>
<sect1 id="boost" xreflabel="Boost-&boost-version;">

View File

@ -43,6 +43,20 @@
</listitem>
-->
<listitem>
<para>May 16th, 2016</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to mariadb-10.1.14. Fixes
<ulink url="&blfs-ticket-root;7831">#7831</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to postgresql-9.5.3. Fixes
<ulink url="&blfs-ticket-root;7841">#7841</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>May 15th, 2016</para>
<itemizedlist>

View File

@ -435,8 +435,8 @@
<!-- Chapter 22 -->
<!ENTITY db-version "6.2.23">
<!ENTITY lmdb-version "0.9.18">
<!ENTITY mariadb-version "10.1.13">
<!ENTITY postgresql-version "9.5.2">
<!ENTITY mariadb-version "10.1.14">
<!ENTITY postgresql-version "9.5.3">
<!ENTITY sqlite-version "3.12.2">
<!-- Chapter 23 -->

View File

@ -6,10 +6,10 @@
<!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
<!ENTITY mariadb-download-ftp "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
<!ENTITY mariadb-md5sum "aa881ff81a181c7357a90b8a357dee7c">
<!ENTITY mariadb-md5sum "294925531e0fd2f0461e3894496a5adc">
<!ENTITY mariadb-size "53 MB">
<!ENTITY mariadb-buildsize "1.1 GB (with tests)">
<!ENTITY mariadb-time "4.8 SBU, (with parallelism=4 and tests)">
<!ENTITY mariadb-time "6.3 SBU, (with parallelism=4 and tests)">
]>
<sect1 id="mariadb" xreflabel="MariaDB-&mariadb-version;">
@ -36,6 +36,7 @@
</para>
&lfs79_checked;
&gcc6_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -6,7 +6,7 @@
<!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-download-ftp "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-md5sum "c3f829b50f0351208debc79af3c946f9">
<!ENTITY postgresql-md5sum "3f0c388566c688c82b01a0edf1e6b7a0">
<!ENTITY postgresql-size "17.6 MB">
<!ENTITY postgresql-buildsize "190 MB (with tests)">
<!ENTITY postgresql-time "1.9 SBU (with tests)">
@ -34,6 +34,7 @@
from the Berkeley Postgres database management system.</para>
&lfs79_checked;
&gcc6_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -91,8 +92,6 @@
<para>Install <application>PostgreSQL</application> with the
following commands: </para>
<!--sed -i -e 's@psql\\"@&amp; -h /tmp@' src/test/regress/pg_regress{,_main}.c &amp;&amp;
sed -i -e 's@gres\\"@&amp; -k /tmp@' src/test/regress/pg_regress.c &amp;&amp;-->
<screen><userinput>sed -i '/DEFAULT_PGSOCKET_DIR/s@/tmp@/run/postgresql@' src/include/pg_config_manual.h &amp;&amp;
./configure --prefix=/usr \
--enable-thread-safety \
@ -106,15 +105,14 @@ make</userinput></screen>
<command>make -C contrib/<replaceable>&lt;SUBDIR-NAME&gt;</replaceable></command> for each subdirectory.
</para>
<para>Tests must be run as unprivileged user, because they need to
start a temporary server, and this is prevented as root user. For
the same reason, you need to stop all PostgreSQL servers if any is
running. If a previous version of PostgreSQL is installed, it may be
necessary to use <emphasis>--disable-rpath</emphasis> with
<emphasis>configure</emphasis> to avoid failures, but <command>it is
not recommended</command> to install the binaries created using this
switch. To test the results, issue: <command>make
check</command>.</para>
<para>Tests must be run as unprivileged user, because they need to start a
temporary server, and this is prevented as root user. For the same reason,
you need to stop all PostgreSQL servers if any is running. If a previous
version of PostgreSQL is installed, it may be necessary to use
<emphasis>--disable-rpath</emphasis> with <emphasis>configure</emphasis> to
avoid failures, but <command>installing the binaries created using this
switch is not recommneded</command>. To test the results, issue:
<command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>