rpms/sepostgresql/devel sepostgresql-sepgsql-8.3.5-2.patch, 1.1, 1.2 sepostgresql.init, 1.27, 1.28 sepostgresql.spec, 1.28, 1.29

KaiGai Kohei kaigai at fedoraproject.org
Wed Nov 5 02:09:01 UTC 2008


Author: kaigai

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

Modified Files:
	sepostgresql-sepgsql-8.3.5-2.patch sepostgresql.init 
	sepostgresql.spec 
Log Message:
fixbug: lack of '#include <sys/stat.h>' at sepgsql/permission.c


sepostgresql-sepgsql-8.3.5-2.patch:

Index: sepostgresql-sepgsql-8.3.5-2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql-sepgsql-8.3.5-2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sepostgresql-sepgsql-8.3.5-2.patch	5 Nov 2008 01:44:05 -0000	1.1
+++ sepostgresql-sepgsql-8.3.5-2.patch	5 Nov 2008 02:09:00 -0000	1.2
@@ -7158,8 +7158,8 @@
 +}
 diff -rpNU3 base/src/backend/security/sepgsql/permissions.c sepgsql/src/backend/security/sepgsql/permissions.c
 --- base/src/backend/security/sepgsql/permissions.c	1970-01-01 09:00:00.000000000 +0900
-+++ sepgsql/src/backend/security/sepgsql/permissions.c	2008-10-31 17:01:56.000000000 +0900
-@@ -0,0 +1,620 @@
++++ sepgsql/src/backend/security/sepgsql/permissions.c	2008-11-05 11:06:00.000000000 +0900
+@@ -0,0 +1,622 @@
 +
 +/*
 + * src/backend/security/sepgsql/permissions.c
@@ -7190,6 +7190,8 @@
 +#include "utils/syscache.h"
 +#include "utils/tqual.h"
 +
++#include <sys/stat.h>
++
 +static access_vector_t
 +sepgsql_perms_to_common_perms(uint32 perms)
 +{


Index: sepostgresql.init
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql.init,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sepostgresql.init	5 Nov 2008 01:44:05 -0000	1.27
+++ sepostgresql.init	5 Nov 2008 02:09:01 -0000	1.28
@@ -9,7 +9,7 @@
 
 PGVERSION="8.3.5"
 PGMAJORVERSION=`echo "$PGVERSION" | sed 's/^\([0-9]*\.[0-9a-z]*\).*$/\1/'`
-SEPGVERSION="2.1182"
+SEPGVERSION="2.1183"
 
 # source function library
 . /etc/rc.d/init.d/functions


Index: sepostgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sepostgresql.spec	5 Nov 2008 01:44:05 -0000	1.28
+++ sepostgresql.spec	5 Nov 2008 02:09:01 -0000	1.29
@@ -22,7 +22,7 @@
 Summary: Security Enhanced PostgreSQL
 Name: sepostgresql
 Version: 8.3.5
-Release: 2.1182%{?sepgsql_extension}%{?dist}
+Release: 2.1183%{?sepgsql_extension}%{?dist}
 License: BSD
 Group: Applications/Databases
 Url: http://code.google.com/p/sepgsql/




More information about the fedora-extras-commits mailing list