diff --git a/sepostgresql-sepgsql-8.3.5-2.patch b/sepostgresql-sepgsql-8.3.5-2.patch index c599e9f..1739847 100644 --- a/sepostgresql-sepgsql-8.3.5-2.patch +++ b/sepostgresql-sepgsql-8.3.5-2.patch @@ -7158,8 +7158,8 @@ diff -rpNU3 base/src/backend/security/sepgsql/hooks.c sepgsql/src/backend/securi +} 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 @@ diff -rpNU3 base/src/backend/security/sepgsql/permissions.c sepgsql/src/backend/ +#include "utils/syscache.h" +#include "utils/tqual.h" + ++#include ++ +static access_vector_t +sepgsql_perms_to_common_perms(uint32 perms) +{ diff --git a/sepostgresql.init b/sepostgresql.init index 4b7db8d..fd339b9 100644 --- a/sepostgresql.init +++ b/sepostgresql.init @@ -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 diff --git a/sepostgresql.spec b/sepostgresql.spec index 6436c53..f02b700 100644 --- a/sepostgresql.spec +++ b/sepostgresql.spec @@ -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/