[postgresql/f15] Update to PostgreSQL 9.0.7

Tom Lane tgl at fedoraproject.org
Mon Feb 27 16:47:22 UTC 2012


commit f998e50dd9d274f9bb9436d0914a28c9c9590e6d
Author: Tom Lane <tgl at redhat.com>
Date:   Mon Feb 27 11:47:11 2012 -0500

    Update to PostgreSQL 9.0.7

 .gitignore      |    6 +++---
 postgresql.spec |   10 ++++++++--
 sources         |    6 +++---
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12646fe..509bafe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/postgresql-9.0.6.tar.bz2
-/postgresql-9.0.6-US.pdf
-/postgresql-8.4.6.tar.bz2
+/postgresql-9.0.7.tar.bz2
+/postgresql-9.0.7-US.pdf
+/postgresql-8.4.11.tar.bz2
diff --git a/postgresql.spec b/postgresql.spec
index 4f8c5f5..ed9dc1a 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -53,7 +53,7 @@
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.0
-Version: 9.0.6
+Version: 9.0.7
 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.6
+%global prevversion 8.4.11
 %global prevmajorversion 8.4
 
 Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -820,6 +820,12 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* 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
+  including the fixes for CVE-2012-0866, CVE-2012-0867, CVE-2012-0868
+Resolves: #797918
+
 * Mon Dec  5 2011 Tom Lane <tgl at redhat.com> 9.0.6-1
 - Update to PostgreSQL 9.0.6, for various fixes described at
   http://www.postgresql.org/docs/9.0/static/release-9-0-6.html
diff --git a/sources b/sources
index e2907b5..af50359 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-4ad7e4fc31ef8b8a75a3e4243933963f  postgresql-9.0.6.tar.bz2
-5c7074da8e7ef1dec478881e0c1c1d99  postgresql-9.0.6-US.pdf
-fcc3daaf2292fa6bf1185ec45e512db6  postgresql-8.4.6.tar.bz2
+27e67f48607c29df8ca6aab2a6fdf0b8  postgresql-9.0.7.tar.bz2
+cadd5f361e559c789692c49d12272361  postgresql-9.0.7-US.pdf
+f9b731a1162b177a173640efab2275d0  postgresql-8.4.11.tar.bz2


More information about the scm-commits mailing list