rpms/postgresql/F-11 postgresql-no-probes.patch, NONE, 1.1 .cvsignore, 1.46, 1.47 postgresql-ac-version.patch, 1.7, 1.8 postgresql.spec, 1.111, 1.112 sources, 1.47, 1.48

Tom Lane tgl at fedoraproject.org
Wed Sep 9 15:57:30 UTC 2009


Author: tgl

Update of /cvs/pkgs/rpms/postgresql/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21604

Modified Files:
	.cvsignore postgresql-ac-version.patch postgresql.spec sources 
Added Files:
	postgresql-no-probes.patch 
Log Message:
Update to PostgreSQL 8.3.8

postgresql-no-probes.patch:
 Makefile |    4 ----
 1 file changed, 4 deletions(-)

--- NEW FILE postgresql-no-probes.patch ---
Workaround for broken systemtap dtrace as of 9/2009 --- it puts the
probes.o output file in the wrong place (bz #520469).  That file is
just an empty stub anyway in the systemtap implementation, so easiest
fix is to not ask for it to be generated.


diff -Naur postgresql-8.3.7.orig/src/backend/Makefile postgresql-8.3.7/src/backend/Makefile
--- postgresql-8.3.7.orig/src/backend/Makefile	2008-01-01 14:45:45.000000000 -0500
+++ postgresql-8.3.7/src/backend/Makefile	2009-09-06 13:03:48.000000000 -0400
@@ -20,10 +20,6 @@
 
 SUBSYSOBJS = $(DIRS:%=%/SUBSYS.o)
 
-ifeq ($(enable_dtrace), yes)
-LOCALOBJS += utils/probes.o
-endif
-
 OBJS = $(SUBSYSOBJS) $(LOCALOBJS) $(top_builddir)/src/port/libpgport_srv.a
 
 # We put libpgport into OBJS, so remove it from LIBS; also add libldap


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-11/.cvsignore,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- .cvsignore	21 Mar 2009 22:43:49 -0000	1.46
+++ .cvsignore	9 Sep 2009 15:57:29 -0000	1.47
@@ -1,5 +1,5 @@
-postgresql-8.3.7.tar.bz2
+postgresql-8.3.8.tar.bz2
 PyGreSQL-3.8.1.tgz
 pgtcl1.6.2.tar.gz
 pgtcldocs-20070115.zip
-postgresql-8.3.7-US.pdf
+postgresql-8.3.8-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-11/postgresql-ac-version.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- postgresql-ac-version.patch	21 Mar 2009 22:43:49 -0000	1.7
+++ postgresql-ac-version.patch	9 Sep 2009 15:57:29 -0000	1.8
@@ -4,12 +4,12 @@ for PostgreSQL, but it's not very tenabl
 Dike out the check.
 
 
-diff -Naur postgresql-8.3.7.orig/configure.in postgresql-8.3.7/configure.in
---- postgresql-8.3.7.orig/configure.in	2008-09-18 23:04:12.000000000 -0400
-+++ postgresql-8.3.7/configure.in	2008-09-25 10:26:10.000000000 -0400
+diff -Naur postgresql-8.3.8.orig/configure.in postgresql-8.3.8/configure.in
+--- postgresql-8.3.8.orig/configure.in	2008-09-18 23:04:12.000000000 -0400
++++ postgresql-8.3.8/configure.in	2008-09-25 10:26:10.000000000 -0400
 @@ -19,10 +19,6 @@
  
- AC_INIT([PostgreSQL], [8.3.7], [pgsql-bugs at postgresql.org])
+ AC_INIT([PostgreSQL], [8.3.8], [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


Index: postgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-11/postgresql.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -p -r1.111 -r1.112
--- postgresql.spec	20 Aug 2009 19:00:06 -0000	1.111
+++ postgresql.spec	9 Sep 2009 15:57:29 -0000	1.112
@@ -83,8 +83,9 @@
 
 Summary: PostgreSQL client programs and libraries
 Name: postgresql
-Version: 8.3.7
-Release: 1%{?dist}.1
+Version: 8.3.8
+Release: 1%{?dist}
+# PG considers their license to be simplified BSD, but it's more nearly MIT
 License: MIT
 Group: Applications/Databases
 Url: http://www.postgresql.org/ 
@@ -98,7 +99,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.7-US.pdf
+Source17: http://www.postgresql.org/docs/manuals/postgresql-8.3.8-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
@@ -109,6 +110,7 @@ Patch3: postgresql-logging.patch
 Patch4: postgresql-test.patch
 Patch5: pgtcl-no-rpath.patch
 Patch6: postgresql-perl-rpath.patch
+Patch7: postgresql-no-probes.patch
 
 BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex autoconf gawk
 BuildRequires: perl(ExtUtils::Embed), perl-devel
@@ -361,6 +363,7 @@ system, including regression tests and b
 %patch4 -p1
 # patch5 is applied later
 %patch6 -p1
+%patch7 -p1
 
 #call autoconf 2.53 or greater
 %aconfver
@@ -871,6 +874,14 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Sep  9 2009 Tom Lane <tgl at redhat.com> 8.3.8-1
+- Update to PostgreSQL 8.3.8, for various fixes described at
+  http://www.postgresql.org/docs/8.3/static/release-8-3-8.html
+  including three security issues
+Related: #522084
+Related: #522085
+Related: #522092
+
 * Thu Aug 20 2009 Tom "spot" Callaway <tcallawa at redhat.com> 8.3.7-1.1
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-11/sources,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- sources	21 Mar 2009 22:43:50 -0000	1.47
+++ sources	9 Sep 2009 15:57:29 -0000	1.48
@@ -1,5 +1,5 @@
-7b7e91a2221e55fe1b167e663217a96d  postgresql-8.3.7.tar.bz2
+aac683d03f765dc58a3a0e5eaa1927bf  postgresql-8.3.8.tar.bz2
 5575979dac93c9c5795d7693a8f91c86  PyGreSQL-3.8.1.tgz
 abf26e3cd7f8229f468045ed1fb7e748  pgtcl1.6.2.tar.gz
 8ce98e93b238c3329d0fe43810442c44  pgtcldocs-20070115.zip
-cf36036b0a973f793b2ba25dfdbcf879  postgresql-8.3.7-US.pdf
+721628037ec3c47e7c11bd90959578ad  postgresql-8.3.8-US.pdf




More information about the fedora-extras-commits mailing list