Update to upstream
* Fix errors found by coverity * implement default type policy syntax * Free allocated memory when clean up / exit.
This commit is contained in:
parent
889f900222
commit
02cf4abf2d
1
.gitignore
vendored
1
.gitignore
vendored
@ -88,3 +88,4 @@ checkpolicy-2.0.22.tgz
|
|||||||
/checkpolicy-2.1.9.tgz
|
/checkpolicy-2.1.9.tgz
|
||||||
/checkpolicy-2.1.10.tgz
|
/checkpolicy-2.1.10.tgz
|
||||||
/checkpolicy-2.1.11.tgz
|
/checkpolicy-2.1.11.tgz
|
||||||
|
/checkpolicy-2.1.12.tgz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%define libselinuxver 2.1.12-1
|
%define libselinuxver 2.1.13-1
|
||||||
%define libsepolver 2.1.8-5
|
%define libsepolver 2.1.9-1
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 2.1.11
|
Version: 2.1.12
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
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
|
||||||
@ -54,6 +54,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_bindir}/sedispol
|
%{_bindir}/sedispol
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 7 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-1
|
||||||
|
- Update to upstream
|
||||||
|
* Fix errors found by coverity
|
||||||
|
* implement default type policy syntax
|
||||||
|
* Free allocated memory when clean up / exit.
|
||||||
|
|
||||||
* Sat Jan 5 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.11-3
|
* Sat Jan 5 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.11-3
|
||||||
- Update to latest patches from eparis/Upstream
|
- Update to latest patches from eparis/Upstream
|
||||||
- checkpolicy: libsepol: implement default type policy syntax
|
- checkpolicy: libsepol: implement default type policy syntax
|
||||||
|
Loading…
Reference in New Issue
Block a user