[postgresql/f15] Update to 9.0.8.

Tom Lane tgl at fedoraproject.org
Mon Jun 4 12:43:17 UTC 2012


commit 35371c1866a8a5e80415ca8898615918a1662ba2
Author: Tom Lane <tgl at redhat.com>
Date:   Mon Jun 4 08:43:07 2012 -0400

    Update to 9.0.8.

 .gitignore      |    6 +++---
 postgresql.spec |   12 ++++++++++--
 sources         |    6 +++---
 3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 509bafe..e524d4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/postgresql-9.0.7.tar.bz2
-/postgresql-9.0.7-US.pdf
-/postgresql-8.4.11.tar.bz2
+/postgresql-9.0.8.tar.bz2
+/postgresql-9.0.8-US.pdf
+/postgresql-8.4.12.tar.bz2
diff --git a/postgresql.spec b/postgresql.spec
index ed9dc1a..5505ebd 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -53,7 +53,7 @@
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.0
-Version: 9.0.7
+Version: 9.0.8
 Release: 1%{?dist}
 # The PostgreSQL license is very similar to other MIT licenses, but the OSI
 # recognizes it as an independent license, so we do as well.
@@ -64,7 +64,7 @@ Url: http://www.postgresql.org/
 # This SRPM includes a copy of the previous major release, which is needed for
 # in-place upgrade of an old database.  In most cases it will not be critical
 # that this be kept up with the latest minor release of the previous series.
-%global prevversion 8.4.11
+%global prevversion 8.4.12
 %global prevmajorversion 8.4
 
 Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -820,6 +820,14 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Jun  4 2012 Tom Lane <tgl at redhat.com> 9.0.8-1
+- Update to PostgreSQL 9.0.8, for various fixes described at
+  http://www.postgresql.org/docs/9.0/static/release-9-0-8.html
+  including the fixes for CVE-2012-2143, CVE-2012-2655
+Resolves: #826606
+- Update previous version (embedded in postgresql-upgrade) to 8.4.12
+  because fix in whole-row variable dumping could be needed for upgrades
+
 * Mon Feb 27 2012 Tom Lane <tgl at redhat.com> 9.0.7-1
 - Update to PostgreSQL 9.0.7, for various fixes described at
   http://www.postgresql.org/docs/9.0/static/release-9-0-7.html
diff --git a/sources b/sources
index af50359..8cec4ad 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-27e67f48607c29df8ca6aab2a6fdf0b8  postgresql-9.0.7.tar.bz2
-cadd5f361e559c789692c49d12272361  postgresql-9.0.7-US.pdf
-f9b731a1162b177a173640efab2275d0  postgresql-8.4.11.tar.bz2
+0e830b0f6538e04b788c3208060256ef  postgresql-9.0.8.tar.bz2
+9a9c194aed1eea2c6f51d1eb3db9f53f  postgresql-9.0.8-US.pdf
+e071c48d21379809542fbbe48b8414c2  postgresql-8.4.12.tar.bz2


More information about the scm-commits mailing list