Author: bdubbs
Date: 2012-10-24 20:24:18 -0600 (Wed, 24 Oct 2012)
New Revision: 10776
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/postgresql.xml
Log:
Update to PostgreSQL-9.2.1
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-10-25 01:53:03 UTC (rev 10775)
+++ trunk/BOOK/general.ent 2012-10-25 02:24:18 UTC (rev 10776)
@@ -523,7 +523,7 @@
<!-- Chapter 22 -->
<!ENTITY db-version "5.3.21">
<!ENTITY mysql-version "5.5.28">
-<!ENTITY postgresql-version "9.2.0">
+<!ENTITY postgresql-version "9.2.1">
<!ENTITY sqlite-version "3.7.14.1">
<!-- Chapter 23 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-10-25 01:53:03 UTC
(rev 10775)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-10-25 02:24:18 UTC
(rev 10776)
@@ -47,6 +47,10 @@
<para>October 24nd, 2012</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update to PostgreSQL-9.2.1. Fixes
+ <ulink url="&blfs-ticket-root;3618">#3618</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Update to proftpd-1.3.4b. Fixes
<ulink url="&blfs-ticket-root;3616">#3616</ulink>.</para>
</listitem>
Modified: trunk/BOOK/server/databases/postgresql.xml
===================================================================
--- trunk/BOOK/server/databases/postgresql.xml 2012-10-25 01:53:03 UTC (rev
10775)
+++ trunk/BOOK/server/databases/postgresql.xml 2012-10-25 02:24:18 UTC (rev
10776)
@@ -4,12 +4,12 @@
<!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-http " ">
<!ENTITY postgresql-download-ftp
"ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
- <!ENTITY postgresql-md5sum "8c4c32a4abe8cf61b02c8366181ede50">
+ <!ENTITY postgresql-md5sum "ic0b4799ea9850eae3ead14f0a60e9418">
<!ENTITY postgresql-size "15.4 MB">
- <!ENTITY postgresql-buildsize "331 MB (additional 143 MB to run the
testsuite)">
- <!ENTITY postgresql-time "1.7 SBU (additional 0.1 SBU to run the
testsuite)">
+ <!ENTITY postgresql-buildsize "294 MB (additional 146 MB to run the
testsuite)">
+ <!ENTITY postgresql-time "1.7 SBU (additional 0.2 SBU to run the
testsuite)">
]>
<sect1 id="postgresql" xreflabel="PostgreSQL-&postgresql-version;">
@@ -73,8 +73,6 @@
<xref linkend="libxslt"/>,
<xref linkend="openldap"/>,
<xref linkend="linux-pam"/>,
- <!-- link is dead, no other suitable GSSAPI links found
- <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, -->
<xref linkend="mitkrb"/> and
<ulink
url="http://developer.apple.com/networking/bonjour/">Bonjour</ulink></para>
@@ -95,13 +93,6 @@
<para>Install <application>PostgreSQL</application> with the
following commands: </para>
- <!-- commented : regeneration is unnecessary, and we don't tell people the
- command to do it.
- <para>If you intend to regenerate the html documentation, issue the
- following command:</para>
-<screen><userinput>sed -i "s|dsssl-stylesheets|& \\\\\n
sgml/docbook/&-&docbook-dsssl-version;|" \
- configure</userinput></screen>-->
-
<para>Now configure and build the package:</para>
<screen><userinput>./configure --prefix=/usr \
@@ -114,8 +105,7 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
-make install-docs &&
-chown -v root:root
/usr/share/doc/postgresql-&postgresql-version;/html/*</userinput></screen>
+make install-docs</userinput></screen>
<!-- 'Upgrading' seems to only ever exist in the docs for *previous*
version -->
<note>
@@ -161,12 +151,6 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <!-- commented : regeneration is unnecessary, and we don't tell people the
- command to do it.
- <para><command>sed -i "s|dsssl-stylesheets|..."</command>: This command
- puts an extra line in the <command>configure</command> script so that the
- BLFS installed version of the DSSSL stylesheets are discovered.</para> -->
-
<para><parameter>--docdir=/usr/share/doc/postgresql-&postgresql-version;</parameter>:
This switch puts the documentation in a versioned directory.</para>
@@ -186,9 +170,6 @@
<para><option>--with-tcl</option>: build the PL/Tcl server-side
language.</para>
- <para><command>chown -v root:root
/usr/share/doc/postgresql-&postgresql-version;/html/*</command>:
- This command corrects the improper ownership of documentation files.</para>
-
<para><command>groupadd ...</command>; <command>useradd ...</command>:
These commands add an unprivileged user and group to run the database
server.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page