From add9ada6d8e750df4465579b8ac24eb506922376 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sep 28 2007 13:53:30 +0000 Subject: - Upgrade to latest from NSA Fix error checking on getpw*_r functions from Todd Miller. Make genhomedircon skip invalid homedir contexts from Todd Miller. Set default user and prefix from seusers from Dan Walsh. Add swigify Makefile target from Dan Walsh. --- diff --git a/.cvsignore b/.cvsignore index e99f2c0..c9f9de0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -86,3 +86,4 @@ libsemanage-2.0.4.tgz libsemanage-2.0.5.tgz libsemanage-2.0.6.tgz libsemanage-2.0.9.tgz +libsemanage-2.0.10.tgz diff --git a/libsemanage.spec b/libsemanage.spec index 2759d5f..9699f41 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -2,12 +2,11 @@ %define libselinuxver 2.0.0-1 Summary: SELinux binary policy manipulation library Name: libsemanage -Version: 2.0.9 +Version: 2.0.10 Release: 1%{?dist} License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz -Patch: libsemanage-rhat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libselinux-devel >= %{libselinuxver} swig ustr-devel @@ -41,7 +40,6 @@ needed for developing applications that manipulate binary policies. %prep %setup -q -%patch -p1 -b .rhat %build make clean @@ -78,6 +76,13 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/* %changelog +* Fri Sep 28 2007 Dan Walsh - 2.0.10-1 +- Upgrade to latest from NSA + * Fix error checking on getpw*_r functions from Todd Miller. + * Make genhomedircon skip invalid homedir contexts from Todd Miller. + * Set default user and prefix from seusers from Dan Walsh. + * Add swigify Makefile target from Dan Walsh. + * Wed Sep 26 2007 Dan Walsh - 2.0.9-1 - Upgrade to latest from NSA * Pass CFLAGS to CC even on link command, per Dennis Gilmore. diff --git a/sources b/sources index e88a176..f9c7257 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c241e659ddab751e036c3e770583e95c libsemanage-2.0.9.tgz +345de8b74ec346600c514641a3876eee libsemanage-2.0.10.tgz