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