diff --git a/.gitignore b/.gitignore index 27c9541..876d17d 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ checkpolicy-2.0.22.tgz /checkpolicy-2.1.9.tgz /checkpolicy-2.1.10.tgz /checkpolicy-2.1.11.tgz +/checkpolicy-2.1.12.tgz diff --git a/checkpolicy.spec b/checkpolicy.spec index becabb0..8b53987 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,9 +1,9 @@ -%define libselinuxver 2.1.12-1 -%define libsepolver 2.1.8-5 +%define libselinuxver 2.1.13-1 +%define libsepolver 2.1.9-1 Summary: SELinux policy compiler Name: checkpolicy -Version: 2.1.11 -Release: 3%{?dist} +Version: 2.1.12 +Release: 1%{?dist} License: GPLv2 Group: Development/System Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -54,6 +54,12 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/sedispol %changelog +* Thu Feb 7 2013 Dan Walsh - 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 - 2.1.11-3 - Update to latest patches from eparis/Upstream - checkpolicy: libsepol: implement default type policy syntax diff --git a/sources b/sources index 18afb94..41aa3c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a39eec39a84161f88b63ce405549e5b6 checkpolicy-2.1.11.tgz +36e9a62952239b4cdfbb9dcdcf292e14 checkpolicy-2.1.12.tgz