From 560bbcaa1993fd9ec93b7ec0cb29b170c4956fe1 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 1 Sep 2005 15:50:37 +0000 Subject: [PATCH] - Upgrade to latest from NSA Fixed symtab_insert return value for duplicate declarations. Merged fix for memory error in policy_module_destroy from Jason Tang (Tresys). --- .cvsignore | 1 + libsepol.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 24e6a79..234a89b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -36,3 +36,4 @@ libsepol-1.7.17.tgz libsepol-1.7.19.tgz libsepol-1.7.20.tgz libsepol-1.7.22.tgz +libsepol-1.7.24.tgz diff --git a/libsepol.spec b/libsepol.spec index e52f941..9f05f92 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.7.22 +Version: 1.7.24 Release: 1 License: GPL Group: System Environment/Libraries @@ -73,6 +73,12 @@ rm -rf ${RPM_BUILD_ROOT} /%{_lib}/libsepol.so.1 %changelog +* Thu Sep 1 2005 Dan Walsh 1.7.24-1 +- Upgrade to latest from NSA + * Fixed symtab_insert return value for duplicate declarations. + * Merged fix for memory error in policy_module_destroy from + Jason Tang (Tresys). + * Mon Aug 29 2005 Dan Walsh 1.7.22-1 - Upgrade to latest from NSA * Merged fix for memory leak in sepol_context_to_sid from diff --git a/sources b/sources index a166c65..f1073bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c07d8e744eba2d8c62241b340578a5e7 libsepol-1.7.22.tgz +92ad3498d12a7e78abf7a21b034889d8 libsepol-1.7.24.tgz