From a0ffdcf9882ad8e3d7ee4505eab8ded938b5e78b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Aug 13 2005 09:54:35 +0000 Subject: - Upgrade to latest from NSA Fixed empty list test in cond_write_av_list. Bug found by Coverity, reported by Serge Hallyn (IBM). Merged patch to policydb_write to check errors when writing the type->attribute reverse map from Serge Hallyn (IBM). Bug found by Coverity. Fixed policydb_destroy to properly handle NULL type_attr_map or attr_type_map. --- diff --git a/.cvsignore b/.cvsignore index d18d136..1cd1d0a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -30,3 +30,4 @@ libsepol-1.7.10.tgz libsepol-1.7.11.tgz libsepol-1.7.12.tgz libsepol-1.7.13.tgz +libsepol-1.7.14.tgz diff --git a/libsepol.spec b/libsepol.spec index 6ffe813..ec8764d 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.7.13 +Version: 1.7.14 Release: 1 License: GPL Group: System Environment/Libraries @@ -73,6 +73,17 @@ rm -rf ${RPM_BUILD_ROOT} /%{_lib}/libsepol.so.1 %changelog +* Sat Aug 13 2005 Dan Walsh 1.7.14-1 +- Upgrade to latest from NSA + * Fixed empty list test in cond_write_av_list. Bug found by + Coverity, reported by Serge Hallyn (IBM). + * Merged patch to policydb_write to check errors + when writing the type->attribute reverse map from + Serge Hallyn (IBM). Bug found by Coverity. + * Fixed policydb_destroy to properly handle NULL type_attr_map + or attr_type_map. + + * Thu Aug 11 2005 Dan Walsh 1.7.13-1 - Upgrade to latest from NSA * Improved memory use by SELinux by both reducing the avtab diff --git a/sources b/sources index 28a8a72..cd6f47e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -895498e6b5ae5c0249c50dc502f3cc76 libsepol-1.7.13.tgz +ea44f75167beba634d37f1144e236535 libsepol-1.7.14.tgz