From 3adc308eb217765f86e77736d8968ed14b5e1ccd Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 17 May 2010 17:30:50 +0000 Subject: Update to PostgreSQL 8.4.4 --- postgresql.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'postgresql.spec') diff --git a/postgresql.spec b/postgresql.spec index eea68be..10e412c 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -52,7 +52,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 8.4 -Version: 8.4.3 +Version: 8.4.4 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. @@ -713,6 +713,12 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon May 17 2010 Tom Lane 8.4.4-1 +- Update to PostgreSQL 8.4.4, for various fixes described at + http://www.postgresql.org/docs/8.4/static/release-8-4-4.html + including fixes for CVE-2010-1169 and CVE-2010-1170 +Resolves: #593032 + * Sun Mar 14 2010 Tom Lane 8.4.3-1 - Update to PostgreSQL 8.4.3, for various fixes described at http://www.postgresql.org/docs/8.4/static/release-8-4-3.html -- cgit