Changeset 80454f5 for server/databases


Ignore:
Timestamp:
07/27/2014 07:48:06 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.6, 7.7, 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, krejzi/svn, 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:
5b52925
Parents:
bbb8ccc
Message:

Fix vala-0.24.0 (for at least Gucharmap-3.12.1).
Update to exim-4.83.
Update to LVM2.2.02.108.
Update to php-5.5.15.
Update to postgresql-9.3.5.
Thunderbird 31.0 and Python-2.7.8: Python2 needs to be built after openssl for this version of thunderbird.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    rbbb8ccc r80454f5  
    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        "d0a41f54c377b2d2fab4a003b0dac762">
     9  <!ENTITY postgresql-md5sum        "5059857c7d7e6ad83b6d55893a121b59">
    1010  <!ENTITY postgresql-size          "16 MB">
    11   <!ENTITY postgresql-buildsize     "184 MB (additional 169 MB to run the testsuite)">
    12   <!ENTITY postgresql-time          "1.5 SBU (additional 0.2 SBU to run the testsuite)">
     11  <!ENTITY postgresql-buildsize     "183 MB (additional 168 MB to run the testsuite)">
     12  <!ENTITY postgresql-time          "1.6 SBU (additional 0.3 SBU to run the testsuite)">
    1313]>
    1414
     
    9292    following commands: </para>
    9393
     94<!--sed -i -e 's@psql\\"@&amp; -h /tmp@' src/test/regress/pg_regress{,_main}.c &amp;&amp;
     95sed -i -e 's@gres\\"@&amp; -k /tmp@' src/test/regress/pg_regress.c &amp;&amp;-->
    9496<screen><userinput>sed -i '/DEFAULT_PGSOCKET_DIR/s@/tmp@/run/postgresql@' src/include/pg_config_manual.h &amp;&amp;
    95 sed -i -e 's@psql\\"@&amp; -h /tmp@' src/test/regress/pg_regress{,_main}.c &amp;&amp;
    96 sed -i -e 's@gres\\"@&amp; -k /tmp@' src/test/regress/pg_regress.c &amp;&amp;
    9797./configure --prefix=/usr          \
    9898            --enable-thread-safety \
    9999            --docdir=/usr/share/doc/postgresql-&postgresql-version; &amp;&amp;
    100100make</userinput></screen>
    101 
    102     <warning>
    103       <para>This package contains a known security hole that allows other
    104       users on the same machine to gain access to an operating system account
    105       while it is doing "make check": CVE-2014-0067. Until the fix is available,
    106       users are strongly advised not to run "make check" on machines where
    107       untrusted users have accounts. </para>
    108     </warning>
    109 
    110     <para>To test the results, issue: <command>make check</command>.</para>
    111101
    112102    <para>There are a number of programs in the
     
    127117<screen role="nodump/"><userinput>make -C contrib/<replaceable>&lt;SUBDIR-NAME&gt;</replaceable> install</userinput></screen>
    128118
     119    <warning>
     120      <para>This package contains a known security hole that allows other
     121      users on the same machine to gain access to an operating system account
     122      while it is doing "make check": CVE-2014-0067. Tests must be run after
     123      install, with postgresql server down, as unprivileged user.</para>
     124    </warning>
     125
     126    <para>To test the results, issue: <command>make check</command>.</para>
     127
    129128    <para><emphasis>If you only intend to use <application>PostgreSQL</application>
    130129    as a client to connect to a server on another machine, your installation is
     
    132131
    133132    <!-- 'Upgrading' seems to only ever exist in the docs for *previous* version -->
    134     <note>
     133 <!-- Obsolete: only if upgrading for versions prior to 9   <note>
    135134      <para>If you are upgrading an existing system and are going to install
    136135      the new files over the old ones, then you should back up your data, shut
     
    138137      url="http://www.postgresql.org/docs/9.0/static/install-upgrading.html">the
    139138      official <application>PostgreSQL</application> documentation</ulink>.</para>
    140     </note>
     139    </note>-->
    141140
    142141    <para>Initialize a database cluster with the following commands issued by the
     
    179178      <command>sed -i ...</command>: These seds change server socket location
    180179      from <filename class="directory">/tmp</filename> to
    181       <filename class="directory">/run/postgresql</filename> and fix up the
     180      <filename class="directory">/run/postgresql</filename><!-- and fix up the
    182181      regression tests to use <filename class="directory">/tmp</filename> so
    183       that they can work reliably.
     182      that they can work reliably-->.
    184183    </para>
    185184
     
    274273      <seglistitem>
    275274        <seg>clusterdb, createdb, createlang, createuser, dropdb, droplang,
    276         dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata, pg_ctl,
    277         pg_dump, pg_dumpall, pg_isready, pg_receivexlog, pg_resetxlog, pg_restore, pltcl_delmod,
    278         pltcl_listmod, pltcl_loadmod, postgres, postmaster, psql,
    279         reindexdb, vacuumdb, and optionally (in contrib/) oid2name, pg_archivecleanup,
    280         pgbench, pg_standby, pg_test_fsync, pg_test_timing, pg_upgrade, pg_xlogdump,
    281         vacuumlo,</seg>
    282         <seg>libecpg.{so,a}, libecpg_compat.{so,a}, libpgport.a, libpgtypes.{so,a},
    283         libpq.{so,a}, various charset modules, and optionally programming language
    284         modules.</seg>
     275        dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata,
     276        pg_ctl, pg_dump, pg_dumpall, pg_isready, pg_receivexlog, pg_resetxlog,
     277        pg_restore, pltcl_delmod, pltcl_listmod, pltcl_loadmod, postgres,
     278        postmaster, psql, reindexdb, vacuumdb, and optionally (in contrib/)
     279        oid2name, pg_archivecleanup, pgbench, pg_standby, pg_test_fsync,
     280        pg_test_timing, pg_upgrade, pg_xlogdump, vacuumlo,
     281        and many others</seg>
     282        <seg>libecpg.{so,a}, libecpg_compat.{so,a}, libpgcommon.a, libpgport.a,
     283        libpgtypes.{so,a}, libpq.{so,a}, various charset modules, and
     284        optionally programming language modules under /usr/lib/postgresql</seg>
    285285        <seg>/srv/pgsql, /usr/include/libpq, /usr/include/postgresql,
    286286        /usr/lib/postgresql, /usr/share/doc/postgresql-&postgresql-version;, and
Note: See TracChangeset for help on using the changeset viewer.