Changeset edccd1f8
- Timestamp:
- 01/09/2016 01:05:03 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2875c661
- Parents:
- 0c54cea
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r0c54cea redccd1f8 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 8"> <!-- Always 2 digits -->3 <!ENTITY day "09"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 8th &year;">9 <!ENTITY releasedate "January 9th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r0c54cea redccd1f8 44 44 45 45 --> 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> 46 60 47 61 <listitem> -
packages.ent
r0c54cea redccd1f8 433 433 <!ENTITY lmdb-version "0.9.17"> 434 434 <!ENTITY mariadb-version "10.1.10"> 435 <!ENTITY postgresql-version "9. 4.5">435 <!ENTITY postgresql-version "9.5.0"> 436 436 <!ENTITY sqlite-version "3.10.0"> 437 437 … … 671 671 <!ENTITY rox-filer-version "2.11"> 672 672 <!ENTITY rxvt-unicode-version "9.21"> 673 <!ENTITY thunderbird-version "38.5. 0">673 <!ENTITY thunderbird-version "38.5.1"> 674 674 <!ENTITY tigervnc-version "1.6.0"> 675 675 <!ENTITY transmission-version "2.84"> -
server/databases/postgresql.xml
r0c54cea redccd1f8 7 7 <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> 8 8 <!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 "1 7MB">11 <!ENTITY postgresql-buildsize "2 01MB (with tests)">12 <!ENTITY postgresql-time "1. 5SBU (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)"> 13 13 ]> 14 14 … … 276 276 <seg> 277 277 clusterdb, createdb, createlang, createuser, dropdb, droplang, 278 dropuser, ecpg, initdb, pg_ basebackup, pg_config, pg_controldata,279 pg_c tl, pg_dump, pg_dumpall, pg_isready, pg_receivexlog,280 pg_rec vlogical, pg_resetxlog, pg_restore, pltcl_delmod,281 p ltcl_listmod, pltcl_loadmod, postgres, postmaster (deprecated),282 p sql, 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 others278 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 285 285 </seg> 286 286 <seg> … … 541 541 </varlistentry> 542 542 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 543 554 <varlistentry id="pg_standby"> 544 555 <term><command>pg_standby</command></term> -
xsoft/other/thunderbird.xml
r0c54cea redccd1f8 8 8 <!-- <!ENTITY thunderbird-download-ftp "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">--> 9 9 <!ENTITY thunderbird-download-ftp " "> 10 <!ENTITY thunderbird-md5sum " 516ddb66f788ea7db48ed0d76f7a7ebc">10 <!ENTITY thunderbird-md5sum "44919e93fdd3d8e9ba99e62d1d7e1fd7"> 11 11 <!ENTITY thunderbird-size "195 MB"> 12 12 <!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)"> 14 14 ]> 15 15
Note:
See TracChangeset
for help on using the changeset viewer.