Changeset edccd1f8


Ignore:
Timestamp:
01/09/2016 01:05:03 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2875c661
Parents:
0c54cea
Message:
  • 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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0c54cea redccd1f8  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 8th &year;">
     9<!ENTITY releasedate  "January 9th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r0c54cea redccd1f8  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>January 9th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to thunderbird-38.5.1. Fixes
     52          <ulink url="&blfs-ticket-root;7336">#7336</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to postgresql-9.5.0. Fixes
     56          <ulink url="&blfs-ticket-root;7335">#7335</ulink>.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
    4660
    4761    <listitem>
  • packages.ent

    r0c54cea redccd1f8  
    433433<!ENTITY lmdb-version                 "0.9.17">
    434434<!ENTITY mariadb-version              "10.1.10">
    435 <!ENTITY postgresql-version           "9.4.5">
     435<!ENTITY postgresql-version           "9.5.0">
    436436<!ENTITY sqlite-version               "3.10.0">
    437437
     
    671671<!ENTITY rox-filer-version            "2.11">
    672672<!ENTITY rxvt-unicode-version         "9.21">
    673 <!ENTITY thunderbird-version          "38.5.0">
     673<!ENTITY thunderbird-version          "38.5.1">
    674674<!ENTITY tigervnc-version             "1.6.0">
    675675<!ENTITY transmission-version         "2.84">
  • server/databases/postgresql.xml

    r0c54cea redccd1f8  
    77  <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "8b2e3472a8dc786649b4d02d02e039a0">
    10   <!ENTITY postgresql-size          "17 MB">
    11   <!ENTITY postgresql-buildsize     "201 MB (with tests)">
    12   <!ENTITY postgresql-time          "1.5 SBU (with tests)">
     9  <!ENTITY postgresql-md5sum        "e58fffe9359e311ead94490a06b7147c">
     10  <!ENTITY postgresql-size          "18 MB">
     11  <!ENTITY postgresql-buildsize     "233 MB (with tests)">
     12  <!ENTITY postgresql-time          "1.6 SBU (with tests)">
    1313]>
    1414
     
    276276        <seg>
    277277          clusterdb, createdb, createlang, createuser, dropdb, droplang,
    278           dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata,
    279           pg_ctl, pg_dump, pg_dumpall, pg_isready, pg_receivexlog,
    280           pg_recvlogical, pg_resetxlog, pg_restore, pltcl_delmod,
    281           pltcl_listmod, pltcl_loadmod, postgres, postmaster (deprecated),
    282           psql, reindexdb, vacuumdb, and optionally (in contrib/) oid2name,
    283           pg_archivecleanup, pgbench, pg_standby, pg_test_fsync,
    284           pg_test_timing, pg_upgrade, pg_xlogdump, vacuumlo, and many others
     278          dropuser, ecpg, initdb, pg_archivecleanup, pg_basebackup, pg_config,
     279          pg_controldata, pg_ctl, pg_dump, pg_dumpall, pg_isready,
     280          pg_receivexlog, pg_recvlogical, pg_resetxlog, pg_restore, pg_rewind,
     281          pg_test_fsync, pg_test_timing, pg_upgrade, pg_xlogdump, pgbench,
     282          pltcl_delmod, pltcl_listmod, pltcl_loadmod, postgres, postmaster
     283          (deprecated), psql, reindexdb, vacuumdb, and optionally (in contrib/)
     284          oid2name, pg_standby, vacuumlo, and many others
    285285        </seg>
    286286        <seg>
     
    541541      </varlistentry>
    542542
     543      <varlistentry id="pg_rewind">
     544        <term><command>pg_rewind</command></term>
     545        <listitem>
     546          <para>synchronizes a PostgreSQL data directory with another data
     547          directory that was forked from the first one.</para>
     548          <indexterm zone="postgresql pg_rewind">
     549            <primary sortas="b-pg_rewind">pg_rewind</primary>
     550          </indexterm>
     551        </listitem>
     552      </varlistentry>
     553
    543554      <varlistentry id="pg_standby">
    544555        <term><command>pg_standby</command></term>
  • xsoft/other/thunderbird.xml

    r0c54cea redccd1f8  
    88<!--  <!ENTITY thunderbird-download-ftp "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">-->
    99  <!ENTITY thunderbird-download-ftp " ">
    10   <!ENTITY thunderbird-md5sum            "516ddb66f788ea7db48ed0d76f7a7ebc">
     10  <!ENTITY thunderbird-md5sum            "44919e93fdd3d8e9ba99e62d1d7e1fd7">
    1111  <!ENTITY thunderbird-size              "195 MB">
    1212  <!ENTITY thunderbird-buildsize         "3.8 GB (72 MB installed)">
    13   <!ENTITY thunderbird-time              "8.9 SBU (with -j4, estimated 30 SBU with -j1)">
     13  <!ENTITY thunderbird-time              "9 SBU (with -j4, estimated 30 SBU with -j1)">
    1414]>
    1515
Note: See TracChangeset for help on using the changeset viewer.