Author: ken
Date: Wed Aug 15 13:56:30 2018
New Revision: 20305
Log:
PostgreSQL-10.5
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/server/databases/postgresql.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Aug 15 10:21:02
2018 (r20304)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed Aug 15 13:56:30
2018 (r20305)
@@ -45,6 +45,10 @@
<para>August 15th, 2018</para>
<itemizedlist>
<listitem>
+ <para>[ken] - Update to postgresql-10.5 (security fix). Fixes
+ <ulink url="&blfs-ticket-root;10999">#10999</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[dj] - Update to p11-kit-0.23.13. Fixes
<ulink url="&blfs-ticket-root;11004">#11004</ulink>.</para>
</listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Wed Aug 15 10:21:02 2018 (r20304)
+++ trunk/BOOK/packages.ent Wed Aug 15 13:56:30 2018 (r20305)
@@ -515,7 +515,7 @@
<!ENTITY db-version "18.1.25">
<!ENTITY lmdb-version "0.9.22">
<!ENTITY mariadb-version "10.3.7">
-<!ENTITY postgresql-version "10.4">
+<!ENTITY postgresql-version "10.5">
<!ENTITY sqlite-version "3.24.0">
<!-- Chapter 23 -->
Modified: trunk/BOOK/server/databases/postgresql.xml
==============================================================================
--- trunk/BOOK/server/databases/postgresql.xml Wed Aug 15 10:21:02 2018
(r20304)
+++ trunk/BOOK/server/databases/postgresql.xml Wed Aug 15 13:56:30 2018
(r20305)
@@ -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 "8e8770c289b3e0bdb779b5b171593479">
- <!ENTITY postgresql-size "19 MB">
- <!ENTITY postgresql-buildsize "178 MB (add 33 MB for tests)">
+ <!ENTITY postgresql-md5sum "a5fe5fdff2d6c28f65601398be0950df">
+ <!ENTITY postgresql-size "20 MB">
+ <!ENTITY postgresql-buildsize "224 MB (add 32 MB for tests)">
<!ENTITY postgresql-time "0.7 SBU (with parallelism=4, add 0.1 SBU
for tests)">
]>
@@ -309,11 +309,11 @@
<seglistitem>
<seg>
- clusterdb, createdb, createlang, createuser, dropdb, droplang,
+ clusterdb, createdb, createuser, dropdb,
dropuser, ecpg, initdb, pg_archivecleanup, pg_basebackup, pg_config,
pg_controldata, pg_ctl, pg_dump, pg_dumpall, pg_isready,
- pg_receivexlog, pg_recvlogical, pg_resetxlog, pg_restore, pg_rewind,
- pg_test_fsync, pg_test_timing, pg_upgrade, pg_xlogdump, pgbench,
+ pg_receivewal, pg_recvlogical, pg_resetwval, pg_restore, pg_rewind,
+ pg_test_fsync, pg_test_timing, pg_upgrade, pg_waldump, pgbench,
postgres, postmaster (deprecated), psql, reindexdb, vacuumdb,
optionally, if Tcl support has been built, pltcl_delmod,
pltcl_listmod, pltcl_loadmod, and optionally (in contrib/) oid2name,
@@ -360,8 +360,8 @@
</indexterm>
</listitem>
</varlistentry>
-
- <varlistentry id="createlang">
+
+<!-- <varlistentry id="createlang">
<term><command>createlang</command></term>
<listitem>
<para>defines a new <application>PostgreSQL</application> procedural
@@ -370,7 +370,7 @@
<primary sortas="b-createlang">createlang</primary>
</indexterm>
</listitem>
- </varlistentry>
+ </varlistentry>-->
<varlistentry id="createuser">
<term><command>createuser</command></term>
@@ -393,7 +393,7 @@
</listitem>
</varlistentry>
- <varlistentry id="droplang">
+<!-- <varlistentry id="droplang">
<term><command>droplang</command></term>
<listitem>
<para>removes a <application>PostgreSQL</application> procedural
@@ -402,7 +402,7 @@
<primary sortas="b-droplang">droplang</primary>
</indexterm>
</listitem>
- </varlistentry>
+ </varlistentry> -->
<varlistentry id="dropuser">
<term><command>dropuser</command></term>
@@ -532,15 +532,14 @@
</listitem>
</varlistentry>
- <varlistentry id="pg_receivexlog">
- <term><command>pg_receivexlog</command></term>
+ <varlistentry id="pg_receivewal">
+ <term><command>pg_receivewal</command></term>
<listitem>
<para>
- is used to stream transaction log from a running
- PostgreSQL cluster.
+ is used to stream write-ahead logs from a PostgreSQL server.
</para>
- <indexterm zone="postgresql pg_receivexlog">
- <primary sortas="b-pg_receivexlog">pg_receivexlog</primary>
+ <indexterm zone="postgresql pg_receivewal">
+ <primary sortas="b-pg_receivewal">pg_receivewal</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -555,13 +554,13 @@
</listitem>
</varlistentry>
- <varlistentry id="pg_resetxlog">
- <term><command>pg_resetxlog</command></term>
+ <varlistentry id="pg_resetwal">
+ <term><command>pg_resetwal</command></term>
<listitem>
- <para>clears the write-ahead log and optionally resets some
- fields in the <filename>pg_control</filename> file.</para>
- <indexterm zone="postgresql pg_resetxlog">
- <primary sortas="b-pg_resetxlog">pg_resetxlog</primary>
+ <para>resets the write-ahead log and other control information
+ of a PostgreSQL database cluseter.</para>
+ <indexterm zone="postgresql pg_resetwal">
+ <primary sortas="b-pg_resetwal">pg_resetwal</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -629,13 +628,13 @@
</listitem>
</varlistentry>
- <varlistentry id="pg_xlogdump">
- <term><command>pg_xlogdump</command></term>
+ <varlistentry id="pg_waldump">
+ <term><command>pg_waldump</command></term>
<listitem>
<para>display a human-readable rendering of the write-ahead log of a
PostgreSQL database cluster.</para>
- <indexterm zone="postgresql pg_xlogdump">
- <primary sortas="b-pg_xlogdump">pg_xlogdump</primary>
+ <indexterm zone="postgresql pg_waldump">
+ <primary sortas="b-pg_waldump">pg_waldump</primary>
</indexterm>
</listitem>
</varlistentry>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page