From af05b5a855a45630ec6e1469fe8db582c922d8ee Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 18 May 2006 16:13:02 +0000 Subject: [PATCH] - Upgrade to latest from NSA Merged patch to initialize sym_val_to_name arrays from Kevin Carr. Reworked to use calloc in the first place, and converted some other malloc/memset pairs to calloc calls. --- .cvsignore | 1 + libsepol.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9c16ca8..ee0c67d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -97,3 +97,4 @@ libsepol-1.12.6.tgz libsepol-1.12.8.tgz libsepol-1.12.9.tgz libsepol-1.12.10.tgz +libsepol-1.12.11.tgz diff --git a/libsepol.spec b/libsepol.spec index 49c3f3a..cb65e71 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.12.10 +Version: 1.12.11 Release: 1 License: GPL Group: System Environment/Libraries @@ -81,6 +81,12 @@ exit 0 %{_includedir}/sepol/policydb/*.h %changelog +* Thu May 15 2006 Dan Walsh 1.12.11-1 +- Upgrade to latest from NSA + * Merged patch to initialize sym_val_to_name arrays from Kevin Carr. + Reworked to use calloc in the first place, and converted some other + malloc/memset pairs to calloc calls. + * Mon May 15 2006 Dan Walsh 1.12.10-1 - Upgrade to latest from NSA * Merged patch to revert role/user decl upgrade from Karl MacMillan. diff --git a/sources b/sources index b1988bb..14047a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc17f0542dbe8b1bd0309e4951346fb1 libsepol-1.12.10.tgz +01b44fed0fee3813e60c65f75042a1cd libsepol-1.12.11.tgz