From bff583b68b6f4c268195e740f9e84a296149b93a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 28 May 2008 14:15:30 +0000 Subject: [PATCH] - Update to Upstream Fix selinux_file_context_verify() and selinux_lsetfilecon_default() to call matchpathcon_init_prefix if not already initialized. Add -q qualifier for -V option of matchpathcon and change it to indicate whether verification succeeded or failed via exit status. --- .cvsignore | 1 + libselinux.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0daec5d..26452a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -151,3 +151,4 @@ libselinux-2.0.59.tgz libselinux-2.0.60.tgz libselinux-2.0.61.tgz libselinux-2.0.64.tgz +libselinux-2.0.65.tgz diff --git a/libselinux.spec b/libselinux.spec index 95da681..6d35740 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -3,8 +3,8 @@ Summary: SELinux library and simple utilities Name: libselinux -Version: 2.0.64 -Release: 3%{?dist} +Version: 2.0.65 +Release: 1%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -136,6 +136,11 @@ exit 0 %{python_sitearch}/selinux/* %changelog +* Tue Apr 22 2008 Dan Walsh - 2.0.65-1 +- Update to Upstream + * Fix selinux_file_context_verify() and selinux_lsetfilecon_default() to call matchpathcon_init_prefix if not already initialized. + * Add -q qualifier for -V option of matchpathcon and change it to indicate whether verification succeeded or failed via exit status. + * Fri May 16 2008 Dan Walsh - 2.0.64-3 - libselinux no longer neets to telnet -u in post install diff --git a/sources b/sources index 9ff5d5e..47f3090 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d2df9a800e1960c96ddef129c83dc34 libselinux-2.0.64.tgz +a020ac28f6c2ce64b6c9c1e06c70eaac libselinux-2.0.65.tgz