Update to PostgreSQL 8.4.5

This commit is contained in:
Tom Lane 2010-10-05 15:19:41 -04:00
parent ac363ac9e1
commit 24943ae8ab
5 changed files with 19 additions and 11 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
postgresql-8.4.4.tar.bz2 /postgresql-8.4.5.tar.bz2
postgresql-8.4.4-US.pdf /postgresql-8.4.5-US.pdf

View File

@ -4,12 +4,12 @@ for PostgreSQL, but it's not very tenable in the Fedora/RHEL world.
Dike out the check. Dike out the check.
diff -Naur postgresql-8.4.4.orig/configure.in postgresql-8.4.4/configure.in diff -Naur postgresql-8.4.5.orig/configure.in postgresql-8.4.5/configure.in
--- postgresql-8.4.4.orig/configure.in 2009-09-03 20:36:50.000000000 -0400 --- postgresql-8.4.5.orig/configure.in 2009-09-03 20:36:50.000000000 -0400
+++ postgresql-8.4.4/configure.in 2009-09-04 13:03:07.000000000 -0400 +++ postgresql-8.4.5/configure.in 2009-09-04 13:03:07.000000000 -0400
@@ -19,10 +19,6 @@ @@ -19,10 +19,6 @@
AC_INIT([PostgreSQL], [8.4.4], [pgsql-bugs@postgresql.org]) AC_INIT([PostgreSQL], [8.4.5], [pgsql-bugs@postgresql.org])
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required. -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required.
-Untested combinations of 'autoconf' and PostgreSQL versions are not -Untested combinations of 'autoconf' and PostgreSQL versions are not

View File

@ -218,7 +218,7 @@ case "$1" in
stop stop
;; ;;
status) status)
status postmaster status -p "$pidfile" postmaster
script_result=$? script_result=$?
;; ;;
restart) restart)

View File

@ -52,8 +52,8 @@
Summary: PostgreSQL client programs Summary: PostgreSQL client programs
Name: postgresql Name: postgresql
%global majorversion 8.4 %global majorversion 8.4
Version: 8.4.4 Version: 8.4.5
Release: 3%{?dist} Release: 1%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI # The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well. # recognizes it as an independent license, so we do as well.
License: PostgreSQL License: PostgreSQL
@ -714,6 +714,14 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Tue Oct 5 2010 Tom Lane <tgl@redhat.com> 8.4.5-1
- Update to PostgreSQL 8.4.5, for various fixes described at
http://www.postgresql.org/docs/8.4/static/release-8-4-5.html
including the fix for CVE-2010-3433
Related: #639371
- Add -p "$pidfile" to initscript's status call to improve corner cases.
Related: #561010
* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 8.4.4-3 * Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 8.4.4-3
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
- Duplicate COPYRIGHT in -libs subpackage, per revised packaging guidelines - Duplicate COPYRIGHT in -libs subpackage, per revised packaging guidelines

View File

@ -1,2 +1,2 @@
4bf2448ad965bca3940df648c02194df postgresql-8.4.4.tar.bz2 391a3f2eddd6fa78bb6ceba9955ffa5f postgresql-8.4.5.tar.bz2
1d67db52cd8493c2b76dd827e8d46d25 postgresql-8.4.4-US.pdf b1eb40dd133acb73671c8862a45ed9c9 postgresql-8.4.5-US.pdf