- 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:
parent
2b5b2a62e8
commit
9993e32e21
@ -40,3 +40,4 @@ libsemanage-1.3.63.tgz
|
|||||||
libsemanage-1.3.64.tgz
|
libsemanage-1.3.64.tgz
|
||||||
libsemanage-1.4.tgz
|
libsemanage-1.4.tgz
|
||||||
libsemanage-1.5.1.tgz
|
libsemanage-1.5.1.tgz
|
||||||
|
libsemanage-1.5.2.tgz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define libselinuxver 1.28-1
|
%define libselinuxver 1.29.1-2
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 1.5.1
|
Version: 1.5.2
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -40,6 +40,7 @@ needed for developing applications that manipulate binary policies.
|
|||||||
%patch -p1 -b .rhat
|
%patch -p1 -b .rhat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
make clean
|
||||||
make CFLAGS="%{optflags}"
|
make CFLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -72,6 +73,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_includedir}/semanage/*.h
|
%{_includedir}/semanage/*.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 1.5.1-1
|
||||||
- Upgrade to latest from NSA
|
- Upgrade to latest from NSA
|
||||||
* Added file-mode= setting to semanage.conf, default to 0644.
|
* Added file-mode= setting to semanage.conf, default to 0644.
|
||||||
|
Loading…
Reference in New Issue
Block a user