- 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.
This commit is contained in:
Daniel J Walsh 2005-07-27 13:29:14 +00:00
parent 5242278d81
commit b0f7b63f5f
3 changed files with 11 additions and 5 deletions

View File

@ -22,3 +22,4 @@ libsepol-1.7.tgz
libsepol-1.7.2.tgz libsepol-1.7.2.tgz
libsepol-1.7.3.tgz libsepol-1.7.3.tgz
libsepol-1.7.5.tgz libsepol-1.7.5.tgz
libsepol-1.7.6.tgz

View File

@ -1,11 +1,10 @@
Summary: SELinux binary policy manipulation library Summary: SELinux binary policy manipulation library
Name: libsepol Name: libsepol
Version: 1.7.5 Version: 1.7.6
Release: 2 Release: 1
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
Patch: libsepol-rhat.patch
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-buildroot BuildRoot: %{_tmppath}/%{name}-buildroot
Provides: libsepol.so Provides: libsepol.so
@ -37,7 +36,6 @@ needed for developing applications that manipulate binary policies.
%prep %prep
%setup -q %setup -q
%patch -p1 -b .rhat
%build %build
make CFLAGS="%{optflags}" make CFLAGS="%{optflags}"
@ -74,6 +72,13 @@ rm -rf ${RPM_BUILD_ROOT}
/%{_lib}/libsepol.so.1 /%{_lib}/libsepol.so.1
%changelog %changelog
* Mon Jul 25 2005 Dan Walsh <dwalsh@redhat.com> 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 <dwalsh@redhat.com> 1.7.5-2 * Mon Jul 25 2005 Dan Walsh <dwalsh@redhat.com> 1.7.5-2
- Fix unitialized variable problem - Fix unitialized variable problem

View File

@ -1 +1 @@
97c57e098822ad664da6d866c14bd1c0 libsepol-1.7.5.tgz d9b0e7c76dfbbbca607874a56e7c5dc7 libsepol-1.7.6.tgz