From cac0f0ba3892c672dc2747409eadd2ec37838d95 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 15 Aug 2005 20:17:00 +0000 Subject: [PATCH] - Update to NSA Release Fixed further memory leaks found by valgrind. Changed checkpolicy to destroy the policydbs prior to exit to allow leak detection. Fixed several memory leaks found by valgrind. --- .cvsignore | 1 + checkpolicy.spec | 13 ++++++++++--- sources | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index b0591d4..f78dbdb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -18,3 +18,4 @@ checkpolicy-1.25.2.tgz checkpolicy-1.25.3.tgz checkpolicy-1.25.5.tgz checkpolicy-1.25.8.tgz +checkpolicy-1.25.10.tgz diff --git a/checkpolicy.spec b/checkpolicy.spec index 11f5018..d6d6a83 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,8 +1,8 @@ -%define libsepolver 1.7.15-1 +%define libsepolver 1.7.17-1 Summary: SELinux policy compiler Name: checkpolicy -Version: 1.25.8 -Release: 3 +Version: 1.25.10 +Release: 1 License: GPL Group: Development/System Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -45,6 +45,13 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/checkpolicy.8.gz %changelog +* Sun Aug 14 2005 Dan Walsh 1.25.10-1 +- Update to NSA Release + * Fixed further memory leaks found by valgrind. + * Changed checkpolicy to destroy the policydbs prior to exit + to allow leak detection. + * Fixed several memory leaks found by valgrind. + * Sun Aug 14 2005 Dan Walsh 1.25.8-3 - Rebuild to get latest libsepol changes diff --git a/sources b/sources index 75f9831..c317c1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77a56787b822be766dd8ed8e48b5a9b3 checkpolicy-1.25.8.tgz +25355b034f80f7014159cbf6de8e0377 checkpolicy-1.25.10.tgz