rpms/postgresql/F-13 .cvsignore, 1.51, 1.52 postgresql-ac-version.patch, 1.11, 1.12 postgresql-perl-rpath.patch, 1.5, 1.6 postgresql.spec, 1.132, 1.133 sources, 1.52, 1.53

Tom Lane tgl at fedoraproject.org
Mon May 17 17:45:55 UTC 2010


Author: tgl

Update of /cvs/pkgs/rpms/postgresql/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18858

Modified Files:
	.cvsignore postgresql-ac-version.patch 
	postgresql-perl-rpath.patch postgresql.spec sources 
Log Message:
Update to PostgreSQL 8.4.4


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-13/.cvsignore,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- .cvsignore	14 Mar 2010 16:44:07 -0000	1.51
+++ .cvsignore	17 May 2010 17:45:55 -0000	1.52
@@ -1,2 +1,2 @@
-postgresql-8.4.3.tar.bz2
-postgresql-8.4.3-US.pdf
+postgresql-8.4.4.tar.bz2
+postgresql-8.4.4-US.pdf

postgresql-ac-version.patch:
 configure.in |    4 ----
 1 file changed, 4 deletions(-)

Index: postgresql-ac-version.patch
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-13/postgresql-ac-version.patch,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- postgresql-ac-version.patch	14 Mar 2010 16:44:07 -0000	1.11
+++ postgresql-ac-version.patch	17 May 2010 17:45:55 -0000	1.12
@@ -4,12 +4,12 @@ for PostgreSQL, but it's not very tenabl
 Dike out the check.
 
 
-diff -Naur postgresql-8.4.3.orig/configure.in postgresql-8.4.3/configure.in
---- postgresql-8.4.3.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
+diff -Naur postgresql-8.4.4.orig/configure.in postgresql-8.4.4/configure.in
+--- postgresql-8.4.4.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
 @@ -19,10 +19,6 @@
  
- AC_INIT([PostgreSQL], [8.4.3], [pgsql-bugs at postgresql.org])
+ AC_INIT([PostgreSQL], [8.4.4], [pgsql-bugs at postgresql.org])
  
 -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

postgresql-perl-rpath.patch:
 GNUmakefile |    3 +++
 1 file changed, 3 insertions(+)

Index: postgresql-perl-rpath.patch
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-13/postgresql-perl-rpath.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- postgresql-perl-rpath.patch	18 Aug 2009 02:58:55 -0000	1.5
+++ postgresql-perl-rpath.patch	17 May 2010 17:45:55 -0000	1.6
@@ -7,9 +7,9 @@ So work around it by adding an rpath spe
 Per bug #162198.
 
 
-diff -Naur postgresql-8.4.0.orig/src/pl/plperl/GNUmakefile postgresql-8.4.0/src/pl/plperl/GNUmakefile
---- postgresql-8.4.0.orig/src/pl/plperl/GNUmakefile	2009-06-05 14:29:56.000000000 -0400
-+++ postgresql-8.4.0/src/pl/plperl/GNUmakefile	2009-08-12 23:28:57.000000000 -0400
+diff -Naur postgresql-8.4.4.orig/src/pl/plperl/GNUmakefile postgresql-8.4.4/src/pl/plperl/GNUmakefile
+--- postgresql-8.4.4.orig/src/pl/plperl/GNUmakefile	2010-05-13 12:40:36.000000000 -0400
++++ postgresql-8.4.4/src/pl/plperl/GNUmakefile	2010-05-14 11:50:27.000000000 -0400
 @@ -38,6 +38,9 @@
  
  SHLIB_LINK = $(perl_embed_ldflags)
@@ -17,6 +17,6 @@ diff -Naur postgresql-8.4.0.orig/src/pl/
 +# Force rpath to be used even though we disable it everywhere else
 +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
- # where to find psql for running the tests
+ # if Perl can support two interpreters in one backend, 


Index: postgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-13/postgresql.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -p -r1.132 -r1.133
--- postgresql.spec	14 Mar 2010 16:44:08 -0000	1.132
+++ postgresql.spec	17 May 2010 17:45:55 -0000	1.133
@@ -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 <tgl at 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 at redhat.com> 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-13/sources,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- sources	14 Mar 2010 16:44:08 -0000	1.52
+++ sources	17 May 2010 17:45:55 -0000	1.53
@@ -1,2 +1,2 @@
-7f70e7b140fb190f268837255582b07e  postgresql-8.4.3.tar.bz2
-fa50777e0964e86bd1bfbefda645aa82  postgresql-8.4.3-US.pdf
+4bf2448ad965bca3940df648c02194df  postgresql-8.4.4.tar.bz2
+1d67db52cd8493c2b76dd827e8d46d25  postgresql-8.4.4-US.pdf



More information about the scm-commits mailing list