From a63bc367b7bce448d98c865da1ec2ee3e3741ff9 Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Tue, 9 Mar 2021 11:59:32 +0100 Subject: [PATCH] selinux-python: update to version 3.2 be065c4b sepolicy: Do not try to load policy on import 8f0f0a28 selinux(8,5): Describe fcontext regular expressions e12f71e8 python/sepolgen: allow any policy statement in if(n)def b15dff0f python/semanage: Sort imports in alphabetical order 92e01969 python/semanage: empty stdout before exiting on BrokenPipeError fadcc839 python/sepolicy: allow to override manpage date 2a60de8e sepolgen: sort extended rules like normal ones 9e239e55 sepolgen: print extended permissions in hexadecimal ccd973f7 python/audit2allow: add #include to sepolgen-ifgen-attr-helper.c Signed-off-by: Dominick Grift --- utils/selinux-python/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/selinux-python/Makefile b/utils/selinux-python/Makefile index da67210dc6..ffaa99c7ff 100644 --- a/utils/selinux-python/Makefile +++ b/utils/selinux-python/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=selinux-python -PKG_VERSION:=3.1 +PKG_VERSION:=3.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/20200710 -PKG_HASH:=f4d0a1a030bc291a6af498b26e0676b745075dd289a8ba16cdec86c3ea8f2f02 +PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION) +PKG_HASH:=770855ea8120ef23007fdb9db94b1ed6e8cd77917b584ed8877bbee9c16e74fb PKG_MAINTAINER:=Thomas Petazzoni PKG_LICENSE:=GPL-2.0-only