- 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:
parent
7611aa0aef
commit
e9cf9fcd73
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user