Changeset 8c6e53ae


Ignore:
Timestamp:
12/11/2018 02:31:14 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
87f7737
Parents:
becee457
Message:

Update to postgresql-11.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20794 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbecee457 r8c6e53ae  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to postgresql-11.1. Fixes
     49          <ulink url="&blfs-ticket-root;11266">#11266</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to gtkmm-3.24.0. Fixes
    4953          <ulink url="&blfs-ticket-root;11325">#11325</ulink>.</para>
  • packages.ent

    rbecee457 r8c6e53ae  
    628628<!ENTITY lmdb-version                 "0.9.22">
    629629<!ENTITY mariadb-version              "10.3.11">
    630 <!ENTITY postgresql-version           "10.5">
     630<!ENTITY postgresql-version           "11.1">
    631631<!ENTITY sqlite-version               "3.25.2">
    632632
  • server/databases/postgresql.xml

    rbecee457 r8c6e53ae  
    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        "a5fe5fdff2d6c28f65601398be0950df">
     9  <!ENTITY postgresql-md5sum        "5e45f6d5b859cc76b5d62f1e328e9711">
    1010  <!ENTITY postgresql-size          "20 MB">
    11   <!ENTITY postgresql-buildsize     "224 MB (add 32 MB for tests)">
    12   <!ENTITY postgresql-time          "0.7 SBU (with parallelism=4, add 0.1 SBU for tests)">
     11  <!ENTITY postgresql-buildsize     "188 MB (add 34 MB for tests)">
     12  <!ENTITY postgresql-time          "0.8 SBU (with parallelism=4, add 0.1 SBU for tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.