From 1d15c0a436450f720d7d1f1453289747493aad27 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Sun, 1 Nov 2020 14:37:49 +0100 Subject: [PATCH] checkpolicy-3.1-4 - Fix signed overflow caused by using (1 << 31) - 1 - Optimize storage of filename transitions - Rebuild with libsepol.so.2 --- checkpolicy.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/checkpolicy.spec b/checkpolicy.spec index 4ac3f32..6d97838 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -4,7 +4,7 @@ Summary: SELinux policy compiler Name: checkpolicy Version: 3.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Source0: https://github.com/SELinuxProject/selinux/releases/download/20200710/checkpolicy-3.1.tar.gz # $ git clone https://github.com/fedora-selinux/selinux.git @@ -62,6 +62,11 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol %{_bindir}/sedispol %changelog +* Sun Nov 1 2020 Petr Lautrbach - 3.1-4 +- Fix signed overflow caused by using (1 << 31) - 1 +- Optimize storage of filename transitions +- Rebuild with libsepol.so.2 + * Mon Jul 27 2020 Fedora Release Engineering - 3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild