- Upgrade to latest from NSA

Enabled further compiler warning flags and fixed them.
Merged user, context, port records patch from Ivan Gyurdiev.
Merged key extract function patch from Ivan Gyurdiev.
Merged mls_context_to_sid bugfix from Ivan Gyurdiev.
This commit is contained in:
Daniel J Walsh 2005-08-02 20:23:38 +00:00
parent bfb8873e3a
commit c1a5ce09e0
3 changed files with 12 additions and 5 deletions

View File

@ -23,3 +23,5 @@ 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 libsepol-1.7.6.tgz
libsepol-1.7.7.tgz
libsepol-1.7.9.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.6 Version: 1.7.9
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
@ -38,7 +37,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}"
@ -75,6 +73,13 @@ rm -rf ${RPM_BUILD_ROOT}
/%{_lib}/libsepol.so.1 /%{_lib}/libsepol.so.1
%changelog %changelog
* Tue Aug 2 2005 Dan Walsh <dwalsh@redhat.com> 1.7.9-1
- Upgrade to latest from NSA
* Enabled further compiler warning flags and fixed them.
* Merged user, context, port records patch from Ivan Gyurdiev.
* Merged key extract function patch from Ivan Gyurdiev.
* Merged mls_context_to_sid bugfix from Ivan Gyurdiev.
* Wed Jul 27 2005 Dan Walsh <dwalsh@redhat.com> 1.7.6-2 * Wed Jul 27 2005 Dan Walsh <dwalsh@redhat.com> 1.7.6-2
- Fix MLS Free - Fix MLS Free

View File

@ -1 +1 @@
d9b0e7c76dfbbbca607874a56e7c5dc7 libsepol-1.7.6.tgz 81513be1734b1a55d425643a898bfcd6 libsepol-1.7.9.tgz