Changeset 3c4d525


Ignore:
Timestamp:
02/10/2017 07:14:04 AM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
8f31a869
Parents:
3338551f
Message:

Update to postgresql-9.6.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r3338551f r3c4d525  
    4343-->
    4444    <listitem>
     45      <para>February 10th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to PostgreSQL-9.6.2. Fixes
     49          <ulink url="&blfs-ticket-root;8864">#8864</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>February 9th, 2017</para>
    4656      <itemizedlist>
  • packages.ent

    r3338551f r3c4d525  
    473473<!ENTITY lmdb-version                 "0.9.19">
    474474<!ENTITY mariadb-version              "10.1.21">
    475 <!ENTITY postgresql-version           "9.6.1">
     475<!ENTITY postgresql-version           "9.6.2">
    476476<!ENTITY sqlite-version               "3.16.2">
    477477
  • server/databases/postgresql.xml

    r3338551f r3c4d525  
    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        "92ae6d7cdf18e648b3c22d0aa015565d">
    10   <!ENTITY postgresql-size          "18 MB">
    11   <!ENTITY postgresql-buildsize     "197 MB (with tests)">
     9  <!ENTITY postgresql-md5sum        "ee9cd5dfa24f691275cc65c92b6ff8f7">
     10  <!ENTITY postgresql-size          "19 MB">
     11  <!ENTITY postgresql-buildsize     "249 MB (with tests)">
    1212  <!ENTITY postgresql-time          "1.8 SBU (with tests)">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.