From 0bc673768a854ea85d696e2d0b69c8e6e3a02015 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 18 Oct 2005 13:37:22 +0000 Subject: [PATCH] - Upgrade to latest from NSA Reworked link_packages, link_modules, and expand_module to use callback-based error reporting system rather than error buffering. --- .cvsignore | 1 + libsepol.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 09a6317..6afc698 100644 --- a/.cvsignore +++ b/.cvsignore @@ -53,3 +53,4 @@ libsepol-1.9.14.tgz libsepol-1.9.14.1.tgz libsepol-1.9.17.tgz libsepol-1.9.18.tgz +libsepol-1.9.19.tgz diff --git a/libsepol.spec b/libsepol.spec index d2eed8e..3279855 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.9.18 +Version: 1.9.19 Release: 1 License: GPL Group: System Environment/Libraries @@ -79,6 +79,11 @@ exit 0 %{_includedir}/sepol/policydb/*.h %changelog +* Tue Oct 18 2005 Dan Walsh 1.9.19-1 +- Upgrade to latest from NSA + * Reworked link_packages, link_modules, and expand_module to use + callback-based error reporting system rather than error buffering. + * Sat Oct 15 2005 Dan Walsh 1.9.18-1 - Upgrade to latest from NSA * Merged conditional expression mapping fix in the module linking diff --git a/sources b/sources index 6f00c2b..1c4970b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c26f967442ecbacba5ce30b61e1a8b0 libsepol-1.9.18.tgz +67588df7b4116f0fdb5d0236ec1ed386 libsepol-1.9.19.tgz