- Upgrade to latest from NSA

The binary policy format version has been incremented to version 20 as a
    result of these changes.
This commit is contained in:
Daniel J Walsh 2005-08-12 02:51:25 +00:00
parent 25190caa4f
commit 9aea386a17
3 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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 <dwalsh@redhat.com> 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 <dwalsh@redhat.com> 1.7.12-1
- Upgrade to latest from NSA
* Fixed bug in constraint_node_clone handling of name sets.

View File

@ -1 +1 @@
f6f868b4192f7558acde7f0be6eb739b libsepol-1.7.12.tgz
895498e6b5ae5c0249c50dc502f3cc76 libsepol-1.7.13.tgz