- Upgrade to latest from NSA

Merged file context sorting code from Christopher Ashworth (Tresys
    Technology), based on fc_sort.c code in refpolicy.
Merged python binding t_output_helper removal patch from Dan Walsh.
Regenerated swig files.
This commit is contained in:
Daniel J Walsh 2006-04-14 11:37:57 +00:00
parent 3db0ea01ca
commit 9b0bb205bf
4 changed files with 20440 additions and 18 deletions

View File

@ -61,3 +61,5 @@ libsemanage-1.5.29.tgz
libsemanage-1.5.31.tgz
libsemanage-1.6.tgz
libsemanage-1.6.2.tgz
libsemanage-1.6.3.tgz
libsemanage-1.6.5.tgz

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,12 @@
%define libsepolver 1.12-1
%define libselinuxver 1.30-1
%define libsepolver 1.12.5-1
%define libselinuxver 1.30.3-1
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.6.2
Release: 2
Version: 1.6.5
Release: 1
License: GPL
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
Patch: libsemanage-rhat.patch
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libselinux-devel >= %{libselinuxver}
@ -40,7 +39,6 @@ needed for developing applications that manipulate binary policies.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make clean
@ -74,6 +72,18 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man3/*
%changelog
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.5-1
- Upgrade to latest from NSA
* Merged file context sorting code from Christopher Ashworth
(Tresys Technology), based on fc_sort.c code in refpolicy.
* Merged python binding t_output_helper removal patch from Dan Walsh.
* Regenerated swig files.
* Wed Mar 29 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.3-1
- Fix to work with new version of swig
- Upgrade to latest from NSA
* Merged corrected fix for descriptor leak from Dan Walsh.
* Wed Mar 29 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.2-2
- Fix leaky descriptor

View File

@ -1 +1 @@
187deb14a3577967b5ddac2013cd641c libsemanage-1.6.2.tgz
e82f27ce38a2e02efecd00ca434545c5 libsemanage-1.6.5.tgz