- Upgrade to latest from NSA

- support ordering of records in compare function
- enable port interfaces
- add interfaces for context validity and range checks
- add include guards
This commit is contained in:
Daniel J Walsh 2006-01-04 18:10:14 +00:00
parent 7611aa0aef
commit e9cf9fcd73
3 changed files with 12 additions and 4 deletions

View File

@ -72,3 +72,4 @@ libsepol-1.9.41.tgz
libsepol-1.9.42.tgz
libsepol-1.10.tgz
libsepol-1.11.1.tgz
libsepol-1.11.2.tgz

View File

@ -1,11 +1,10 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 1.11.1
Version: 1.11.2
Release: 2
License: GPL
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
Patch: libsepol-rhat.patch
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-buildroot
@ -38,7 +37,6 @@ needed for developing applications that manipulate binary policies.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make clean
@ -82,6 +80,15 @@ exit 0
%{_includedir}/sepol/policydb/*.h
%changelog
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 1.11.2-1
- Upgrade to latest from NSA
* Merged patch series from Ivan Gyurdiev.
This includes patches to:
- support ordering of records in compare function
- enable port interfaces
- add interfaces for context validity and range checks
- add include guards
* Tue Dec 27 2005 Dan Walsh <dwalsh@redhat.com> 1.11.1-2
- Add Ivans patch to make ports work

View File

@ -1 +1 @@
c2b1cae607ad77d9b801ddc27427aeb3 libsepol-1.11.1.tgz
4ff22d134a5cf9715505feb18a35e6c3 libsepol-1.11.2.tgz