diff --git a/.cvsignore b/.cvsignore index 75e4f9d..6c76304 100644 --- a/.cvsignore +++ b/.cvsignore @@ -74,3 +74,4 @@ libsepol-1.10.tgz libsepol-1.11.1.tgz libsepol-1.11.2.tgz libsepol-1.11.4.tgz +libsepol-1.11.5.tgz diff --git a/libsepol.spec b/libsepol.spec index 49cd56f..2ce804b 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.11.4 +Version: 1.11.5 Release: 1 License: GPL Group: System Environment/Libraries @@ -80,6 +80,15 @@ exit 0 %{_includedir}/sepol/policydb/*.h %changelog +* Thu Jan 5 2006 Dan Walsh 1.11.5-1 +- Upgrade to latest from NSA + * Merged further fixes from Russell Coker, specifically: + - av_to_string overflow checking + - sepol_context_to_string error handling + - hierarchy checking memory leak fixes and optimizations + - avrule_block_read variable initialization + * Marked deprecated code in genbools and genusers. + * Thu Jan 5 2006 Dan Walsh 1.11.4-1 - Upgrade to latest from NSA * Merged bugfix for sepol_port_modify from Russell Coker. diff --git a/sources b/sources index 3b0f045..9d96292 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2c330bf93f6561decc7f2de511f3a38c libsepol-1.11.4.tgz +a311b9d3efc1f5af209470a0ddfeb8dc libsepol-1.11.5.tgz