From 125b5b107c84a0a07bfe47c9753b49fc341198d4 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Jul 28 2011 15:58:12 +0000 Subject: Update to upstream * Release, minor version bump * Give correct names to mount points in load_policy by Dan Walsh. * Make sure selinux state is reported correctly if selinux is disabled or fails to load by Dan Walsh. * Fix crash if selinux_key_create was never called by Dan Walsh. * Add new file_context.subs_dist for distro specific filecon substitutions by Dan Walsh. * Update man pages for selinux_color_* functions by Richard Haines. --- diff --git a/.gitignore b/.gitignore index 162a050..bd63dec 100644 --- a/.gitignore +++ b/.gitignore @@ -184,3 +184,4 @@ libselinux-2.0.96.tgz /libselinux-2.0.99.tgz /libselinux-2.0.101.tgz /libselinux-2.0.102.tgz +/libselinux-2.1.0.tgz diff --git a/libselinux.spec b/libselinux.spec index d8e82a2..a958e0d 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -6,15 +6,13 @@ Summary: SELinux library and simple utilities Name: libselinux -Version: 2.0.102 -Release: 6%{?dist} +Version: 2.1.0 +Release: 1%{?dist} License: Public Domain Group: System Environment/Libraries -Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz +Source: %{name}-%{version}.tgz +Url: http://oss.tresys.com/git/selinux.git Patch1: libselinux-rhat.patch - -URL: http://www.selinuxproject.org - BuildRequires: python-devel ruby-devel ruby libsepol-static >= %{libsepolver} swig %if 0%{?with_python3} BuildRequires: python3-devel @@ -237,6 +235,17 @@ exit 0 %{ruby_sitearch}/selinux.so %changelog +* Thu Jul 28 2011 Dan Walsh - 2.1.0-1 +-Update to upstream + * Release, minor version bump + * Give correct names to mount points in load_policy by Dan Walsh. + * Make sure selinux state is reported correctly if selinux is disabled or + fails to load by Dan Walsh. + * Fix crash if selinux_key_create was never called by Dan Walsh. + * Add new file_context.subs_dist for distro specific filecon substitutions + by Dan Walsh. + * Update man pages for selinux_color_* functions by Richard Haines. + * Mon Jun 13 2011 Dan Walsh - 2.0.102-6 - Only call dups check within selabel/matchpathcon if you are validating the context diff --git a/sources b/sources index d195609..9df4551 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 148de887b85cbe1e1da46af360a911f0 libselinux-2.0.102.tgz +44e3f59aab9cd1009fa2bfd5d4045b63 libselinux-2.1.0.tgz