- Latest update from NSA

Update checkpolicy for user and role mapping support from Joshua Brindle.
This commit is contained in:
Daniel J Walsh 2008-05-28 15:15:49 +00:00
parent a17aa67c97
commit d9e3ea1a9d
3 changed files with 15 additions and 6 deletions

View File

@ -66,3 +66,5 @@ checkpolicy-2.0.9.tgz
checkpolicy-2.0.10.tgz checkpolicy-2.0.10.tgz
checkpolicy-2.0.13.tgz checkpolicy-2.0.13.tgz
checkpolicy-2.0.14.tgz checkpolicy-2.0.14.tgz
checkpolicy-2.0.15.tgz
checkpolicy-2.0.16.tgz

View File

@ -1,12 +1,11 @@
%define libsepolver 2.0.26-1 %define libsepolver 2.0.29-1
Summary: SELinux policy compiler Summary: SELinux policy compiler
Name: checkpolicy Name: checkpolicy
Version: 2.0.14 Version: 2.0.16
Release: 2%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: Development/System Group: Development/System
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
Patch: checkpolicy-rhat.patch
BuildRoot: %{_tmppath}/%{name}-buildroot BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: byacc bison flex libsepol-static >= %{libsepolver} libselinux-devel BuildRequires: byacc bison flex libsepol-static >= %{libsepolver} libselinux-devel
@ -27,7 +26,6 @@ Only required for building policies.
%prep %prep
%setup -q %setup -q
%patch -p1 -b .rhat
%build %build
make clean make clean
@ -55,6 +53,15 @@ rm -rf ${RPM_BUILD_ROOT}
%{_bindir}/sedispol %{_bindir}/sedispol
%changelog %changelog
* Wed May 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-1
- Latest update from NSA
* Update checkpolicy for user and role mapping support from Joshua Brindle.
* Tue May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.15-1
- Latest update from NSA
* Fix for policy module versions that look like IPv4 addresses from Jim Carter.
Resolves bug 444451.
* Tue May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-2 * Tue May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-2
- Allow modules with 4 sections or more - Allow modules with 4 sections or more

View File

@ -1 +1 @@
7001c2136fbde2df663105aa06a2f31e checkpolicy-2.0.14.tgz f80b657be256d01dd3f1c0e42301cbd4 checkpolicy-2.0.16.tgz