From af4dd8d07102a57d3822bf4fba946d46e09af3f3 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Oct 20 2005 20:34:02 +0000 Subject: - Latest upgrade from NSA Removed obsolete cond_check_type_rules() function and call and cond_optimize_lists() call from checkpolicy.c; these are handled during parsing and expansion now. Updated calls to expand_module for interface change. Changed checkmodule to verify that expand_module succeeds when building base modules. Merged module compiler fixes from Joshua Brindle. Removed direct calls to hierarchy_check_constraints() and check_assertions() from checkpolicy since they are now called internally by expand_module(). --- diff --git a/.cvsignore b/.cvsignore index e3fb038..19e0835 100644 --- a/.cvsignore +++ b/.cvsignore @@ -32,3 +32,4 @@ checkpolicy-1.27.8.tgz checkpolicy-1.27.9.tgz checkpolicy-1.27.10.tgz checkpolicy-1.27.11.tgz +checkpolicy-1.27.16.tgz diff --git a/checkpolicy.spec b/checkpolicy.spec index b31953b..bd5daa6 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,7 +1,7 @@ -%define libsepolver 1.9.21-1 +%define libsepolver 1.9.23-1 Summary: SELinux policy compiler Name: checkpolicy -Version: 1.27.11 +Version: 1.27.16 Release: 1 License: GPL Group: Development/System @@ -44,6 +44,19 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/checkpolicy.8.gz %changelog +* Thu Oct 20 2005 Dan Walsh 1.27.16-1 +- Latest upgrade from NSA + * Removed obsolete cond_check_type_rules() function and call and + cond_optimize_lists() call from checkpolicy.c; these are handled + during parsing and expansion now. + * Updated calls to expand_module for interface change. + * Changed checkmodule to verify that expand_module succeeds + when building base modules. + * Merged module compiler fixes from Joshua Brindle. + * Removed direct calls to hierarchy_check_constraints() and + check_assertions() from checkpolicy since they are now called + internally by expand_module(). + * Tue Oct 18 2005 Dan Walsh 1.27.11-1 - Latest upgrade from NSA * Updated for changes to sepol policydb_index_others interface. diff --git a/sources b/sources index 81e6af1..1bdc1b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -818395004e2df274bf12aa3dacfb9b64 checkpolicy-1.27.11.tgz +425ed4fa903e77fe63b951257e73b9dd checkpolicy-1.27.16.tgz