From 5d1243b6423dcad4351a471d701de4ee39c9b8ef30691b14c0499b10c0032346 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 10 Dec 2012 22:45:00 +0000 Subject: [PATCH] Accepting request 145006 from home:posophe:branches:security:SELinux update to 2.1.8 OBS-URL: https://build.opensuse.org/request/show/145006 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=33 --- libsepol-2.1.4.tar.gz | 3 --- libsepol-2.1.8.tar.gz | 3 +++ libsepol.changes | 10 ++++++++++ libsepol.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 libsepol-2.1.4.tar.gz create mode 100644 libsepol-2.1.8.tar.gz diff --git a/libsepol-2.1.4.tar.gz b/libsepol-2.1.4.tar.gz deleted file mode 100644 index f1a8662..0000000 --- a/libsepol-2.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f5ea42ae6cc00b21f0e5f31f354d19fcce3edfe9328971d266245718714b1e8 -size 201713 diff --git a/libsepol-2.1.8.tar.gz b/libsepol-2.1.8.tar.gz new file mode 100644 index 0000000..9a6e55b --- /dev/null +++ b/libsepol-2.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63eedd2e435658eedb14cf5eb803468b701f4a2404f1a4af4ab52858e9c068f0 +size 203545 diff --git a/libsepol.changes b/libsepol.changes index 40109d7..395348c 100644 --- a/libsepol.changes +++ b/libsepol.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 10 17:34:14 UTC 2012 - p.drouand@gmail.com + +- Update to 2.1.8 version: + * fix neverallow checking on attributes + * Move context_copy() after switch block in ocontext_copy_*(). + * check for missing initial SID labeling statement. + * Add always_check_network policy capability + * role_fix_callback skips out-of-scope roles during expansion. + ------------------------------------------------------------------- Thu Oct 25 10:47:00 UTC 2012 - vcizek@suse.com diff --git a/libsepol.spec b/libsepol.spec index 10ae7e2..34ce31b 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -17,13 +17,13 @@ Name: libsepol -Version: 2.1.4 +Version: 2.1.8 Release: 0 Url: http://www.nsa.gov/selinux/ Summary: SELinux binary policy manipulation library License: LGPL-2.1+ Group: System/Libraries -Source: http://userspace.selinuxproject.org/releases/20120216/%{name}-%{version}.tar.gz +Source: http://userspace.selinuxproject.org/releases/20120924/%{name}-%{version}.tar.gz Source2: baselibs.conf Patch: libsepol-2.1.4-role_fix_callback.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build