- Upgrade to latest from NSA

Removed processing of system.users from sepol_genusers and dropped delusers
    logic.
Removed policydb_destroy from error path of policydb_read, since
    create/init/destroy/free of policydb is handled by the caller now.
Fixed sepol_module_package_read to handle a failed policydb_read properly.
Merged query/exists and count patches from Ivan Gyurdiev.
Merged fix for pruned types in expand code from Joshua Brindle.
Merged new module package format code from Joshua Brindle.
This commit is contained in:
Daniel J Walsh 2005-10-25 19:13:06 +00:00
parent 467b5dd5f9
commit 80d5fef297
3 changed files with 17 additions and 2 deletions

View File

@ -58,3 +58,4 @@ libsepol-1.9.21.tgz
libsepol-1.9.23.tgz
libsepol-1.9.25.tgz
libsepol-1.9.26.tgz
libsepol-1.9.30.tgz

View File

@ -1,6 +1,6 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 1.9.26
Version: 1.9.30
Release: 1
License: GPL
Group: System Environment/Libraries
@ -79,6 +79,20 @@ exit 0
%{_includedir}/sepol/policydb/*.h
%changelog
* Tue Oct 25 2005 Dan Walsh <dwalsh@redhat.com> 1.9.30-1
- Upgrade to latest from NSA
* Removed processing of system.users from sepol_genusers and
dropped delusers logic.
* Removed policydb_destroy from error path of policydb_read,
since create/init/destroy/free of policydb is handled by the
caller now.
* Fixed sepol_module_package_read to handle a failed policydb_read
properly.
* Merged query/exists and count patches from Ivan Gyurdiev.
* Merged fix for pruned types in expand code from Joshua Brindle.
* Merged new module package format code from Joshua Brindle.
* Mon Oct 24 2005 Dan Walsh <dwalsh@redhat.com> 1.9.26-1
- Upgrade to latest from NSA
* Merged context interface cleanup, record conversion code,

View File

@ -1 +1 @@
0351b12372c40720498f226cbbac2241 libsepol-1.9.26.tgz
a237cabeb4613031662b96d098d63745 libsepol-1.9.30.tgz