Author: randy
Date: 2010-03-15 13:22:41 -0600 (Mon, 15 Mar 2010)
New Revision: 8332
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/postgresql.xml
Log:
Updated to PostgreSQL-8.3.10
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-03-15 17:13:22 UTC (rev 8331)
+++ trunk/BOOK/general.ent 2010-03-15 19:22:41 UTC (rev 8332)
@@ -458,7 +458,7 @@
<!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
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-15 17:13:22 UTC
(rev 8331)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-15 19:22:41 UTC
(rev 8332)
@@ -45,6 +45,9 @@
<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>
<listitem>
Modified: trunk/BOOK/server/databases/postgresql.xml
===================================================================
--- trunk/BOOK/server/databases/postgresql.xml 2010-03-15 17:13:22 UTC (rev
8331)
+++ trunk/BOOK/server/databases/postgresql.xml 2010-03-15 19:22:41 UTC (rev
8332)
@@ -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 @@
<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
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page