Changeset 4f2c94fc


Ignore:
Timestamp:
10/25/2012 02:24:18 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
6c13e98
Parents:
de65afe
Message:

Update to PostgreSQL-9.2.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rde65afe r4f2c94fc  
    524524<!ENTITY db-version                   "5.3.21">
    525525<!ENTITY mysql-version                "5.5.28">
    526 <!ENTITY postgresql-version           "9.2.0">
     526<!ENTITY postgresql-version           "9.2.1">
    527527<!ENTITY sqlite-version               "3.7.14.1">
    528528
  • introduction/welcome/changelog.xml

    rde65afe r4f2c94fc  
    4747      <para>October 24nd, 2012</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to PostgreSQL-9.2.1. Fixes
     51          <ulink url="&blfs-ticket-root;3618">#3618</ulink>.</para>
     52        </listitem>
    4953        <listitem>
    5054          <para>[bdubbs] - Update to proftpd-1.3.4b. Fixes
  • server/databases/postgresql.xml

    rde65afe r4f2c94fc  
    55  %general-entities;
    66
    7   <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
     7  <!ENTITY postgresql-download-http " ">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "8c4c32a4abe8cf61b02c8366181ede50">
     9  <!ENTITY postgresql-md5sum        "ic0b4799ea9850eae3ead14f0a60e9418">
    1010  <!ENTITY postgresql-size          "15.4 MB">
    11   <!ENTITY postgresql-buildsize     "331 MB (additional 143 MB to run the testsuite)">
    12   <!ENTITY postgresql-time          "1.7 SBU (additional 0.1 SBU to run the testsuite)">
     11  <!ENTITY postgresql-buildsize     "294 MB (additional 146 MB to run the testsuite)">
     12  <!ENTITY postgresql-time          "1.7 SBU (additional 0.2 SBU to run the testsuite)">
    1313]>
    1414
     
    7474    <xref linkend="openldap"/>,
    7575    <xref linkend="linux-pam"/>,
    76     <!-- link is dead, no other suitable GSSAPI links found
    77     <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, -->
    7876    <xref linkend="mitkrb"/> and
    7977    <ulink url="http://developer.apple.com/networking/bonjour/">Bonjour</ulink></para>
     
    9694    following commands: </para>
    9795
    98     <!-- commented : regeneration is unnecessary, and we don't tell people the
    99     command to do it.
    100     <para>If you intend to regenerate the html documentation, issue the
    101     following command:</para>
    102 <screen><userinput>sed -i "s|dsssl-stylesheets|&amp; \\\\\n        sgml/docbook/&amp;-&docbook-dsssl-version;|" \
    103     configure</userinput></screen>-->
    104 
    10596    <para>Now configure and build the package:</para>
    10697
     
    115106
    116107<screen role="root"><userinput>make install      &amp;&amp;
    117 make install-docs &amp;&amp;
    118 chown -v root:root /usr/share/doc/postgresql-&postgresql-version;/html/*</userinput></screen>
     108make install-docs</userinput></screen>
    119109
    120110    <!-- 'Upgrading' seems to only ever exist in the docs for *previous* version -->
     
    162152    <title>Command Explanations</title>
    163153
    164     <!-- commented : regeneration is unnecessary, and we don't tell people the
    165     command to do it.
    166     <para><command>sed -i "s|dsssl-stylesheets|..."</command>: This command
    167     puts an extra line in the <command>configure</command> script so that the
    168     BLFS installed version of the DSSSL stylesheets are discovered.</para> -->
    169 
    170154    <para><parameter>--docdir=/usr/share/doc/postgresql-&postgresql-version;</parameter>:
    171155    This switch puts the documentation in a versioned directory.</para>
     
    186170
    187171    <para><option>--with-tcl</option>: build the PL/Tcl server-side language.</para>
    188 
    189     <para><command>chown -v root:root /usr/share/doc/postgresql-&postgresql-version;/html/*</command>:
    190     This command corrects the improper ownership of documentation files.</para>
    191172
    192173    <para><command>groupadd ...</command>; <command>useradd ...</command>:
Note: See TracChangeset for help on using the changeset viewer.