From 4a81528b1e9d926b2466929a03f2d2944c809fd1 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Oct 18 2005 17:43:53 +0000 Subject: - Upgrade to latest from NSA Changed sepol_module_package_set_file_contexts to copy the file contexts data since it is internally managed. Added sepol_policy_file_set_handle interface to associate a handle with a policy file. Added handle argument to policydb_from_image/to_image. Added sepol_module_package_set_file_contexts interface. Dropped sepol_module_package_create_file interface. Reworked policydb_read/write, policydb_from_image/to_image, and sepol_module_package_read/write to use callback-based error reporting system rather than DEBUG. --- diff --git a/.cvsignore b/.cvsignore index 6afc698..b573b69 100644 --- a/.cvsignore +++ b/.cvsignore @@ -54,3 +54,4 @@ libsepol-1.9.14.1.tgz libsepol-1.9.17.tgz libsepol-1.9.18.tgz libsepol-1.9.19.tgz +libsepol-1.9.21.tgz diff --git a/libsepol.spec b/libsepol.spec index 3279855..2736dd0 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.9.19 +Version: 1.9.21 Release: 1 License: GPL Group: System Environment/Libraries @@ -81,6 +81,19 @@ exit 0 %changelog * Tue Oct 18 2005 Dan Walsh 1.9.19-1 - Upgrade to latest from NSA + * Changed sepol_module_package_set_file_contexts to copy the + file contexts data since it is internally managed. + * Added sepol_policy_file_set_handle interface to associate + a handle with a policy file. + * Added handle argument to policydb_from_image/to_image. + * Added sepol_module_package_set_file_contexts interface. + * Dropped sepol_module_package_create_file interface. + * Reworked policydb_read/write, policydb_from_image/to_image, + and sepol_module_package_read/write to use callback-based error + reporting system rather than DEBUG. + +* Tue Oct 18 2005 Dan Walsh 1.9.19-1 +- Upgrade to latest from NSA * Reworked link_packages, link_modules, and expand_module to use callback-based error reporting system rather than error buffering. diff --git a/sources b/sources index 1c4970b..e02fb4d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67588df7b4116f0fdb5d0236ec1ed386 libsepol-1.9.19.tgz +774427219df3498c5485e61d8803d733 libsepol-1.9.21.tgz