From 9aea386a17f360b95ee302d46fa9bad03a4a1bec Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 12 Aug 2005 02:51:25 +0000 Subject: [PATCH] - Upgrade to latest from NSA The binary policy format version has been incremented to version 20 as a result of these changes. --- .cvsignore | 1 + libsepol.spec | 15 ++++++++++++++- sources | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 07a0406..d18d136 100644 --- a/.cvsignore +++ b/.cvsignore @@ -29,3 +29,4 @@ VERSION libsepol-1.7.10.tgz libsepol-1.7.11.tgz libsepol-1.7.12.tgz +libsepol-1.7.13.tgz diff --git a/libsepol.spec b/libsepol.spec index aa0eb6f..6ffe813 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.7.12 +Version: 1.7.13 Release: 1 License: GPL Group: System Environment/Libraries @@ -73,6 +73,19 @@ rm -rf ${RPM_BUILD_ROOT} /%{_lib}/libsepol.so.1 %changelog +* Thu Aug 11 2005 Dan Walsh 1.7.13-1 +- Upgrade to latest from NSA + * Improved memory use by SELinux by both reducing the avtab + node size and reducing the number of avtab nodes (by not + expanding attributes in TE rules when possible). Added + expand_avtab and expand_cond_av_list functions for use by + assertion checker, hierarchy checker, compatibility code, + and dispol. Added new inline ebitmap operators and converted + existing users of ebitmaps to the new operators for greater + efficiency. + Note: The binary policy format version has been incremented to + version 20 as a result of these changes. + * Thu Aug 11 2005 Dan Walsh 1.7.12-1 - Upgrade to latest from NSA * Fixed bug in constraint_node_clone handling of name sets. diff --git a/sources b/sources index d9c8556..28a8a72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f6f868b4192f7558acde7f0be6eb739b libsepol-1.7.12.tgz +895498e6b5ae5c0249c50dc502f3cc76 libsepol-1.7.13.tgz