mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
• Update to postgresql-9.5.0.
• Update to thunderbird-38.5.1. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16796 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0c54cea871
commit
edccd1f896
@ -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] -->
|
||||
|
@ -44,6 +44,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>
|
||||
|
@ -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">
|
||||
|
@ -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 @@ echo "select * from t1;" | (su - postgres -c '/usr/bin/psql test')</userinput></
|
||||
<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,
|
||||
@ -540,6 +540,17 @@ echo "select * from t1;" | (su - postgres -c '/usr/bin/psql test')</userinput></
|
||||
</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>
|
||||
<listitem>
|
||||
|
@ -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;">
|
||||
|
Loading…
Reference in New Issue
Block a user