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:
Dan Walsh 2013-02-07 13:40:56 -05:00
parent 889f900222
commit 02cf4abf2d
3 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
a39eec39a84161f88b63ce405549e5b6 checkpolicy-2.1.11.tgz 36e9a62952239b4cdfbb9dcdcf292e14 checkpolicy-2.1.12.tgz