rpms/postgresql/F-11 .cvsignore, 1.49, 1.50 postgresql-ac-version.patch, 1.10, 1.11 postgresql-perl-rpath.patch, 1.4, 1.5 postgresql.spec, 1.116, 1.117 sources, 1.50, 1.51

Tom Lane tgl at fedoraproject.org
Mon May 17 18:42:27 UTC 2010


Author: tgl

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-11/.cvsignore,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- .cvsignore	14 Mar 2010 18:08:43 -0000	1.49
+++ .cvsignore	17 May 2010 18:42:26 -0000	1.50
@@ -1,5 +1,5 @@
-postgresql-8.3.10.tar.bz2
-postgresql-8.3.10-US.pdf
+postgresql-8.3.11.tar.bz2
+postgresql-8.3.11-US.pdf
 PyGreSQL-3.8.1.tgz
 pgtcl1.6.2.tar.gz
 pgtcldocs-20070115.zip

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

Index: postgresql-ac-version.patch
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-11/postgresql-ac-version.patch,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- postgresql-ac-version.patch	14 Mar 2010 18:08:43 -0000	1.10
+++ postgresql-ac-version.patch	17 May 2010 18:42:26 -0000	1.11
@@ -4,12 +4,12 @@ for PostgreSQL, but it's not very tenabl
 Dike out the check.
 
 
-diff -Naur postgresql-8.3.10.orig/configure.in postgresql-8.3.10/configure.in
---- postgresql-8.3.10.orig/configure.in	2008-09-18 23:04:12.000000000 -0400
-+++ postgresql-8.3.10/configure.in	2008-09-25 10:26:10.000000000 -0400
+diff -Naur postgresql-8.3.11.orig/configure.in postgresql-8.3.11/configure.in
+--- postgresql-8.3.11.orig/configure.in	2008-09-18 23:04:12.000000000 -0400
++++ postgresql-8.3.11/configure.in	2008-09-25 10:26:10.000000000 -0400
 @@ -19,10 +19,6 @@
  
- AC_INIT([PostgreSQL], [8.3.10], [pgsql-bugs at postgresql.org])
+ AC_INIT([PostgreSQL], [8.3.11], [pgsql-bugs at postgresql.org])
  
 -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 2.59 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-11/postgresql-perl-rpath.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- postgresql-perl-rpath.patch	5 Dec 2006 03:01:02 -0000	1.4
+++ postgresql-perl-rpath.patch	17 May 2010 18:42:27 -0000	1.5
@@ -7,16 +7,16 @@ So work around it by adding an rpath spe
 Per bug #162198.
 
 
-diff -Naur postgresql-8.2.0.orig/src/pl/plperl/GNUmakefile postgresql-8.2.0/src/pl/plperl/GNUmakefile
---- postgresql-8.2.0.orig/src/pl/plperl/GNUmakefile	2006-07-20 20:24:04.000000000 -0400
-+++ postgresql-8.2.0/src/pl/plperl/GNUmakefile	2006-12-04 20:00:56.000000000 -0500
-@@ -36,6 +36,9 @@
+diff -Naur postgresql-8.3.11.orig/src/pl/plperl/GNUmakefile postgresql-8.3.11/src/pl/plperl/GNUmakefile
+--- postgresql-8.3.11.orig/src/pl/plperl/GNUmakefile	2010-05-13 12:42:51.000000000 -0400
++++ postgresql-8.3.11/src/pl/plperl/GNUmakefile	2010-05-17 14:05:14.000000000 -0400
+@@ -40,6 +40,9 @@
  
  SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS)
  
 +# 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-11/postgresql.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -p -r1.116 -r1.117
--- postgresql.spec	14 Mar 2010 18:08:43 -0000	1.116
+++ postgresql.spec	17 May 2010 18:42:27 -0000	1.117
@@ -83,7 +83,7 @@
 
 Summary: PostgreSQL client programs and libraries
 Name: postgresql
-Version: 8.3.10
+Version: 8.3.11
 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.
@@ -100,7 +100,7 @@ Source7: ecpg_config.h
 Source14: postgresql.pam
 Source15: postgresql-bashprofile
 Source16: filter-requires-perl-Pg.sh
-Source17: http://www.postgresql.org/docs/manuals/postgresql-8.3.10-US.pdf
+Source17: http://www.postgresql.org/docs/manuals/postgresql-%{version}-US.pdf
 Source18: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.8.1.tgz
 Source19: http://pgfoundry.org/projects/pgtclng/pgtcl1.6.2.tar.gz
 Source20: http://pgfoundry.org/projects/pgtclng/pgtcldocs-20070115.zip
@@ -875,6 +875,12 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon May 17 2010 Tom Lane <tgl at redhat.com> 8.3.11-1
+- Update to PostgreSQL 8.3.11, for various fixes described at
+  http://www.postgresql.org/docs/8.4/static/release-8-3-11.html
+  including fixes for CVE-2010-1169 and CVE-2010-1170
+Resolves: #593032
+
 * Sun Mar 14 2010 Tom Lane <tgl at redhat.com> 8.3.10-1
 - Update to PostgreSQL 8.3.10, for various fixes described at
   http://www.postgresql.org/docs/8.3/static/release-8-3-10.html


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-11/sources,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- sources	14 Mar 2010 18:08:43 -0000	1.50
+++ sources	17 May 2010 18:42:27 -0000	1.51
@@ -1,5 +1,5 @@
-315118130e1800a87f0effe69b947810  postgresql-8.3.10.tar.bz2
-7930a72ac6443d2affd856fde5f5d7d1  postgresql-8.3.10-US.pdf
+9dfbc971bd9ea7e2c2a042deba8213f9  postgresql-8.3.11.tar.bz2
+497aa9082db3aab04e70752db3d3bca2  postgresql-8.3.11-US.pdf
 5575979dac93c9c5795d7693a8f91c86  PyGreSQL-3.8.1.tgz
 abf26e3cd7f8229f468045ed1fb7e748  pgtcl1.6.2.tar.gz
 8ce98e93b238c3329d0fe43810442c44  pgtcldocs-20070115.zip



More information about the scm-commits mailing list