Author: ken
Date: Thu Feb 20 17:10:27 2014
New Revision: 12755

Log:
Apply Armin's patch to update to postgresql-0.9.33.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/databases/postgresql.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Feb 20 13:49:51 2014        (r12754)
+++ trunk/BOOK/general.ent      Thu Feb 20 17:10:27 2014        (r12755)
@@ -511,7 +511,7 @@
 <!ENTITY db-version                   "6.0.20">
 <!ENTITY mariadb-version              "10.0.8">
 <!ENTITY mysql-version                "5.6.16">
-<!ENTITY postgresql-version           "9.3.2">
+<!ENTITY postgresql-version           "9.3.3">
 <!ENTITY sqlite-version               "3.8.3.1">
 
 <!-- Chapter 23 -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Feb 20 13:49:51 
2014        (r12754)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Feb 20 17:10:27 
2014        (r12755)
@@ -48,6 +48,10 @@
       <para>February 20th, 2014</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - apply a patch from Armin to update to postgresql-9.3.3,
+          fixes <ulink url="&blfs-ticket-root;4718">#4718</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[ken] - remove libexecdir from cpio, git, gstreamer-0.10,
           icon-naming-utils..</para>
         </listitem>

Modified: trunk/BOOK/server/databases/postgresql.xml
==============================================================================
--- trunk/BOOK/server/databases/postgresql.xml  Thu Feb 20 13:49:51 2014        
(r12754)
+++ trunk/BOOK/server/databases/postgresql.xml  Thu Feb 20 17:10:27 2014        
(r12755)
@@ -4,10 +4,10 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!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        "8c905155e3e9f9367b4299a9acb41d2a">
-  <!ENTITY postgresql-size          "17 MB">
+  <!ENTITY postgresql-download-http 
"http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2";>
+  <!ENTITY postgresql-download-ftp  
"ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2";>
+  <!ENTITY postgresql-md5sum        "0247b0a24e76a3f20cc50c06d0aa2412">
+  <!ENTITY postgresql-size          "16 MB">
   <!ENTITY postgresql-buildsize     "168 MB (additional 170 MB to run the 
testsuite)">
   <!ENTITY postgresql-time          "1.4 SBU (additional 0.2 SBU to run the 
testsuite)">
 ]>
@@ -33,7 +33,7 @@
     object-relational database management system (ORDBMS), derived
     from the Berkeley Postgres database management system.</para>
 
-    &lfs74_checked;
+    &lfs75_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -60,21 +60,25 @@
     <bridgehead renderas="sect3">PostgreSQL Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="python2"/>,
-    <xref linkend="tcl"/>,
-    <xref linkend="openssl"/>,
-    <xref linkend="libxml2"/>,
-    <xref linkend="libxslt"/>,
-    <xref linkend="openldap"/>,
-    <xref linkend="linux-pam"/>,
-    <xref linkend="mitkrb"/> and
-    <ulink 
url="http://developer.apple.com/networking/bonjour/";>Bonjour</ulink></para>
+    <para role="optional">
+      <xref linkend="python2"/>,
+      <xref linkend="tcl"/>,
+      <xref linkend="openssl"/>,
+      <xref linkend="libxml2"/>,
+      <xref linkend="libxslt"/>,
+      <xref linkend="openldap"/>,
+      <xref linkend="linux-pam"/>,
+      <xref linkend="mitkrb"/> and
+      <ulink 
url="http://developer.apple.com/networking/bonjour/";>Bonjour</ulink>
+    </para>
 
     <bridgehead renderas="sect4">Optional (To Regenerate 
Documentation)</bridgehead>
-    <para role="optional"><xref linkend="sgml-dtd"/>,
-    <xref linkend="docbook-dsssl"/>,
-    <xref linkend="openjade"/>, and
-    <xref linkend="perl-sgmlspm"/></para>
+    <para role="optional">
+      <xref linkend="sgml-dtd"/>,
+      <xref linkend="docbook-dsssl"/>,
+      <xref linkend="openjade"/>, and
+      <xref linkend="perl-sgmlspm"/>
+    </para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/postgresql"/></para>
@@ -95,6 +99,14 @@
             --docdir=/usr/share/doc/postgresql-&postgresql-version; &amp;&amp;
 make</userinput></screen>
 
+    <warning>
+      <para>This package contains a known security hole that allows other
+      users on the same machine to gain access to an operating system account
+      while it is doing "make check": CVE-2014-0067. Untill the fix is 
available,
+      users are strongly advised not to run "make check" on machines where
+      untrusted users have accounts. </para>
+    </warning>
+
     <para>To test the results, issue: <command>make check</command>.</para>
 
     <para>There are a number of programs in the
@@ -176,7 +188,7 @@
 
     <para><parameter>--enable-thread-safety</parameter>: This switch makes the
     client libraries thread-safe by allowing concurrent threads in
-    <filename class='libraryfile'>libpq</filename> and ECPG programs to safely
+    <filename class="libraryfile">libpq</filename> and ECPG programs to safely
     control their private connection handles.</para>
 
     <para><option>--with-openssl</option>: build with support for
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to