- Latest update from NSA

Initialize the source file name from the command line argument so that
    checkpolicy/checkmodule report something more useful than "unknown
    source".
Merged remove use of REJECT and trailing context in lex rules; make ipv4
    address parsing like ipv6 from James Carter.
This commit is contained in:
Daniel J Walsh 2007-11-15 18:41:43 +00:00
parent b3826e5a21
commit 5c3895bc13
3 changed files with 9 additions and 2 deletions

View File

@ -58,3 +58,5 @@ checkpolicy-2.0.1.tgz
checkpolicy-2.0.2.tgz
checkpolicy-2.0.3.tgz
checkpolicy-2.0.4.tgz
checkpolicy-2.0.5.tgz
checkpolicy-2.0.6.tgz

View File

@ -1,7 +1,7 @@
%define libsepolver 2.0.10-1
Summary: SELinux policy compiler
Name: checkpolicy
Version: 2.0.4
Version: 2.0.6
Release: 1%{?dist}
License: GPL
Group: Development/System
@ -47,6 +47,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man8/checkmodule.8.gz
%changelog
* Thu Nov 15 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.6-1
- Latest update from NSA
* Initialize the source file name from the command line argument so that checkpolicy/checkmodule report something more useful than "unknown source".
* Merged remove use of REJECT and trailing context in lex rules; make ipv4 address parsing like ipv6 from James Carter.
* Tue Sep 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.4-1
* Merged handle unknown policydb flag support from Eric Paris.
Adds new command line options -U {allow, reject, deny} for selecting

View File

@ -1 +1 @@
4f80d0bdec361300e80395dcaa4b685d checkpolicy-2.0.4.tgz
330efd89c6ae71026d6ad0d434bcb9e6 checkpolicy-2.0.6.tgz