mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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:
parent
0fb9d5f772
commit
904f4c4581
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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 &&
|
||||
chown -v root:root /usr/share/doc/postgresql/html/* &&
|
||||
|
||||
install -v -m755 -d /usr/share/doc/postgresql/{FAQ/html,TODO.detail} &&
|
||||
install -v -m644 doc/TODO /usr/share/doc/postgresql &&
|
||||
install -v -m644 doc/FAQ* /usr/share/doc/postgresql/FAQ &&
|
||||
install -v -m644 doc/src/FAQ/* /usr/share/doc/postgresql/FAQ/html &&
|
||||
install -v -m644 doc/TODO.detail/* \
|
||||
/usr/share/doc/postgresql/TODO.detail</userinput></screen>
|
||||
install -v -m644 doc/TODO \
|
||||
/usr/share/doc/postgresql &&
|
||||
install -v -m644 doc/FAQ* \
|
||||
/usr/share/doc/postgresql/FAQ &&
|
||||
install -v -m644 doc/src/FAQ/* \
|
||||
/usr/share/doc/postgresql/FAQ/html &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user