Author: thomas
Date: Sat Mar 3 17:54:30 2018
New Revision: 19913
Log:
Upgrade postgresql-10.3
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/server/databases/postgresql.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sat Mar 3 03:41:11 2018 (r19912)
+++ trunk/BOOK/general.ent Sat Mar 3 17:54:30 2018 (r19913)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "02"> <!-- Always 2 digits -->
+<!ENTITY day "04"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "March 2nd, &year;">
+<!ENTITY releasedate "March 4th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sat Mar 3 03:41:11
2018 (r19912)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sat Mar 3 17:54:30
2018 (r19913)
@@ -42,6 +42,16 @@
</listitem>
-->
<listitem>
+ <para>March 4th, 2019</para>
+ <itemizedlist>
+ <listitem>
+ <para>[thomas] - Upgrade to postgresql-10.3. Fixes
+ <ulink url="&blfs-ticket-root;10456">#10456</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 2nd, 2019</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Sat Mar 3 03:41:11 2018 (r19912)
+++ trunk/BOOK/packages.ent Sat Mar 3 17:54:30 2018 (r19913)
@@ -510,7 +510,7 @@
<!ENTITY db-version "6.2.32">
<!ENTITY lmdb-version "0.9.21">
<!ENTITY mariadb-version "10.2.13">
-<!ENTITY postgresql-version "10.2">
+<!ENTITY postgresql-version "10.3">
<!ENTITY sqlite-version "3.22.0">
<!-- Chapter 23 -->
Modified: trunk/BOOK/server/databases/postgresql.xml
==============================================================================
--- trunk/BOOK/server/databases/postgresql.xml Sat Mar 3 03:41:11 2018
(r19912)
+++ trunk/BOOK/server/databases/postgresql.xml Sat Mar 3 17:54:30 2018
(r19913)
@@ -6,9 +6,9 @@
<!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 "e97c3cc72bdf661441f29069299b260a">
+ <!ENTITY postgresql-md5sum "506498796a314c549388cafb3d5c717a">
<!ENTITY postgresql-size "19 MB">
- <!ENTITY postgresql-buildsize "176 MB (add 32 MB for tests)">
+ <!ENTITY postgresql-buildsize "177 MB (add 32 MB for tests)">
<!ENTITY postgresql-time "0.6 SBU (with parallelism=4, add 0.1 SBU
for tests)">
]>
@@ -187,7 +187,8 @@
</para>
<para><option>--with-python</option>: builds the PL/Python server-side
- language. Add PYTHON=/usr/bin/python3 for Python3 support.</para>
+ language. Add PYTHON=/usr/bin/python2 for Python2 support, otherwise
+ Python3 is used by default.</para>
<para><option>--with-tcl</option>: builds the PL/Tcl server-side
language.</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page