From b2247ee18e5d2432d4a0be4cd7808bbc05cf5af4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Oct 03 2005 13:10:57 +0000 Subject: - Update from NSA Merged patch series from Ivan Gyurdiev. (pointer typedef elimination, file renames, dbase work, backend separation) Split interfaces from semanage.[hc] into handle.[hc], modules.[hc]. Separated handle create from connect interface. Added a constructor for initialization. Moved up src/include/*.h to src. Created a symbol map file; dropped dso.h and hidden markings. --- diff --git a/.cvsignore b/.cvsignore index aebbb67..40080b5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ libsemanage-1.3.2.tgz libsemanage-1.3.3.tgz libsemanage-1.3.4.tgz libsemanage-1.3.5.tgz +libsemanage-1.3.7.tgz diff --git a/libsemanage.spec b/libsemanage.spec index 78dd32b..456e061 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsemanage -Version: 1.3.5 +Version: 1.3.7 Release: 1 License: GPL Group: System Environment/Libraries @@ -64,6 +64,17 @@ rm -rf ${RPM_BUILD_ROOT} %{_includedir}/semanage/*.h %changelog +* Mon Oct 3 2005 Dan Walsh 1.3.7-1 +- Update from NSA + * Merged patch series from Ivan Gyurdiev. + (pointer typedef elimination, file renames, dbase work, backend + separation) + * Split interfaces from semanage.[hc] into handle.[hc], modules.[hc]. + * Separated handle create from connect interface. + * Added a constructor for initialization. + * Moved up src/include/*.h to src. + * Created a symbol map file; dropped dso.h and hidden markings. + * Wed Sep 28 2005 Dan Walsh 1.3.5-1 - Update from NSA * Split interfaces from semanage.[hc] into handle.[hc], modules.[hc]. diff --git a/sources b/sources index d03e036..5d9592b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34bcf121541a0e4f7f3702f59885b191 libsemanage-1.3.5.tgz +c6801aa7ec3205064211b53a48ce5fe6 libsemanage-1.3.7.tgz