Changeset 4384d94 for server


Ignore:
Timestamp:
05/17/2016 01:35:31 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
bb19adb
Parents:
4c1494d
Message:

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

Location:
server/databases
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mariadb.xml

    r4c1494d r4384d94  
    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        "aa881ff81a181c7357a90b8a357dee7c">
     9  <!ENTITY mariadb-md5sum        "294925531e0fd2f0461e3894496a5adc">
    1010  <!ENTITY mariadb-size          "53 MB">
    1111  <!ENTITY mariadb-buildsize     "1.1 GB (with tests)">
    12   <!ENTITY mariadb-time          "4.8 SBU, (with parallelism=4 and tests)">
     12  <!ENTITY mariadb-time          "6.3 SBU, (with parallelism=4 and tests)">
    1313]>
    1414
     
    3737
    3838    &lfs79_checked;
     39    &gcc6_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/databases/postgresql.xml

    r4c1494d r4384d94  
    77  <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "c3f829b50f0351208debc79af3c946f9">
     9  <!ENTITY postgresql-md5sum        "3f0c388566c688c82b01a0edf1e6b7a0">
    1010  <!ENTITY postgresql-size          "17.6 MB">
    1111  <!ENTITY postgresql-buildsize     "190 MB (with tests)">
     
    3535
    3636    &lfs79_checked;
     37    &gcc6_checked;
    3738
    3839    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9293    following commands: </para>
    9394
    94 <!--sed -i -e 's@psql\\"@&amp; -h /tmp@' src/test/regress/pg_regress{,_main}.c &amp;&amp;
    95 sed -i -e 's@gres\\"@&amp; -k /tmp@' src/test/regress/pg_regress.c &amp;&amp;-->
    9695<screen><userinput>sed -i '/DEFAULT_PGSOCKET_DIR/s@/tmp@/run/postgresql@' src/include/pg_config_manual.h &amp;&amp;
    9796./configure --prefix=/usr          \
     
    107106    </para>
    108107
    109     <para>Tests must be run as unprivileged user, because they need to
    110     start a temporary server, and this is prevented as root user. For
    111     the same reason, you need to stop all PostgreSQL servers if any is
    112     running. If a previous version of PostgreSQL is installed, it may be
    113     necessary to use <emphasis>--disable-rpath</emphasis> with
    114     <emphasis>configure</emphasis> to avoid failures, but <command>it is
    115     not recommended</command> to install the binaries created using this
    116     switch. To test the results, issue: <command>make
    117     check</command>.</para>
     108    <para>Tests must be run as unprivileged user, because they need to start a
     109    temporary server, and this is prevented as root user. For the same reason,
     110    you need to stop all PostgreSQL servers if any is running. If a previous
     111    version of PostgreSQL is installed, it may be necessary to use
     112    <emphasis>--disable-rpath</emphasis> with <emphasis>configure</emphasis> to
     113    avoid failures, but <command>installing the binaries created using this
     114    switch is not recommneded</command>. To test the results, issue:
     115    <command>make check</command>.</para>
    118116
    119117    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.