Update to PostgreSQL 8.4.4
This commit is contained in:
parent
446c31a8ed
commit
3adc308eb2
@ -1,2 +1,2 @@
|
|||||||
postgresql-8.4.3.tar.bz2
|
postgresql-8.4.4.tar.bz2
|
||||||
postgresql-8.4.3-US.pdf
|
postgresql-8.4.4-US.pdf
|
||||||
|
@ -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.3.orig/configure.in postgresql-8.4.3/configure.in
|
diff -Naur postgresql-8.4.4.orig/configure.in postgresql-8.4.4/configure.in
|
||||||
--- postgresql-8.4.3.orig/configure.in 2009-09-03 20:36:50.000000000 -0400
|
--- postgresql-8.4.4.orig/configure.in 2009-09-03 20:36:50.000000000 -0400
|
||||||
+++ postgresql-8.4.3/configure.in 2009-09-04 13:03:07.000000000 -0400
|
+++ postgresql-8.4.4/configure.in 2009-09-04 13:03:07.000000000 -0400
|
||||||
@@ -19,10 +19,6 @@
|
@@ -19,10 +19,6 @@
|
||||||
|
|
||||||
AC_INIT([PostgreSQL], [8.4.3], [pgsql-bugs@postgresql.org])
|
AC_INIT([PostgreSQL], [8.4.4], [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
|
||||||
|
@ -7,9 +7,9 @@ So work around it by adding an rpath spec to plperl.so (only).
|
|||||||
Per bug #162198.
|
Per bug #162198.
|
||||||
|
|
||||||
|
|
||||||
diff -Naur postgresql-8.4.0.orig/src/pl/plperl/GNUmakefile postgresql-8.4.0/src/pl/plperl/GNUmakefile
|
diff -Naur postgresql-8.4.4.orig/src/pl/plperl/GNUmakefile postgresql-8.4.4/src/pl/plperl/GNUmakefile
|
||||||
--- postgresql-8.4.0.orig/src/pl/plperl/GNUmakefile 2009-06-05 14:29:56.000000000 -0400
|
--- postgresql-8.4.4.orig/src/pl/plperl/GNUmakefile 2010-05-13 12:40:36.000000000 -0400
|
||||||
+++ postgresql-8.4.0/src/pl/plperl/GNUmakefile 2009-08-12 23:28:57.000000000 -0400
|
+++ postgresql-8.4.4/src/pl/plperl/GNUmakefile 2010-05-14 11:50:27.000000000 -0400
|
||||||
@@ -38,6 +38,9 @@
|
@@ -38,6 +38,9 @@
|
||||||
|
|
||||||
SHLIB_LINK = $(perl_embed_ldflags)
|
SHLIB_LINK = $(perl_embed_ldflags)
|
||||||
@ -17,6 +17,6 @@ diff -Naur postgresql-8.4.0.orig/src/pl/plperl/GNUmakefile postgresql-8.4.0/src/
|
|||||||
+# Force rpath to be used even though we disable it everywhere else
|
+# Force rpath to be used even though we disable it everywhere else
|
||||||
+SHLIB_LINK += $(rpath)
|
+SHLIB_LINK += $(rpath)
|
||||||
+
|
+
|
||||||
REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-language=plperl
|
REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-language=plperl --load-language=plperlu
|
||||||
REGRESS = plperl plperl_trigger plperl_shared plperl_elog
|
REGRESS = plperl plperl_trigger plperl_shared plperl_elog
|
||||||
# where to find psql for running the tests
|
# if Perl can support two interpreters in one backend,
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 8.4
|
%global majorversion 8.4
|
||||||
Version: 8.4.3
|
Version: 8.4.4
|
||||||
Release: 1%{?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.
|
||||||
@ -713,6 +713,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 17 2010 Tom Lane <tgl@redhat.com> 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 <tgl@redhat.com> 8.4.3-1
|
* Sun Mar 14 2010 Tom Lane <tgl@redhat.com> 8.4.3-1
|
||||||
- Update to PostgreSQL 8.4.3, for various fixes described at
|
- Update to PostgreSQL 8.4.3, for various fixes described at
|
||||||
http://www.postgresql.org/docs/8.4/static/release-8-4-3.html
|
http://www.postgresql.org/docs/8.4/static/release-8-4-3.html
|
||||||
|
Loading…
Reference in New Issue
Block a user