From c5d82f51bd4dfa1a643233dbdf8176d3e4923f64 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 13 Mar 2008 23:46:46 +0000 Subject: [PATCH] - Upgrade to latest from NSA Drop unused ->buffer field from struct policy_file. Add policy_file_init() initalizer for struct policy_file and use it, from Todd C. Miller. --- .cvsignore | 1 + libsepol.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index b48c7e2..923efbf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -132,3 +132,4 @@ libsepol-2.0.19.tgz libsepol-2.0.20.tgz libsepol-2.0.21.tgz libsepol-2.0.23.tgz +libsepol-2.0.25.tgz diff --git a/libsepol.spec b/libsepol.spec index 9b3df1d..b28a6cb 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 2.0.23 +Version: 2.0.25 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -97,6 +97,12 @@ exit 0 /%{_lib}/libsepol.so.1 %changelog +* Thu Mar 13 2008 Dan Walsh 2.0.25-1 +- Upgrade to latest from NSA + * Drop unused ->buffer field from struct policy_file. + * Add policy_file_init() initalizer for struct policy_file and use it, from Todd C. Miller. + + * Thu Feb 28 2008 Dan Walsh 2.0.23-1 - Upgrade to latest from NSA * Accept "Flask" as an alternate identifier string in kernel policies from Stephen Smalley. diff --git a/sources b/sources index a5dcb03..b56665c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8bffa62fa63192408657bf91dcecebe libsepol-2.0.23.tgz +3b3f3396171b5fd40dff1bb63eeb94a1 libsepol-2.0.25.tgz