From b0f7b63f5fe8405ffd2eeb4a271a91c01c8ce786 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 27 Jul 2005 13:29:14 +0000 Subject: [PATCH] - Upgrade to latest from NSA Merged context reorganization, memory leak fixes, port and interface loading, replacements for genusers and genbools, debug traceback, and bugfix patches from Ivan Gyurdiev. Merged uninitialized variable bugfix from Dan Walsh. --- .cvsignore | 1 + libsepol.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index c72fba8..f0d0c61 100644 --- a/.cvsignore +++ b/.cvsignore @@ -22,3 +22,4 @@ libsepol-1.7.tgz libsepol-1.7.2.tgz libsepol-1.7.3.tgz libsepol-1.7.5.tgz +libsepol-1.7.6.tgz diff --git a/libsepol.spec b/libsepol.spec index dc4897a..a06d3a1 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,11 +1,10 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 1.7.5 -Release: 2 +Version: 1.7.6 +Release: 1 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 Provides: libsepol.so @@ -37,7 +36,6 @@ needed for developing applications that manipulate binary policies. %prep %setup -q -%patch -p1 -b .rhat %build make CFLAGS="%{optflags}" @@ -74,6 +72,13 @@ rm -rf ${RPM_BUILD_ROOT} /%{_lib}/libsepol.so.1 %changelog +* Mon Jul 25 2005 Dan Walsh 1.7.6-1 +- Upgrade to latest from NSA + * Merged context reorganization, memory leak fixes, + port and interface loading, replacements for genusers and + genbools, debug traceback, and bugfix patches from Ivan Gyurdiev. + * Merged uninitialized variable bugfix from Dan Walsh. + * Mon Jul 25 2005 Dan Walsh 1.7.5-2 - Fix unitialized variable problem diff --git a/sources b/sources index 7bc5dcb..ef28a80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97c57e098822ad664da6d866c14bd1c0 libsepol-1.7.5.tgz +d9b0e7c76dfbbbca607874a56e7c5dc7 libsepol-1.7.6.tgz