diff --git a/.cvsignore b/.cvsignore index 939e2f5..d368ffc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -31,3 +31,4 @@ libsemanage-1.3.43.tgz libsemanage-1.3.45.tgz libsemanage-1.3.48.tgz libsemanage-1.3.51.tgz +libsemanage-1.3.52.tgz diff --git a/libsemanage.spec b/libsemanage.spec index b473e20..99d9375 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -1,7 +1,7 @@ %define libselinuxver 1.27.21-1 Summary: SELinux binary policy manipulation library Name: libsemanage -Version: 1.3.51 +Version: 1.3.52 Release: 1 License: GPL Group: System Environment/Libraries @@ -66,6 +66,14 @@ rm -rf ${RPM_BUILD_ROOT} %{_includedir}/semanage/*.h %changelog +* Wed Nov 9 2005 Dan Walsh 1.3.52-1 +- Upgrade to latest from NSA + * Merged cleanup patch from Ivan Gyurdiev. + This renames semanage_module_conn to semanage_direct_handle, + and moves sepol handle create/destroy into semanage handle + create/destroy to allow use even when disconnected (for the + record interfaces). + * Tue Nov 8 2005 Dan Walsh 1.3.51-1 - Upgrade to latest from NSA * Clear modules modified flag upon disconnect and commit. diff --git a/sources b/sources index e65f2ce..dbfacbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4003bc6d12d331938154840bf5a10878 libsemanage-1.3.51.tgz +5c37bf7936c07f57c0e3836bf9578a8f libsemanage-1.3.52.tgz