Ticket #4718: postgresql.patch

File postgresql.patch, 4.5 KB (added by Armin K, 11 years ago)
  • general.ent

     
    511511<!ENTITY db-version                   "6.0.20">
    512512<!ENTITY mariadb-version              "10.0.8">
    513513<!ENTITY mysql-version                "5.6.16">
    514 <!ENTITY postgresql-version           "9.3.2">
     514<!ENTITY postgresql-version           "9.3.3">
    515515<!ENTITY sqlite-version               "3.8.3.1">
    516516
    517517<!-- Chapter 23 -->
  • server/databases/postgresql.xml

     
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    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)">
    1313]>
     
    3333    object-relational database management system (ORDBMS), derived
    3434    from the Berkeley Postgres database management system.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
    3939    <itemizedlist spacing="compact">
     
    6060    <bridgehead renderas="sect3">PostgreSQL Dependencies</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:
    8084    <ulink url="&blfs-wiki;/postgresql"/></para>
     
    9599            --docdir=/usr/share/doc/postgresql-&postgresql-version; &amp;&amp;
    96100make</userinput></screen>
    97101
     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>
     109
    98110    <para>To test the results, issue: <command>make check</command>.</para>
    99111
    100112    <para>There are a number of programs in the
     
    176188
    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
    182194    <para><option>--with-openssl</option>: build with support for