- Upgrade to latest from NSA

Merged toggle modified flag in policydb_modify, fix memory leak in
    clear_obsolete, polymorphism vs headers fix, and include guards for
    internal headers patches from Ivan Gyurdiev.
This commit is contained in:
Daniel J Walsh 2005-12-13 16:22:20 +00:00
parent 2b5b2a62e8
commit 9993e32e21
3 changed files with 11 additions and 3 deletions

View File

@ -40,3 +40,4 @@ libsemanage-1.3.63.tgz
libsemanage-1.3.64.tgz
libsemanage-1.4.tgz
libsemanage-1.5.1.tgz
libsemanage-1.5.2.tgz

View File

@ -1,7 +1,7 @@
%define libselinuxver 1.28-1
%define libselinuxver 1.29.1-2
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.5.1
Version: 1.5.2
Release: 1
License: GPL
Group: System Environment/Libraries
@ -40,6 +40,7 @@ needed for developing applications that manipulate binary policies.
%patch -p1 -b .rhat
%build
make clean
make CFLAGS="%{optflags}"
%install
@ -72,6 +73,12 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/semanage/*.h
%changelog
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 1.5.1-2
- Upgrade to latest from NSA
* Merged toggle modified flag in policydb_modify, fix memory leak
in clear_obsolete, polymorphism vs headers fix, and include guards
for internal headers patches from Ivan Gyurdiev.
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 1.5.1-1
- Upgrade to latest from NSA
* Added file-mode= setting to semanage.conf, default to 0644.

View File

@ -1 +1 @@
c695c469fcae1f3c0b6ed7190b7ae101 libsemanage-1.5.1.tgz
8a5b4ec642640e9adebb26b06820d1a3 libsemanage-1.5.2.tgz