Changeset a2ff7a97 for server


Ignore:
Timestamp:
07/27/2014 10:43:38 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
2ea0023
Parents:
b6651726
Message:

Merge trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13699 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql-systemd.xml

    rb6651726 ra2ff7a97  
    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
     
    277276      <seglistitem>
    278277        <seg>clusterdb, createdb, createlang, createuser, dropdb, droplang,
    279         dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata, pg_ctl,
    280         pg_dump, pg_dumpall, pg_isready, pg_receivexlog, pg_resetxlog, pg_restore, pltcl_delmod,
    281         pltcl_listmod, pltcl_loadmod, postgres, postmaster, psql,
    282         reindexdb, vacuumdb, and optionally (in contrib/) oid2name, pg_archivecleanup,
    283         pgbench, pg_standby, pg_test_fsync, pg_test_timing, pg_upgrade, pg_xlogdump,
    284         vacuumlo,</seg>
    285         <seg>libecpg.{so,a}, libecpg_compat.{so,a}, libpgport.a, libpgtypes.{so,a},
    286         libpq.{so,a}, various charset modules, and optionally programming language
    287         modules.</seg>
     278        dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata,
     279        pg_ctl, pg_dump, pg_dumpall, pg_isready, pg_receivexlog, pg_resetxlog,
     280        pg_restore, pltcl_delmod, pltcl_listmod, pltcl_loadmod, postgres,
     281        postmaster, psql, reindexdb, vacuumdb, and optionally (in contrib/)
     282        oid2name, pg_archivecleanup, pgbench, pg_standby, pg_test_fsync,
     283        pg_test_timing, pg_upgrade, pg_xlogdump, vacuumlo,
     284        and many others</seg>
     285        <seg>libecpg.{so,a}, libecpg_compat.{so,a}, libpgcommon.a, libpgport.a,
     286        libpgtypes.{so,a}, libpq.{so,a}, various charset modules, and
     287        optionally programming language modules under /usr/lib/postgresql</seg>
    288288        <seg>/srv/pgsql, /usr/include/libpq, /usr/include/postgresql,
    289289        /usr/lib/postgresql, /usr/share/doc/postgresql-&postgresql-version;, and
  • server/mail/exim-systemd.xml

    rb6651726 ra2ff7a97  
    77  <!ENTITY exim-download-http   "http://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
    88  <!ENTITY exim-download-ftp    "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
    9   <!ENTITY exim-md5sum          "4544696ce6689ba9141a0697f25a74cb">
     9  <!ENTITY exim-md5sum          "fc6790f346a50a3c87be96b335b9c8ae">
    1010  <!ENTITY exim-size            "1.7 MB">
    11   <!ENTITY exim-buildsize       "16 MB">
     11  <!ENTITY exim-buildsize       "17 MB">
    1212  <!ENTITY exim-time            "0.2 SBU">
    1313]>
     
    309309
    310310      <seglistitem>
    311         <seg>exicyclog, exigrep, exim, exim-4.82_1-5b7a7c0-XX-3,
    312         exim_checkaccess, exim_dbmbuild, exim_dumpdb, exim_fixdb, exim_lock,
    313         exim_tidydb, eximstats, exinext, exipick, exiqgrep, exiqsumm, exiwhat,
    314         and optionally, eximon, eximon.bin, and sendmail (symlink)</seg>
     311        <seg>exicyclog, exigrep, exim, exim-4.83-3, exim_checkaccess,
     312        exim_dbmbuild, exim_dumpdb, exim_fixdb, exim_lock, exim_tidydb,
     313        eximstats, exinext, exipick, exiqgrep, exiqsumm, exiwhat, and
     314        optionally, eximon, eximon.bin, and sendmail (symlink)</seg>
    315315        <seg>None</seg>
    316316        <seg>/usr/share/doc/exim-&exim-version; and /var/spool/exim</seg>
Note: See TracChangeset for help on using the changeset viewer.