From 58446a0a2108f785b23d193eba110870e5036eff140ae9063f69bcbc1e0cee03 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Mon, 27 Nov 2017 09:18:52 +0000 Subject: [PATCH] Accepting request 545876 from home:jsegitz:branches:security:SELinux OBS-URL: https://build.opensuse.org/request/show/545876 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/checkpolicy?expand=0&rev=37 --- checkpolicy-2.5.tar.gz | 3 --- checkpolicy-2.6.tar.gz | 3 +++ checkpolicy.changes | 11 +++++++++++ checkpolicy.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 checkpolicy-2.5.tar.gz create mode 100644 checkpolicy-2.6.tar.gz diff --git a/checkpolicy-2.5.tar.gz b/checkpolicy-2.5.tar.gz deleted file mode 100644 index 7ab5b00..0000000 --- a/checkpolicy-2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33af9f3eb19135a7e6536ecd3fbb9686323000016cd51eb88346346ed7546001 -size 69857 diff --git a/checkpolicy-2.6.tar.gz b/checkpolicy-2.6.tar.gz new file mode 100644 index 0000000..8975019 --- /dev/null +++ b/checkpolicy-2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bebd18688ca8027b1b3b4ff1532c0626f1fe49883ae6cb74d9d385940e74157 +size 69748 diff --git a/checkpolicy.changes b/checkpolicy.changes index 68001b6..66b9bb8 100644 --- a/checkpolicy.changes +++ b/checkpolicy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Nov 24 09:01:04 UTC 2017 - jsegitz@suse.com + +- Update to version 2.6. Notable changes: + * Add types associated to a role in the current scope when parsing + * Extend checkpolicy pathname matching + * Set flex as default lexer + * Fix checkmodule output message + * Fail if module name different than output base filename + * Add support for portcon dccp protocol + ------------------------------------------------------------------- Thu Jun 29 21:05:43 UTC 2017 - mpluskal@suse.com diff --git a/checkpolicy.spec b/checkpolicy.spec index 451c109..1cd0c08 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -16,15 +16,15 @@ # -%define libsepol_ver 2.5 +%define libsepol_ver 2.6 Name: checkpolicy -Version: 2.5 +Version: 2.6 Release: 0 Summary: SELinux policy compiler License: GPL-2.0+ Group: Productivity/Security Url: https://github.com/SELinuxProject/selinux -Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/%{name}-%{version}.tar.gz +Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/%{name}-%{version}.tar.gz BuildRequires: bison BuildRequires: flex BuildRequires: libselinux-devel