- 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:
parent
e22ff16832
commit
164c17c9c1
@ -1,7 +1,7 @@
|
|||||||
%define libsepolver 2.0.23-1
|
%define libsepolver 2.0.23-1
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 2.0.10
|
Version: 2.0.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
@ -53,6 +53,13 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_bindir}/sedispol
|
%{_bindir}/sedispol
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.10-1
|
||||||
- Latest update from NSA
|
- Latest update from NSA
|
||||||
* Use yyerror2() where appropriate from Todd C. Miller.
|
* Use yyerror2() where appropriate from Todd C. Miller.
|
||||||
|
Loading…
Reference in New Issue
Block a user