diff --git a/.cvsignore b/.cvsignore index 8572c3a..96ce825 100644 --- a/.cvsignore +++ b/.cvsignore @@ -127,3 +127,4 @@ libselinux-2.0.24.tgz libselinux-2.0.29.tgz libselinux-2.0.30.tgz libselinux-2.0.31.tgz +libselinux-2.0.33.tgz diff --git a/libselinux.spec b/libselinux.spec index 3b0e1ec..fa6884e 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,12 +1,11 @@ %define libsepolver 2.0.1-1 Summary: SELinux library and simple utilities Name: libselinux -Version: 2.0.31 -Release: 4%{?dist} +Version: 2.0.33 +Release: 1%{?dist} License: Public domain (uncopyrighted) Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz -Patch: libselinux-rhat.patch BuildRequires: libsepol-devel >= %{libsepolver} swig Requires: libsepol >= %{libsepolver} @@ -49,7 +48,6 @@ needed for developing SELinux applications. %prep %setup -q -%patch -p1 -b .rhat %build make clean @@ -124,6 +122,12 @@ exit 0 %changelog +* Thu Sep 13 2007 Dan Walsh - 2.0.33-1 +- Upgrade to latest from NSA + * Re-map a getxattr return value of 0 to a getfilecon return value of -1 with errno EOPNOTSUPP from Stephen Smalley. + * Fall back to the compat code for security_class_to_string and security_av_perm_to_string from Stephen Smalley. + * Fix swig binding for rpm_execcon from James Athey. + * Thu Sep 6 2007 Dan Walsh - 2.0.31-4 - Apply James Athway patch to fix rpm_execcon python binding diff --git a/sources b/sources index c1bca7e..5188caf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5cc13dcc33d5a9c88a625b4a49626e9b libselinux-2.0.31.tgz +0f6bba5799228f0a11e155a6807f63b7 libselinux-2.0.33.tgz