- Upgrade to latest from NSA

Merged patch to initialize sym_val_to_name arrays from Kevin Carr. Reworked
    to use calloc in the first place, and converted some other
    malloc/memset pairs to calloc calls.
This commit is contained in:
Daniel J Walsh 2006-05-18 16:13:02 +00:00
parent ba09d11b46
commit af05b5a855
3 changed files with 9 additions and 2 deletions

View File

@ -97,3 +97,4 @@ libsepol-1.12.6.tgz
libsepol-1.12.8.tgz
libsepol-1.12.9.tgz
libsepol-1.12.10.tgz
libsepol-1.12.11.tgz

View File

@ -1,6 +1,6 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 1.12.10
Version: 1.12.11
Release: 1
License: GPL
Group: System Environment/Libraries
@ -81,6 +81,12 @@ exit 0
%{_includedir}/sepol/policydb/*.h
%changelog
* Thu May 15 2006 Dan Walsh <dwalsh@redhat.com> 1.12.11-1
- Upgrade to latest from NSA
* Merged patch to initialize sym_val_to_name arrays from Kevin Carr.
Reworked to use calloc in the first place, and converted some other
malloc/memset pairs to calloc calls.
* Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> 1.12.10-1
- Upgrade to latest from NSA
* Merged patch to revert role/user decl upgrade from Karl MacMillan.

View File

@ -1 +1 @@
cc17f0542dbe8b1bd0309e4951346fb1 libsepol-1.12.10.tgz
01b44fed0fee3813e60c65f75042a1cd libsepol-1.12.11.tgz