diff --git a/.gitignore b/.gitignore index 8190771..7db37a8 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,4 @@ libsepol-2.0.41.tgz /libsepol-2.1.8.tgz /libsepol-2.1.9.tgz /libsepol-2.2.tgz +/libsepol-2.3.tgz diff --git a/libsepol.spec b/libsepol.spec index 0a75318..0e74533 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,11 +1,10 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 2.2 +Version: 2.3 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz -#Patch: libsepol-rhat.patch URL: http://www.selinuxproject.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -45,7 +44,6 @@ needed for developing applications that manipulate binary policies. %prep %setup -q -#%patch -p2 -b .rhat # sparc64 is an -fPIC arch, so we need to fix it here %ifarch sparc64 @@ -99,6 +97,14 @@ exit 0 /%{_lib}/libsepol.so.1 %changelog +* Tue May 6 2014 Dan Walsh - 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 - 2.2-1 - Update to upstream - Richard Haines patch V1 Allow constraint denials to be determined. diff --git a/sources b/sources index f7028b9..33e1e30 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ bf63284843b23303d2dc9319d3571258 libsepol-2.2.tgz +b57f182131648bfd698599d78e183c17 libsepol-2.3.tgz