rpms/postgresql/devel .cvsignore, 1.47, 1.48 postgresql-ac-version.patch, 1.8, 1.9 postgresql.spec, 1.117, 1.118 sources, 1.48, 1.49

Tom Lane tgl at fedoraproject.org
Wed Sep 9 15:13:29 UTC 2009


Author: tgl

Update of /cvs/pkgs/rpms/postgresql/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30699

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/devel/.cvsignore,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- .cvsignore	18 Aug 2009 02:58:54 -0000	1.47
+++ .cvsignore	9 Sep 2009 15:13:29 -0000	1.48
@@ -1,5 +1,5 @@
-postgresql-8.4.0.tar.bz2
+postgresql-8.4.1.tar.bz2
 PyGreSQL-3.8.1.tgz
 pgtcl1.6.2.tar.gz
 pgtcldocs-20070115.zip
-postgresql-8.4.0-US.pdf
+postgresql-8.4.1-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/devel/postgresql-ac-version.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- postgresql-ac-version.patch	18 Aug 2009 02:58:54 -0000	1.8
+++ postgresql-ac-version.patch	9 Sep 2009 15:13:29 -0000	1.9
@@ -4,12 +4,12 @@ for PostgreSQL, but it's not very tenabl
 Dike out the check.
 
 
-diff -Naur postgresql-8.4.0.orig/configure.in postgresql-8.4.0/configure.in
---- postgresql-8.4.0.orig/configure.in	2009-06-26 20:14:47.000000000 -0400
-+++ postgresql-8.4.0/configure.in	2009-08-12 23:09:31.000000000 -0400
+diff -Naur postgresql-8.4.1.orig/configure.in postgresql-8.4.1/configure.in
+--- postgresql-8.4.1.orig/configure.in	2009-09-03 20:36:50.000000000 -0400
++++ postgresql-8.4.1/configure.in	2009-09-04 13:03:07.000000000 -0400
 @@ -19,10 +19,6 @@
  
- AC_INIT([PostgreSQL], [8.4.0], [pgsql-bugs at postgresql.org])
+ AC_INIT([PostgreSQL], [8.4.1], [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


Index: postgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/devel/postgresql.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -p -r1.117 -r1.118
--- postgresql.spec	1 Sep 2009 20:39:52 -0000	1.117
+++ postgresql.spec	9 Sep 2009 15:13:29 -0000	1.118
@@ -59,8 +59,9 @@
 Summary: PostgreSQL client programs and libraries
 Name: postgresql
 %define majorversion 8.4
-Version: 8.4.0
-Release: 3.2%{?dist}
+Version: 8.4.1
+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/ 
@@ -74,7 +75,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.4.0-US.pdf
+Source17: http://www.postgresql.org/docs/manuals/postgresql-8.4.1-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
@@ -90,10 +91,6 @@ BuildRequires: perl(ExtUtils::Embed), pe
 # for /sbin/ldconfig
 Prereq: glibc initscripts
 
-%ifarch s390 s390x
-%define sdt 0
-%endif
-
 %if %python || %plpython
 BuildRequires: python-devel
 %endif
@@ -369,10 +366,11 @@ CXXFLAGS="${CXXFLAGS:-%optflags}" ; expo
 
 # Strip out -ffast-math from CFLAGS....
 CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
-# use -O1 on sparc64, s390x  and alpha
-%ifarch sparc64 alpha s390x s390
-CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O1|g" `
-%endif
+# let's try removing this kluge, it may just be a workaround for bz#520916
+# # use -O1 on sparc64 and alpha
+# %ifarch sparc64 alpha
+# CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O1|g" `
+# %endif
 
 %configure --disable-rpath \
 %if %beta
@@ -856,6 +854,13 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Sep  9 2009 Tom Lane <tgl at redhat.com> 8.4.1-1
+- Update to PostgreSQL 8.4.1, for various fixes described at
+  http://www.postgresql.org/docs/8.4/static/release-8-4-1.html
+  including two security issues
+Related: #522085
+Related: #522092
+
 * Tue Sep 01 2009 Karsten Hopp <karsten at redhat.com> 8.4.0-3.2
 - bump release and build again with the correct libssl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/devel/sources,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- sources	18 Aug 2009 02:58:55 -0000	1.48
+++ sources	9 Sep 2009 15:13:29 -0000	1.49
@@ -1,5 +1,5 @@
-1f172d5f60326e972837f58fa5acd130  postgresql-8.4.0.tar.bz2
+f2015af17bacbbfe140daf0d1067f9c9  postgresql-8.4.1.tar.bz2
 5575979dac93c9c5795d7693a8f91c86  PyGreSQL-3.8.1.tgz
 abf26e3cd7f8229f468045ed1fb7e748  pgtcl1.6.2.tar.gz
 8ce98e93b238c3329d0fe43810442c44  pgtcldocs-20070115.zip
-bbed2a7dad711eef335701391b9f112d  postgresql-8.4.0-US.pdf
+37ebde274743cc5ed3cf3d49c3f84119  postgresql-8.4.1-US.pdf




More information about the scm-commits mailing list