From e9cf9fcd733b087347b08c5a5904fbdc45495a52 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Jan 04 2006 18:10:14 +0000 Subject: - Upgrade to latest from NSA - support ordering of records in compare function - enable port interfaces - add interfaces for context validity and range checks - add include guards --- diff --git a/.cvsignore b/.cvsignore index 34c46ed..93613a8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -72,3 +72,4 @@ libsepol-1.9.41.tgz libsepol-1.9.42.tgz libsepol-1.10.tgz libsepol-1.11.1.tgz +libsepol-1.11.2.tgz diff --git a/libsepol.spec b/libsepol.spec index f597960..ac6b071 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,11 +1,10 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.11.1 +Version: 1.11.2 Release: 2 License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz -Patch: libsepol-rhat.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-buildroot @@ -38,7 +37,6 @@ needed for developing applications that manipulate binary policies. %prep %setup -q -%patch -p1 -b .rhat %build make clean @@ -82,6 +80,15 @@ exit 0 %{_includedir}/sepol/policydb/*.h %changelog +* Wed Jan 4 2006 Dan Walsh 1.11.2-1 +- Upgrade to latest from NSA + * Merged patch series from Ivan Gyurdiev. + This includes patches to: + - support ordering of records in compare function + - enable port interfaces + - add interfaces for context validity and range checks + - add include guards + * Tue Dec 27 2005 Dan Walsh 1.11.1-2 - Add Ivans patch to make ports work diff --git a/sources b/sources index b2893ac..92e581d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2b1cae607ad77d9b801ddc27427aeb3 libsepol-1.11.1.tgz +4ff22d134a5cf9715505feb18a35e6c3 libsepol-1.11.2.tgz