Author: fernando
Date: Sat Jan 9 05:05:03 2016
New Revision: 16796
Log:
• Update to postgresql-9.5.0.
• Update to thunderbird-38.5.1.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/server/databases/postgresql.xml
trunk/BOOK/xsoft/other/thunderbird.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Jan 8 16:05:13 2016 (r16795)
+++ trunk/BOOK/general.ent Sat Jan 9 05:05:03 2016 (r16796)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "08"> <!-- Always 2 digits -->
+<!ENTITY day "09"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "January 8th &year;">
+<!ENTITY releasedate "January 9th &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 Fri Jan 8 16:05:13
2016 (r16795)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sat Jan 9 05:05:03
2016 (r16796)
@@ -45,6 +45,20 @@
-->
<listitem>
+ <para>January 9th, 2016</para>
+ <itemizedlist>
+ <listitem>
+ <para>[fernando] - Update to thunderbird-38.5.1. Fixes
+ <ulink url="&blfs-ticket-root;7336">#7336</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to postgresql-9.5.0. Fixes
+ <ulink url="&blfs-ticket-root;7335">#7335</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 8th, 2016</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Fri Jan 8 16:05:13 2016 (r16795)
+++ trunk/BOOK/packages.ent Sat Jan 9 05:05:03 2016 (r16796)
@@ -432,7 +432,7 @@
<!ENTITY db-version "6.1.26">
<!ENTITY lmdb-version "0.9.17">
<!ENTITY mariadb-version "10.1.10">
-<!ENTITY postgresql-version "9.4.5">
+<!ENTITY postgresql-version "9.5.0">
<!ENTITY sqlite-version "3.10.0">
<!-- Chapter 23 -->
@@ -670,7 +670,7 @@
<!ENTITY pidgin-version "2.10.11">
<!ENTITY rox-filer-version "2.11">
<!ENTITY rxvt-unicode-version "9.21">
-<!ENTITY thunderbird-version "38.5.0">
+<!ENTITY thunderbird-version "38.5.1">
<!ENTITY tigervnc-version "1.6.0">
<!ENTITY transmission-version "2.84">
<!ENTITY xarchiver-version "0.5.4">
Modified: trunk/BOOK/server/databases/postgresql.xml
==============================================================================
--- trunk/BOOK/server/databases/postgresql.xml Fri Jan 8 16:05:13 2016
(r16795)
+++ trunk/BOOK/server/databases/postgresql.xml Sat Jan 9 05:05:03 2016
(r16796)
@@ -6,10 +6,10 @@
<!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 "8b2e3472a8dc786649b4d02d02e039a0">
- <!ENTITY postgresql-size "17 MB">
- <!ENTITY postgresql-buildsize "201 MB (with tests)">
- <!ENTITY postgresql-time "1.5 SBU (with tests)">
+ <!ENTITY postgresql-md5sum "e58fffe9359e311ead94490a06b7147c">
+ <!ENTITY postgresql-size "18 MB">
+ <!ENTITY postgresql-buildsize "233 MB (with tests)">
+ <!ENTITY postgresql-time "1.6 SBU (with tests)">
]>
<sect1 id="postgresql" xreflabel="PostgreSQL-&postgresql-version;">
@@ -275,13 +275,13 @@
<seglistitem>
<seg>
clusterdb, createdb, createlang, createuser, dropdb, droplang,
- dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata,
- pg_ctl, pg_dump, pg_dumpall, pg_isready, pg_receivexlog,
- pg_recvlogical, pg_resetxlog, pg_restore, pltcl_delmod,
- pltcl_listmod, pltcl_loadmod, postgres, postmaster (deprecated),
- psql, reindexdb, vacuumdb, and optionally (in contrib/) oid2name,
- pg_archivecleanup, pgbench, pg_standby, pg_test_fsync,
- pg_test_timing, pg_upgrade, pg_xlogdump, vacuumlo, and many others
+ 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,
+ pltcl_delmod, pltcl_listmod, pltcl_loadmod, postgres, postmaster
+ (deprecated), psql, reindexdb, vacuumdb, and optionally (in contrib/)
+ oid2name, pg_standby, vacuumlo, and many others
</seg>
<seg>
libecpg.{so,a}, libecpg_compat.{so,a}, libpgcommon.a, libpgport.a,
@@ -539,6 +539,17 @@
</indexterm>
</listitem>
</varlistentry>
+
+ <varlistentry id="pg_rewind">
+ <term><command>pg_rewind</command></term>
+ <listitem>
+ <para>synchronizes a PostgreSQL data directory with another data
+ directory that was forked from the first one.</para>
+ <indexterm zone="postgresql pg_rewind">
+ <primary sortas="b-pg_rewind">pg_rewind</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
<varlistentry id="pg_standby">
<term><command>pg_standby</command></term>
Modified: trunk/BOOK/xsoft/other/thunderbird.xml
==============================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml Fri Jan 8 16:05:13 2016
(r16795)
+++ trunk/BOOK/xsoft/other/thunderbird.xml Sat Jan 9 05:05:03 2016
(r16796)
@@ -7,10 +7,10 @@
<!ENTITY thunderbird-download-http
"&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
<!-- <!ENTITY thunderbird-download-ftp
"&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">-->
<!ENTITY thunderbird-download-ftp " ">
- <!ENTITY thunderbird-md5sum "516ddb66f788ea7db48ed0d76f7a7ebc">
+ <!ENTITY thunderbird-md5sum "44919e93fdd3d8e9ba99e62d1d7e1fd7">
<!ENTITY thunderbird-size "195 MB">
<!ENTITY thunderbird-buildsize "3.8 GB (72 MB installed)">
- <!ENTITY thunderbird-time "8.9 SBU (with -j4, estimated 30 SBU
with -j1)">
+ <!ENTITY thunderbird-time "9 SBU (with -j4, estimated 30 SBU
with -j1)">
]>
<sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page