From 0c57adb8e6b03e4acf2548a80b46d1bb8c85eda532acddc9dab7078e35b131e2 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Thu, 11 Nov 2021 16:02:02 +0000 Subject: [PATCH] Accepting request 930926 from home:jsegitz:branches:security:SELinux - Update to version 3.3 * When reading a binary policy by checkpolicy, do not automatically change the version to the max policy version supported by libsepol or, if specified, the value given using the "-c" flag. * Updated documentation * Prints the reason why opening a source policy file failed OBS-URL: https://build.opensuse.org/request/show/930926 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/checkpolicy?expand=0&rev=58 --- checkpolicy-3.2.tar.gz | 3 --- checkpolicy-3.3.tar.gz | 3 +++ checkpolicy.changes | 10 ++++++++++ checkpolicy.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 checkpolicy-3.2.tar.gz create mode 100644 checkpolicy-3.3.tar.gz diff --git a/checkpolicy-3.2.tar.gz b/checkpolicy-3.2.tar.gz deleted file mode 100644 index e3d290f..0000000 --- a/checkpolicy-3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b1c81fa86fe3867842164448d90c8e7ea94b2987497809c65d4caa87a5c5bc8 -size 69035 diff --git a/checkpolicy-3.3.tar.gz b/checkpolicy-3.3.tar.gz new file mode 100644 index 0000000..da2c4e1 --- /dev/null +++ b/checkpolicy-3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c84edfa3a10ab8cb073b97bc55cb66377532d54a2723da9accdabd05431485 +size 69286 diff --git a/checkpolicy.changes b/checkpolicy.changes index c09ac0a..e73944e 100644 --- a/checkpolicy.changes +++ b/checkpolicy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 11 13:23:59 UTC 2021 - Johannes Segitz + +- Update to version 3.3 + * When reading a binary policy by checkpolicy, do not automatically change the version + to the max policy version supported by libsepol or, if specified, the value given + using the "-c" flag. + * Updated documentation + * Prints the reason why opening a source policy file failed + ------------------------------------------------------------------- Tue Mar 9 08:59:58 UTC 2021 - Johannes Segitz diff --git a/checkpolicy.spec b/checkpolicy.spec index 940dbc2..fe54efa 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -16,9 +16,9 @@ # -%define libsepol_ver 3.2 +%define libsepol_ver 3.3 Name: checkpolicy -Version: 3.2 +Version: 3.3 Release: 0 Summary: SELinux policy compiler License: GPL-2.0-or-later