Update to upstream

* Fix memory leak in semanage_genhomedircon from Thomas Hurd.
This commit is contained in:
Dan Walsh 2014-05-06 14:33:02 -04:00
parent a0fdb6de82
commit 059a39519f
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -130,3 +130,4 @@ libsemanage-2.0.45.tgz
/libsemanage-2.1.9.tgz
/libsemanage-2.1.10.tgz
/libsemanage-2.2.tgz
/libsemanage-2.3.tgz

View File

@ -6,12 +6,12 @@
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 2.2
Release: 3%{?dist}
Version: 2.3
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
Source: libsemanage-%{version}.tgz
Patch: libsemanage-rhat.patch
#Patch: libsemanage-rhat.patch
URL: http://oss.tresys.com/git/selinux.git
Source1: semanage.conf
@ -179,6 +179,10 @@ rm -rf ${RPM_BUILD_ROOT}
%endif # if with_python3
%changelog
* Tue May 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.3-1
- Update to upstream
* Fix memory leak in semanage_genhomedircon from Thomas Hurd.
* Sun Mar 30 2014 Dan Walsh <dwalsh@redhat.com> - 2.2-3
- libsemanage: fix memory leak in semanage_genhomedircon
- Patch from THomas Hurd

View File

@ -1 +1 @@
c15cce8ba4a50923f509e5b152e653dc libsemanage-2.2.tgz
9dca3172db8e2a58c316c8bc6632dcdc libsemanage-2.3.tgz