rpms/sepostgresql/devel sepostgresql-8.2.5-1.patch, 1.1, 1.2 sepostgresql.init, 1.3, 1.4 sepostgresql.spec, 1.3, 1.4 sepostgresql.te, 1.3, 1.4

KaiGai Kohei (kaigai) fedora-extras-commits at redhat.com
Mon Oct 15 12:38:43 UTC 2007


Author: kaigai

Update of /cvs/pkgs/rpms/sepostgresql/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5887

Modified Files:
	sepostgresql-8.2.5-1.patch sepostgresql.init sepostgresql.spec 
	sepostgresql.te 
Log Message:
FIXBUG: type definitions of security_label_to_text()
        and text_to_security_label() are mismatched.


sepostgresql-8.2.5-1.patch:

Index: sepostgresql-8.2.5-1.patch
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql-8.2.5-1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sepostgresql-8.2.5-1.patch	22 Sep 2007 13:09:45 -0000	1.1
+++ sepostgresql-8.2.5-1.patch	15 Oct 2007 12:38:40 -0000	1.2
@@ -7101,7 +7101,7 @@
  #endif   /* PG_CAST_H */
 diff -rpNU3 postgresql-8.2.5/src/include/catalog/pg_proc.h sepostgresql-8.2.5/src/include/catalog/pg_proc.h
 --- postgresql-8.2.5/src/include/catalog/pg_proc.h	2006-11-29 04:18:44.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/catalog/pg_proc.h	2007-05-26 13:19:59.000000000 +0900
++++ sepostgresql-8.2.5/src/include/catalog/pg_proc.h	2007-10-15 14:43:07.000000000 +0900
 @@ -3974,6 +3974,22 @@ DESCR("release shared advisory lock");
  DATA(insert OID = 2892 (  pg_advisory_unlock_all		PGNSP PGUID 12 f f t f v 0 2278 "" _null_ _null_ _null_ pg_advisory_unlock_all - _null_ ));
  DESCR("release all advisory locks");
@@ -7111,8 +7111,8 @@
 +DATA(insert OID = 3405 ( security_label_out				PGNSP PGUID 12 f f t f i 1 2275 "3403" _null_ _null_ _null_ security_label_out - _null_ ));
 +DATA(insert OID = 3406 ( security_label_raw_in			PGNSP PGUID 12 f f t f i 1 3403 "2275" _null_ _null_ _null_ security_label_raw_in - _null_ ));
 +DATA(insert OID = 3407 ( security_label_raw_out			PGNSP PGUID 12 f f t f i 1 2275 "3403" _null_ _null_ _null_ security_label_raw_out - _null_ ));
-+DATA(insert OID = 3408 ( text_to_security_label			PGNSP PGUID 12 f f t f i 1 25 "3403" _null_ _null_ _null_ text_to_security_label - _null_ ));
-+DATA(insert OID = 3409 ( security_label_to_text			PGNSP PGUID 12 f f t f i 1 3403 "25" _null_ _null_ _null_ security_label_to_text - _null_ ));
++DATA(insert OID = 3408 ( text_to_security_label			PGNSP PGUID 12 f f t f i 1 3403 "25" _null_ _null_ _null_ text_to_security_label - _null_ ));
++DATA(insert OID = 3409 ( security_label_to_text			PGNSP PGUID 12 f f t f i 1 25 "3403" _null_ _null_ _null_ security_label_to_text - _null_ ));
 +DATA(insert OID = 3410 ( lo_get_security				PGNSP PGUID 12 f f t f v 1 3403 "26" _null_ _null_ _null_ lo_get_security - _null_ ));
 +DATA(insert OID = 3411 ( lo_set_security				PGNSP PGUID 12 f f t f v 2 16 "26 3403" _null_ _null_ _null_ lo_set_security - _null_ ));
 +


Index: sepostgresql.init
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sepostgresql.init	22 Sep 2007 13:09:45 -0000	1.3
+++ sepostgresql.init	15 Oct 2007 12:38:40 -0000	1.4
@@ -9,7 +9,7 @@
 
 PGVERSION="8.2.5"
 PGMAJORVERSION=`echo "$PGVERSION" | sed 's/^\([0-9]*\.[0-9]*\).*$/\1/'`
-SEPGVERSION="1.23"
+SEPGVERSION="1.31"
 
 # 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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sepostgresql.spec	22 Sep 2007 13:09:45 -0000	1.3
+++ sepostgresql.spec	15 Oct 2007 12:38:40 -0000	1.4
@@ -13,7 +13,7 @@
 Summary: Security Enhanced PostgreSQL
 Name: sepostgresql
 Version: 8.2.5
-Release: 1.23%{?sepgextension}%{?dist}
+Release: 1.31%{?sepgextension}%{?dist}
 License: BSD
 Group: Applications/Databases
 Url: http://code.google.com/p/sepgsql/
@@ -208,6 +208,10 @@
 %attr(700,sepgsql,sepgsql) %dir %{_localstatedir}/lib/sepgsql/backups
 
 %changelog
+* Mon Oct 15 2007 <kaigai at kaigai.gr.jp> - 8.2.5-1.31
+- Fix bug: type definitions of security_label_to_text()
+  and text_to_security_label() are mismatched.
+
 * Sat Sep 22 2007 <kaigai at kaigai.gr.jp> - 8.2.5-1.23
 - update base PostgreSQL to 8.2.5
 


Index: sepostgresql.te
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql.te,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sepostgresql.te	22 Sep 2007 13:09:45 -0000	1.3
+++ sepostgresql.te	15 Oct 2007 12:38:40 -0000	1.4
@@ -1,4 +1,4 @@
-policy_module(sepostgresql, 1.23)
+policy_module(sepostgresql, 1.31)
 
 gen_require(`
 	all_userspace_class_perms




More information about the scm-commits mailing list