[postgresql/f17] Update to PostgreSQL 9.1.9

Tom Lane tgl at fedoraproject.org
Thu Apr 4 13:55:25 UTC 2013


commit 11cdea5c90558943838465c39176fe6d0b334ec3
Author: Tom Lane <tgl at redhat.com>
Date:   Thu Apr 4 09:55:16 2013 -0400

    Update to PostgreSQL 9.1.9

 .gitignore      |    6 +++---
 postgresql.spec |   10 ++++++++--
 sources         |    6 +++---
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ff2df4..f3b4bd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/postgresql-9.1.8.tar.bz2
-/postgresql-9.1.8-US.pdf
-/postgresql-9.0.11.tar.bz2
+/postgresql-9.1.9.tar.bz2
+/postgresql-9.1.9-US.pdf
+/postgresql-9.0.13.tar.bz2
diff --git a/postgresql.spec b/postgresql.spec
index 8193776..e0d8476 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -52,7 +52,7 @@
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.1
-Version: 9.1.8
+Version: 9.1.9
 Release: 1%{?dist}
 
 # The PostgreSQL license is very similar to other MIT licenses, but the OSI
@@ -67,7 +67,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 9.0.11
+%global prevversion 9.0.13
 %global prevmajorversion 9.0
 
 Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -922,6 +922,12 @@ fi
 %endif
 
 %changelog
+* Thu Apr  4 2013 Tom Lane <tgl at redhat.com> 9.1.9-1
+- Update to PostgreSQL 9.1.9, for various fixes described at
+  http://www.postgresql.org/docs/9.1/static/release-9-1-9.html
+  including the fixes for CVE-2013-1899, CVE-2013-1900, CVE-2013-1901
+Resolves: #929223, #929255, #929328
+
 * Thu Feb  7 2013 Tom Lane <tgl at redhat.com> 9.1.8-1
 - Update to PostgreSQL 9.1.8, for various fixes described at
   http://www.postgresql.org/docs/9.1/static/release-9-1-8.html
diff --git a/sources b/sources
index eeb05de..c1ba928 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-54783b516880a586dcd7c07992d8c0b3  postgresql-9.1.8.tar.bz2
-883d7eeab905a1396bf9c8c93fb85f68  postgresql-9.1.8-US.pdf
-b6080b9d902126e452249aa750ef10cd  postgresql-9.0.11.tar.bz2
+6b5ea53dde48fcd79acfc8c196b83535  postgresql-9.1.9.tar.bz2
+299c8a0305a8af844be7c908a1ef2726  postgresql-9.1.9-US.pdf
+1cb7a32fafdb192cb53d6f44810e6fa6  postgresql-9.0.13.tar.bz2


More information about the scm-commits mailing list