- Upgrade to latest from NSA

Moved next_entry and put_entry out-of-line to reduce code size from Ulrich
    Drepper.
Fixed module_package_read_offsets bug introduced by the prior patch.
This commit is contained in:
Daniel J Walsh 2007-08-31 12:42:21 +00:00
parent b79588c078
commit e034fd16cd
3 changed files with 9 additions and 3 deletions

View File

@ -121,3 +121,4 @@ libsepol-2.0.4.tgz
libsepol-2.0.5.tgz
libsepol-2.0.6.tgz
libsepol-2.0.7.tgz
libsepol-2.0.9.tgz

View File

@ -1,8 +1,8 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 2.0.7
Release: 2%{?dist}
Version: 2.0.9
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
@ -88,6 +88,11 @@ exit 0
/%{_lib}/libsepol.so.1
%changelog
* Fri Aug 31 2007 Dan Walsh <dwalsh@redhat.com> 2.0.9-1
- Upgrade to latest from NSA
* Moved next_entry and put_entry out-of-line to reduce code size from Ulrich Drepper.
* Fixed module_package_read_offsets bug introduced by the prior patch.
* Thu Aug 23 2007 Dan Walsh <dwalsh@redhat.com> 2.0.7-1
- Upgrade to latest from NSA
* Eliminate unaligned accesses from policy reading code from Stephen Smalley.

View File

@ -1 +1 @@
c60d57dc3e424ead2f7c432338bde359 libsepol-2.0.7.tgz
2e5233bb16cb3d23c8ea226c85085d6d libsepol-2.0.9.tgz