Changeset a7ff037 for server/databases


Ignore:
Timestamp:
02/21/2014 01:10:27 AM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a1c8808
Parents:
4dd6703
Message:

Apply Armin's patch to update to postgresql-0.9.33.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    r4dd6703 ra7ff037  
    55  %general-entities;
    66
    7   <!ENTITY postgresql-download-http " ">
    8   <!ENTITY postgresql-download-ftp  "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "8c905155e3e9f9367b4299a9acb41d2a">
    10   <!ENTITY postgresql-size          "17 MB">
     7  <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
     8  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
     9  <!ENTITY postgresql-md5sum        "0247b0a24e76a3f20cc50c06d0aa2412">
     10  <!ENTITY postgresql-size          "16 MB">
    1111  <!ENTITY postgresql-buildsize     "168 MB (additional 170 MB to run the testsuite)">
    1212  <!ENTITY postgresql-time          "1.4 SBU (additional 0.2 SBU to run the testsuite)">
     
    3434    from the Berkeley Postgres database management system.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    63     <para role="optional"><xref linkend="python2"/>,
    64     <xref linkend="tcl"/>,
    65     <xref linkend="openssl"/>,
    66     <xref linkend="libxml2"/>,
    67     <xref linkend="libxslt"/>,
    68     <xref linkend="openldap"/>,
    69     <xref linkend="linux-pam"/>,
    70     <xref linkend="mitkrb"/> and
    71     <ulink url="http://developer.apple.com/networking/bonjour/">Bonjour</ulink></para>
     63    <para role="optional">
     64      <xref linkend="python2"/>,
     65      <xref linkend="tcl"/>,
     66      <xref linkend="openssl"/>,
     67      <xref linkend="libxml2"/>,
     68      <xref linkend="libxslt"/>,
     69      <xref linkend="openldap"/>,
     70      <xref linkend="linux-pam"/>,
     71      <xref linkend="mitkrb"/> and
     72      <ulink url="http://developer.apple.com/networking/bonjour/">Bonjour</ulink>
     73    </para>
    7274
    7375    <bridgehead renderas="sect4">Optional (To Regenerate Documentation)</bridgehead>
    74     <para role="optional"><xref linkend="sgml-dtd"/>,
    75     <xref linkend="docbook-dsssl"/>,
    76     <xref linkend="openjade"/>, and
    77     <xref linkend="perl-sgmlspm"/></para>
     76    <para role="optional">
     77      <xref linkend="sgml-dtd"/>,
     78      <xref linkend="docbook-dsssl"/>,
     79      <xref linkend="openjade"/>, and
     80      <xref linkend="perl-sgmlspm"/>
     81    </para>
    7882
    7983    <para condition="html" role="usernotes">User Notes:
     
    9599            --docdir=/usr/share/doc/postgresql-&postgresql-version; &amp;&amp;
    96100make</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. Untill 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>
    97109
    98110    <para>To test the results, issue: <command>make check</command>.</para>
     
    177189    <para><parameter>--enable-thread-safety</parameter>: This switch makes the
    178190    client libraries thread-safe by allowing concurrent threads in
    179     <filename class='libraryfile'>libpq</filename> and ECPG programs to safely
     191    <filename class="libraryfile">libpq</filename> and ECPG programs to safely
    180192    control their private connection handles.</para>
    181193
Note: See TracChangeset for help on using the changeset viewer.