From 56091823e1bdd7b5bb5f549e2407cbc02128cec2 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: May 30 2006 13:09:42 +0000 Subject: - Upgrade to latest from NSA Fixed bool_ids overflow bug in cond_node_find and cond_copy_list, based on bug report and suggested fix by Cedric Roux. Merged sens_copy_callback, check_role_hierarchy_callback, and node_from_record fixes from Serge Hallyn. --- diff --git a/.cvsignore b/.cvsignore index 6b3c9e6..b256d4f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -99,3 +99,4 @@ libsepol-1.12.9.tgz libsepol-1.12.10.tgz libsepol-1.12.11.tgz libsepol-1.12.12.tgz +libsepol-1.12.14.tgz diff --git a/libsepol.spec b/libsepol.spec index b581296..a05b6d2 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.12.12 +Version: 1.12.14 Release: 1 License: GPL Group: System Environment/Libraries @@ -81,6 +81,13 @@ exit 0 %{_includedir}/sepol/policydb/*.h %changelog +* Tue May 30 2006 Dan Walsh 1.12.14-1 +- Upgrade to latest from NSA + * Fixed bool_ids overflow bug in cond_node_find and cond_copy_list, + based on bug report and suggested fix by Cedric Roux. + * Merged sens_copy_callback, check_role_hierarchy_callback, + and node_from_record fixes from Serge Hallyn. + * Tue May 23 2006 Dan Walsh 1.12.12-1 - Upgrade to latest from NSA * Added sepol_policydb_compat_net() interface for testing whether diff --git a/sources b/sources index d464b8b..839bc18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69b835c60135684d5d0891c56e2df492 libsepol-1.12.12.tgz +a555ec3546b0c0d3b441e2bc3ad3d306 libsepol-1.12.14.tgz