Updated to PostgreSQL-8.3.10

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8332 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2010-03-15 19:22:41 +00:00
parent 0fb9d5f772
commit 904f4c4581
3 changed files with 23 additions and 14 deletions

View File

@ -458,7 +458,7 @@ $Date$
<!ENTITY db-version "4.8.26">
<!ENTITY mysql-version "5.1.42">
<!ENTITY postgresql-version "8.2.4">
<!ENTITY postgresql-version "8.3.10">
<!ENTITY sqlite-version "3.6.22">
<!-- Obsolete

View File

@ -44,6 +44,9 @@
<listitem>
<para>March 15th, 2010</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to PostgreSQL-8.3.10</para>
</listitem>
<listitem>
<para>[randy] - Updated to PHP-5.3.2</para>
</listitem>

View File

@ -4,14 +4,14 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-download-ftp "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> -->
<!ENTITY postgresql-download-http "&sources-anduin-http;/p/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-download-ftp "&sources-anduin-ftp;/p/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-md5sum "af7ec100a33c41bfb8d87b5e0ec2f44a">
<!ENTITY postgresql-size "12.5 MB">
<!ENTITY postgresql-buildsize "165 MB (additional 118 MB to run the testsuite)">
<!ENTITY postgresql-time "1.4 SBU">
<!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-download-ftp "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!-- <!ENTITY postgresql-download-http "&sources-anduin-http;/p/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-download-ftp "&sources-anduin-ftp;/p/postgresql-&postgresql-version;.tar.bz2"> -->
<!ENTITY postgresql-md5sum "315118130e1800a87f0effe69b947810">
<!ENTITY postgresql-size "14.1 MB">
<!ENTITY postgresql-buildsize "180 MB (additional 125 MB to run the testsuite)">
<!ENTITY postgresql-time "2.1 SBU">
]>
<sect1 id="postgresql" xreflabel="PostgreSQL-&postgresql-version;">
@ -69,6 +69,8 @@
<para role="optional"><xref linkend="python"/>,
<xref linkend="tcl"/>,
<xref linkend="openssl"/>,
<xref linkend="libxml2"/>,
<xref linkend="libxslt"/>,
<xref linkend="openldap"/>,
<xref linkend="linux-pam"/>,
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
@ -103,12 +105,16 @@ make</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
chown -v root:root /usr/share/doc/postgresql/html/* &amp;&amp;
install -v -m755 -d /usr/share/doc/postgresql/{FAQ/html,TODO.detail} &amp;&amp;
install -v -m644 doc/TODO /usr/share/doc/postgresql &amp;&amp;
install -v -m644 doc/FAQ* /usr/share/doc/postgresql/FAQ &amp;&amp;
install -v -m644 doc/src/FAQ/* /usr/share/doc/postgresql/FAQ/html &amp;&amp;
install -v -m644 doc/TODO.detail/* \
/usr/share/doc/postgresql/TODO.detail</userinput></screen>
install -v -m644 doc/TODO \
/usr/share/doc/postgresql &amp;&amp;
install -v -m644 doc/FAQ* \
/usr/share/doc/postgresql/FAQ &amp;&amp;
install -v -m644 doc/src/FAQ/* \
/usr/share/doc/postgresql/FAQ/html &amp;&amp;
install -v -m644 doc/TODO.detail/* \
/usr/share/doc/postgresql/TODO.detail</userinput></screen>
<note>
<para>If you are upgrading an existing system and are going to install