Update to postgresql-9.4.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15456 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-02-06 15:27:39 +00:00
parent 86b75272d0
commit aed83c6027
4 changed files with 17 additions and 7 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "05"> <!-- Always 2 digits -->
<!ENTITY day "06"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "February 5th, &year;">
<!ENTITY releasedate "February 6th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -45,7 +45,17 @@
-->
<listitem>
<para>February 4th, 2015</para>
<para>February 6th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to postgresql-9.4.1. Fixes
<ulink url="&blfs-ticket-root;6121">#6121</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>February 5th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to ntp-4.2.8p1. Fixes

View File

@ -411,7 +411,7 @@
<!-- Chapter 22 -->
<!ENTITY db-version "6.1.19">
<!ENTITY mariadb-version "10.0.16">
<!ENTITY postgresql-version "9.4.0">
<!ENTITY postgresql-version "9.4.1">
<!ENTITY sqlite-version "3.8.8.2">
<!-- Chapter 23 -->

View File

@ -6,10 +6,10 @@
<!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-download-ftp "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-md5sum "8cd6e33e1f8d4d2362c8c08bd0e8802b">
<!ENTITY postgresql-md5sum "2cf30f50099ff1109d0aa517408f8eff">
<!ENTITY postgresql-size "17 MB">
<!ENTITY postgresql-buildsize "190 MB (additional 170 MB to run the testsuite)">
<!ENTITY postgresql-time "1.6 SBU (additional 0.3 SBU to run the testsuite)">
<!ENTITY postgresql-buildsize "191 MB (additional 6 MB to run the testsuite)">
<!ENTITY postgresql-time "1.5 SBU (additional 0.2 SBU to run the testsuite)">
]>
<sect1 id="postgresql" xreflabel="PostgreSQL-&postgresql-version;">