rpms/postgresql/FC-4 pgtcl-quote.patch, NONE, 1.1 .cvsignore, 1.27, 1.28 postgresql.init, 1.20, 1.21 postgresql.spec, 1.55, 1.56 sources, 1.28, 1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon May 22 17:05:27 UTC 2006


Author: tgl

Update of /cvs/dist/rpms/postgresql/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv13053

Modified Files:
	.cvsignore postgresql.init postgresql.spec sources 
Added Files:
	pgtcl-quote.patch 
Log Message:
Update to PostgreSQL 8.0.8, jdbc build 316.

pgtcl-quote.patch:
 aclocal.m4       |    2 +-
 tclconfig/tcl.m4 |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE pgtcl-quote.patch ---
Remove extraneous quotes from pgtcl configure script.  bash 3.1 fails on
this, though curiously it seems not to bother prior versions.
Note we don't bother to patch the configure file itself, since we'll
regenerate it during the build.

Upstream bug report for this filed as
http://gborg.postgresql.org/project/pgtclng/bugs/bugupdate.php?1500


diff -Naur Pgtcl.orig/aclocal.m4 Pgtcl/aclocal.m4
--- Pgtcl.orig/aclocal.m4	2004-02-15 15:15:37.000000000 -0500
+++ Pgtcl/aclocal.m4	2006-01-09 12:21:32.000000000 -0500
@@ -145,7 +145,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
diff -Naur Pgtcl.orig/tclconfig/tcl.m4 Pgtcl/tclconfig/tcl.m4
--- Pgtcl.orig/tclconfig/tcl.m4	2004-11-11 21:55:50.000000000 -0500
+++ Pgtcl/tclconfig/tcl.m4	2006-01-09 12:22:08.000000000 -0500
@@ -752,7 +752,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
@@ -2012,7 +2012,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/postgresql/FC-4/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	13 Feb 2006 17:47:06 -0000	1.27
+++ .cvsignore	22 May 2006 17:05:25 -0000	1.28
@@ -1,8 +1,8 @@
-postgresql-8.0.7.tar.bz2
+postgresql-8.0.8.tar.bz2
 PyGreSQL-3.6.2.tgz
 pgtcl1.5.2.tar.gz
 pgtcldocs-20041108.zip
 postgresql-8.0-US.pdf
-postgresql-8.0-315.jdbc2.jar
-postgresql-8.0-315.jdbc2ee.jar
-postgresql-8.0-315.jdbc3.jar
+postgresql-8.0-316.jdbc2.jar
+postgresql-8.0-316.jdbc2ee.jar
+postgresql-8.0-316.jdbc3.jar


Index: postgresql.init
===================================================================
RCS file: /cvs/dist/rpms/postgresql/FC-4/postgresql.init,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- postgresql.init	21 Feb 2005 21:44:36 -0000	1.20
+++ postgresql.init	22 May 2006 17:05:25 -0000	1.21
@@ -129,7 +129,7 @@
 		touch "$PGLOG" || exit 1
 		chown postgres:postgres "$PGLOG"
 		chmod go-rwx "$PGLOG"
-		[ -x /usr/bin/chcon ] && /usr/bin/chcon -u system_u -r object_r -t postgresql_log_t "$PGLOG"
+		[ -x /usr/bin/chcon ] && /usr/bin/chcon -u system_u -r object_r -t postgresql_log_t "$PGLOG" 2>/dev/null
 	fi
 
 	# Check for the PGDATA structure


Index: postgresql.spec
===================================================================
RCS file: /cvs/dist/rpms/postgresql/FC-4/postgresql.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- postgresql.spec	13 Feb 2006 17:47:06 -0000	1.55
+++ postgresql.spec	22 May 2006 17:05:25 -0000	1.56
@@ -42,7 +42,7 @@
 
 Summary: PostgreSQL client programs and libraries.
 Name: postgresql
-Version: 8.0.7
+Version: 8.0.8
 
 # Conventions for PostgreSQL Global Development Group RPM releases:
 
@@ -71,9 +71,9 @@
 Source3: postgresql.init
 Source4: Makefile.regress
 Source6: README.rpm-dist
-Source8: http://jdbc.postgresql.org/download/postgresql-8.0-315.jdbc2.jar
-Source9: http://jdbc.postgresql.org/download/postgresql-8.0-315.jdbc2ee.jar
-Source10: http://jdbc.postgresql.org/download/postgresql-8.0-315.jdbc3.jar
+Source8: http://jdbc.postgresql.org/download/postgresql-8.0-316.jdbc2.jar
+Source9: http://jdbc.postgresql.org/download/postgresql-8.0-316.jdbc2ee.jar
+Source10: http://jdbc.postgresql.org/download/postgresql-8.0-316.jdbc3.jar
 Source14: postgresql.pam
 Source15: postgresql-bashprofile
 Source16: filter-requires-perl-Pg.sh
@@ -81,12 +81,15 @@
 Source18: ftp://ftp.druid.net/pub/distrib/PyGreSQL-3.6.2.tgz
 Source19: ftp://gborg.postgresql.org/pub/pgtclng/stable/pgtcl1.5.2.tar.gz
 Source20: ftp://gborg.postgresql.org/pub/pgtclng/stable/pgtcldocs-20041108.zip
+
 Patch1: rpm-pgsql.patch
 Patch2: postgresql-src-tutorial.patch
 Patch3: postgresql-logging.patch
 Patch4: postgresql-test.patch
 Patch5: pgtcl-no-rpath.patch
 Patch6: postgresql-perl-rpath.patch
+Patch7: pgtcl-quote.patch
+
 Buildrequires: perl glibc-devel bison flex autoconf
 Prereq: /sbin/ldconfig initscripts
 %if %python
@@ -335,6 +338,7 @@
 %patch4 -p1
 # patch5 is applied later
 %patch6 -p1
+# patch7 is applied later
 
 #call autoconf 2.53 or greater
 %aconfver
@@ -366,6 +370,7 @@
    mv $PGTCLDOCDIR Pgtcl-docs
 
 %patch5 -p0
+%patch7 -p0
    pushd Pgtcl
 %aconfver
    popd
@@ -829,6 +834,14 @@
 %endif
 
 %changelog
+* Mon May 22 2006 Tom Lane <tgl at redhat.com> 8.0.8-1.FC4.1
+- Update to PostgreSQL 8.0.8 (includes fixes for CVE-2006-2313, CVE-2006-2314;
+  see bug #192173)
+- Update to jdbc driver build 316
+- Suppress noise from chcon, per bug #187744
+- Repair extraneous quote in pgtcl configure script ... odd that bash
+  didn't use to spit up on this.
+
 * Mon Feb 13 2006 Tom Lane <tgl at redhat.com> 8.0.7-1.FC4.1
 - Update to PostgreSQL 8.0.7 and jdbc driver build 315
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/postgresql/FC-4/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	13 Feb 2006 17:47:06 -0000	1.28
+++ sources	22 May 2006 17:05:25 -0000	1.29
@@ -1,8 +1,8 @@
-6316b680a32f692b96cddf9d8eb79bda  postgresql-8.0.7.tar.bz2
+190d5876589b26ca2b492d960c0b34ff  postgresql-8.0.8.tar.bz2
 1f2694ea546c852c5a0ba2b17f7c5ce1  PyGreSQL-3.6.2.tgz
 d19dfdcb54c334495d32456a043e0232  pgtcl1.5.2.tar.gz
 3d504b46231914d61fd49175f67e8715  pgtcldocs-20041108.zip
 2edd229aa83105175a1212a001dd030a  postgresql-8.0-US.pdf
-444797a938fc627efee43835b983f542  postgresql-8.0-315.jdbc2.jar
-183ff7f93a29347f45fe94dc31517960  postgresql-8.0-315.jdbc2ee.jar
-c1d67ac9b46f1930b0199c62d3f07f68  postgresql-8.0-315.jdbc3.jar
+a668e78a77e2d100a896e5d6e1ae4b87  postgresql-8.0-316.jdbc2.jar
+e45c60d53f164c1bc98c3decc54ef466  postgresql-8.0-316.jdbc2ee.jar
+9cc193e59f2955603194862506857129  postgresql-8.0-316.jdbc3.jar




More information about the fedora-cvs-commits mailing list