Changeset a7ff037


Ignore:
Timestamp:
02/21/2014 01:10:27 AM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4dd6703 ra7ff037  
    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
  • introduction/welcome/changelog.xml

    r4dd6703 ra7ff037  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[ken] - apply a patch from Armin to update to postgresql-9.3.3,
     52          fixes <ulink url="&blfs-ticket-root;4718">#4718</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[ken] - remove libexecdir from cpio, git, gstreamer-0.10,
    5256          icon-naming-utils..</para>
  • 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.