From d7c858894a4482653d8c0cc9e4b02c816a9e95f4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 11 Jun 2008 12:16:46 +0000 Subject: [PATCH] - Upgrade to latest from NSA Fix endianness bug in the handling of network node addresses from Stephen Smalley. Only affects big endian platforms. Bug reported by John Weeks of Sun upon policy mismatch between x86 and sparc. --- .cvsignore | 1 + libsepol.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 37af769..203e34a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -136,3 +136,4 @@ libsepol-2.0.25.tgz libsepol-2.0.26.tgz libsepol-2.0.28.tgz libsepol-2.0.29.tgz +libsepol-2.0.30.tgz diff --git a/libsepol.spec b/libsepol.spec index e991b27..5342374 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,6 +1,6 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 2.0.29 +Version: 2.0.30 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -96,6 +96,12 @@ exit 0 /%{_lib}/libsepol.so.1 %changelog +* Wed Jun 11 2008 Dan Walsh 2.0.30-1 +- Upgrade to latest from NSA + * Fix endianness bug in the handling of network node addresses from Stephen Smalley. + Only affects big endian platforms. + Bug reported by John Weeks of Sun upon policy mismatch between x86 and sparc. + * Wed May 28 2008 Dan Walsh 2.0.29-1 - Upgrade to latest from NSA * Merge user and role mapping support from Joshua Brindle. diff --git a/sources b/sources index 67f8659..0cddf89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c2c4d9aa377964903d674312e31a162 libsepol-2.0.29.tgz +2c22387986475fb1c77353c0423b6c73 libsepol-2.0.30.tgz