rpms/libsepol/devel .cvsignore, 1.58, 1.59 libsepol.spec, 1.77, 1.78 sources, 1.59, 1.60

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 20 20:24:00 UTC 2005


Author: dwalsh

Update of /cvs/dist/rpms/libsepol/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28846

Modified Files:
	.cvsignore libsepol.spec sources 
Log Message:
* Tue Oct 18 2005 Dan Walsh <dwalsh at redhat.com> 1.9.23-1
	* Added check flag to expand_module() to control assertion
	  and hierarchy checking on expansion.
	* Reworked check_assertions() and hierarchy_check_constraints()
	  to take handles and use callback-based error reporting.
	* Changed expand_module() to call check_assertions() and 
	  hierarchy_check_constraints() prior to returning the expanded
	  policy.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libsepol/devel/.cvsignore,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- .cvsignore	18 Oct 2005 17:43:53 -0000	1.58
+++ .cvsignore	20 Oct 2005 20:23:56 -0000	1.59
@@ -55,3 +55,4 @@
 libsepol-1.9.18.tgz
 libsepol-1.9.19.tgz
 libsepol-1.9.21.tgz
+libsepol-1.9.23.tgz


Index: libsepol.spec
===================================================================
RCS file: /cvs/dist/rpms/libsepol/devel/libsepol.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- libsepol.spec	18 Oct 2005 17:43:53 -0000	1.77
+++ libsepol.spec	20 Oct 2005 20:23:56 -0000	1.78
@@ -1,6 +1,6 @@
 Summary: SELinux binary policy manipulation library 
 Name: libsepol
-Version: 1.9.21
+Version: 1.9.23
 Release: 1
 License: GPL
 Group: System Environment/Libraries
@@ -79,7 +79,16 @@
 %{_includedir}/sepol/policydb/*.h
 
 %changelog
-* Tue Oct 18 2005 Dan Walsh <dwalsh at redhat.com> 1.9.19-1
+* Tue Oct 18 2005 Dan Walsh <dwalsh at redhat.com> 1.9.23-1
+	* Added check flag to expand_module() to control assertion
+	  and hierarchy checking on expansion.
+	* Reworked check_assertions() and hierarchy_check_constraints()
+	  to take handles and use callback-based error reporting.
+	* Changed expand_module() to call check_assertions() and 
+	  hierarchy_check_constraints() prior to returning the expanded
+	  policy.
+
+* Tue Oct 18 2005 Dan Walsh <dwalsh at redhat.com> 1.9.21-1
 - Upgrade to latest from NSA
 	* Changed sepol_module_package_set_file_contexts to copy the
 	  file contexts data since it is internally managed.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libsepol/devel/sources,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- sources	18 Oct 2005 17:43:53 -0000	1.59
+++ sources	20 Oct 2005 20:23:56 -0000	1.60
@@ -1 +1 @@
-774427219df3498c5485e61d8803d733  libsepol-1.9.21.tgz
+e4bea847a239b1eeefcc5bbef6ae0775  libsepol-1.9.23.tgz




More information about the fedora-cvs-commits mailing list