- Latest update from NSA

Split out non-grammar parts of policy_parse.yacc into policy_define.c and
    policy_define.h from Todd C. Miller.
Initialize struct policy_file before using it, from Todd C. Miller.
Remove unused define, move variable out of .y file, simplify COND_ERR, from
    Todd C. Miller.
This commit is contained in:
Daniel J Walsh 2008-03-13 23:47:55 +00:00
parent e22ff16832
commit 164c17c9c1
1 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%define libsepolver 2.0.23-1
Summary: SELinux policy compiler
Name: checkpolicy
Version: 2.0.10
Version: 2.0.13
Release: 1%{?dist}
License: GPL
Group: Development/System
@ -53,6 +53,13 @@ rm -rf ${RPM_BUILD_ROOT}
%{_bindir}/sedispol
%changelog
* Thu Mar 13 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.13-1
- Latest update from NSA
* Split out non-grammar parts of policy_parse.yacc into
policy_define.c and policy_define.h from Todd C. Miller.
* Initialize struct policy_file before using it, from Todd C. Miller.
* Remove unused define, move variable out of .y file, simplify COND_ERR, from Todd C. Miller.
* Thu Feb 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.10-1
- Latest update from NSA
* Use yyerror2() where appropriate from Todd C. Miller.