[checkpolicy] Update to upstream

Daniel J Walsh dwalsh at fedoraproject.org
Thu Feb 7 18:41:04 UTC 2013


commit 02cf4abf2d1729d0a729963cdf6aee3b72958cdd
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Feb 7 13:40:56 2013 -0500

    Update to upstream
    
            * Fix errors found by coverity
            * implement default type policy syntax
            * Free allocated memory when clean up / exit.

 .gitignore       |    1 +
 checkpolicy.spec |   14 ++++++++++----
 sources          |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
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 <dwalsh at 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 at redhat.com> -  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


More information about the scm-commits mailing list