From e034fd16cd2f793203ea40aae8d682f2a1a7c904 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Aug 31 2007 12:42:21 +0000 Subject: - Upgrade to latest from NSA Moved next_entry and put_entry out-of-line to reduce code size from Ulrich Drepper. Fixed module_package_read_offsets bug introduced by the prior patch. --- diff --git a/.cvsignore b/.cvsignore index f49b5d2..66e86fd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -121,3 +121,4 @@ libsepol-2.0.4.tgz libsepol-2.0.5.tgz libsepol-2.0.6.tgz libsepol-2.0.7.tgz +libsepol-2.0.9.tgz diff --git a/libsepol.spec b/libsepol.spec index 19e923f..cf1b52e 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,8 +1,8 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 2.0.7 -Release: 2%{?dist} +Version: 2.0.9 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz @@ -88,6 +88,11 @@ exit 0 /%{_lib}/libsepol.so.1 %changelog +* Fri Aug 31 2007 Dan Walsh 2.0.9-1 +- Upgrade to latest from NSA + * Moved next_entry and put_entry out-of-line to reduce code size from Ulrich Drepper. + * Fixed module_package_read_offsets bug introduced by the prior patch. + * Thu Aug 23 2007 Dan Walsh 2.0.7-1 - Upgrade to latest from NSA * Eliminate unaligned accesses from policy reading code from Stephen Smalley. diff --git a/sources b/sources index ce7c14b..69cfe3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c60d57dc3e424ead2f7c432338bde359 libsepol-2.0.7.tgz +2e5233bb16cb3d23c8ea226c85085d6d libsepol-2.0.9.tgz