- Update to upstream
Use vfork rather than fork for libsemanage helpers to reduce memory overhead as suggested by Todd Miller.
This commit is contained in:
parent
811753b1b0
commit
ac914e44de
@ -96,3 +96,4 @@ libsemanage-2.0.18.tgz
|
|||||||
libsemanage-2.0.19.tgz
|
libsemanage-2.0.19.tgz
|
||||||
libsemanage-2.0.20.tgz
|
libsemanage-2.0.20.tgz
|
||||||
libsemanage-2.0.22.tgz
|
libsemanage-2.0.22.tgz
|
||||||
|
libsemanage-2.0.23.tgz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%define libselinuxver 2.0.0-1
|
%define libselinuxver 2.0.0-1
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 2.0.22
|
Version: 2.0.23
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -78,6 +78,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 5 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.23-1
|
||||||
|
- Update to upstream
|
||||||
|
* Use vfork rather than fork for libsemanage helpers to reduce memory overhead as suggested by Todd Miller.
|
||||||
|
|
||||||
* Mon Feb 4 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.22-1
|
* Mon Feb 4 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.22-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Free policydb before fork from Joshua Brindle.
|
* Free policydb before fork from Joshua Brindle.
|
||||||
|
Loading…
Reference in New Issue
Block a user