Ignore:
Timestamp:
10/30/2015 09:03:45 PM (8 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.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, 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:
0da9f15
Parents:
b0ab8b4
Message:
  • Update to postgresql-9.4.5.
  • Update to postfix-3.0.3.
  • Update to Clearlooks-1.7 (MPlayer Skin).
  • Update to cairo-1.14.4.
  • Update to php-5.6.15.
  • Cyrus SASL-2.1.26: supports -jN, N > 1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    rb0ab8b4 r49a38a1  
    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        "1fe952c44ed26d7e6a335cf991a9c1c6">
     9  <!ENTITY postgresql-md5sum        "8b2e3472a8dc786649b4d02d02e039a0">
    1010  <!ENTITY postgresql-size          "17 MB">
    11   <!ENTITY postgresql-buildsize     "194 MB (additional 6 MB to run the testsuite)">
    12   <!ENTITY postgresql-time          "1.3 SBU (additional 0.1 SBU to run the testsuite)">
     11  <!ENTITY postgresql-buildsize     "201 MB (with tests)">
     12  <!ENTITY postgresql-time          "1.5 SBU (with tests)">
    1313]>
    1414
     
    107107    </para>
    108108
     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>
     118
    109119    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    110120
     
    117127<screen role="nodump/"><userinput>make -C contrib/<replaceable>&lt;SUBDIR-NAME&gt;</replaceable> install</userinput></screen>
    118128
    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 
    128     <para><emphasis>If you only intend to use <application>PostgreSQL</application>
    129     as a client to connect to a server on another machine, your installation is
    130     complete and you should not run the remaining commands.</emphasis></para>
     129    <para><emphasis>If you only intend to use
     130    <application>PostgreSQL</application> as a client to connect to a server on
     131    another machine, your installation is complete and you should not run the
     132    remaining commands.</emphasis></para>
    131133
    132134    <!-- 'Upgrading' seems to only ever exist in the docs for *previous* version -->
Note: See TracChangeset for help on using the changeset viewer.