Update to upstream

* Improve error message for name-based transition conflicts.
	* Revert libsepol: filename_trans: use some better sorting to compare and merge.
	* Report source file and line information for neverallow failures.
	* Fix valgrind errors in constraint_expr_eval_reason from Richard Haines.
	* Add sepol_validate_transition_reason_buffer function from Richard Haines.
This commit is contained in:
Dan Walsh 2014-05-06 14:17:40 -04:00
parent ee7b363d01
commit 4704b23dcb
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -162,3 +162,4 @@ libsepol-2.0.41.tgz
/libsepol-2.1.8.tgz /libsepol-2.1.8.tgz
/libsepol-2.1.9.tgz /libsepol-2.1.9.tgz
/libsepol-2.2.tgz /libsepol-2.2.tgz
/libsepol-2.3.tgz

View File

@ -1,11 +1,10 @@
Summary: SELinux binary policy manipulation library Summary: SELinux binary policy manipulation library
Name: libsepol Name: libsepol
Version: 2.2 Version: 2.3
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
#Patch: libsepol-rhat.patch
URL: http://www.selinuxproject.org URL: http://www.selinuxproject.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -45,7 +44,6 @@ needed for developing applications that manipulate binary policies.
%prep %prep
%setup -q %setup -q
#%patch -p2 -b .rhat
# sparc64 is an -fPIC arch, so we need to fix it here # sparc64 is an -fPIC arch, so we need to fix it here
%ifarch sparc64 %ifarch sparc64
@ -99,6 +97,14 @@ exit 0
/%{_lib}/libsepol.so.1 /%{_lib}/libsepol.so.1
%changelog %changelog
* Tue May 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.3-1
- Update to upstream
* Improve error message for name-based transition conflicts.
* Revert libsepol: filename_trans: use some better sorting to compare and merge.
* Report source file and line information for neverallow failures.
* Fix valgrind errors in constraint_expr_eval_reason from Richard Haines.
* Add sepol_validate_transition_reason_buffer function from Richard Haines.
* Thu Oct 31 2013 Dan Walsh <dwalsh@redhat.com> - 2.2-1 * Thu Oct 31 2013 Dan Walsh <dwalsh@redhat.com> - 2.2-1
- Update to upstream - Update to upstream
- Richard Haines patch V1 Allow constraint denials to be determined. - Richard Haines patch V1 Allow constraint denials to be determined.

View File

@ -1 +1,2 @@
bf63284843b23303d2dc9319d3571258 libsepol-2.2.tgz bf63284843b23303d2dc9319d3571258 libsepol-2.2.tgz
b57f182131648bfd698599d78e183c17 libsepol-2.3.tgz