Changeset e6d1a7d4


Ignore:
Timestamp:
03/04/2018 01:54:30 AM (6 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
f622c840
Parents:
9d0135e
Message:

Upgrade postgresql-10.3

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9d0135e re6d1a7d4  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "04">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 2nd, &year;">
     9<!ENTITY releasedate  "March 4th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r9d0135e re6d1a7d4  
    4343-->
    4444    <listitem>
     45      <para>March 4th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Upgrade to postgresql-10.3. Fixes
     49          <ulink url="&blfs-ticket-root;10456">#10456</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>March 2nd, 2019</para>
    4656      <itemizedlist>
  • packages.ent

    r9d0135e re6d1a7d4  
    511511<!ENTITY lmdb-version                 "0.9.21">
    512512<!ENTITY mariadb-version              "10.2.13">
    513 <!ENTITY postgresql-version           "10.2">
     513<!ENTITY postgresql-version           "10.3">
    514514<!ENTITY sqlite-version               "3.22.0">
    515515
  • server/databases/postgresql.xml

    r9d0135e re6d1a7d4  
    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        "e97c3cc72bdf661441f29069299b260a">
     9  <!ENTITY postgresql-md5sum        "506498796a314c549388cafb3d5c717a">
    1010  <!ENTITY postgresql-size          "19 MB">
    11   <!ENTITY postgresql-buildsize     "176 MB (add 32 MB for tests)">
     11  <!ENTITY postgresql-buildsize     "177 MB (add 32 MB for tests)">
    1212  <!ENTITY postgresql-time          "0.6 SBU (with parallelism=4, add 0.1 SBU for tests)">
    1313]>
     
    188188
    189189    <para><option>--with-python</option>: builds the PL/Python server-side
    190     language. Add PYTHON=/usr/bin/python3 for Python3 support.</para>
     190    language. Add PYTHON=/usr/bin/python2 for Python2 support, otherwise
     191    Python3 is used by default.</para>
    191192
    192193    <para><option>--with-tcl</option>: builds the PL/Tcl server-side language.</para>
Note: See TracChangeset for help on using the changeset viewer.