From 10e0d6c1454075028e8ee1dab1b213b471b4d9ae3ff8bae30168e61d3f21bdca Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Mon, 19 May 2014 07:32:32 +0000 Subject: [PATCH] Accepting request 234488 from home:elvigia:branches:security:SELinux - version 2.3 * Report source file and line information for neverallow failures. * Prevent incompatible option combinations for checkmodule. * Drop -lselinux from LDLIBS for test programs; not used. * Add debug feature to display constraints/validatetrans from Richard Haines. OBS-URL: https://build.opensuse.org/request/show/234488 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/checkpolicy?expand=0&rev=27 --- checkpolicy-2.2.tar.gz | 3 --- checkpolicy-2.3.tar.gz | 3 +++ checkpolicy.changes | 9 +++++++++ checkpolicy.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 checkpolicy-2.2.tar.gz create mode 100644 checkpolicy-2.3.tar.gz diff --git a/checkpolicy-2.2.tar.gz b/checkpolicy-2.2.tar.gz deleted file mode 100644 index 3137501..0000000 --- a/checkpolicy-2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ff6698f4d4cb59c9c916e348187d533ada4107f90c253ef7304905934e9adf8 -size 64458 diff --git a/checkpolicy-2.3.tar.gz b/checkpolicy-2.3.tar.gz new file mode 100644 index 0000000..281956f --- /dev/null +++ b/checkpolicy-2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90632d11afecb66997971d4c5c5d70dfb02d3969ec610ee2918ba6df99c8207b +size 64970 diff --git a/checkpolicy.changes b/checkpolicy.changes index 65682a5..7a53c5b 100644 --- a/checkpolicy.changes +++ b/checkpolicy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun May 18 00:18:53 UTC 2014 - crrodriguez@opensuse.org + +- version 2.3 +* Report source file and line information for neverallow failures. +* Prevent incompatible option combinations for checkmodule. +* Drop -lselinux from LDLIBS for test programs; not used. +* Add debug feature to display constraints/validatetrans from Richard Haines. + ------------------------------------------------------------------- Thu Oct 31 13:41:13 UTC 2013 - p.drouand@gmail.com diff --git a/checkpolicy.spec b/checkpolicy.spec index 6521a43..b1bddee 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,7 +1,7 @@ # # spec file for package checkpolicy # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,14 @@ # -%define libsepol_ver 2.2 +%define libsepol_ver 2.3 BuildRequires: bison BuildRequires: flex-old BuildRequires: libselinux-devel BuildRequires: libsepol-devel-static >= %{libsepol_ver} Name: checkpolicy -Version: 2.2 +Version: 2.3 Release: 0 Url: http://userspace.selinuxproject.org/ Summary: SELinux policy compiler