From: Alexandru Ardelean Date: Fri, 17 Apr 2026 19:36:02 +0000 (+0300) Subject: selinux-python: update to 3.10 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=58942fa12708980ac9c5c70db6028791f502241d;p=openwrt-packages.git selinux-python: update to 3.10 Changes in 3.10: - python/sepolicy: add support for DNF5 - sandbox/seunshare: replace system() with execv() to prevent shell injection vulnerability - seunshare: always use translations when printing - setfiles: add -A option to disable SELINUX_RESTORECON_ADD_ASSOC Signed-off-by: Alexandru Ardelean --- diff --git a/utils/selinux-python/Makefile b/utils/selinux-python/Makefile index cc038ff31..d113f018c 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.9 -PKG_RELEASE:=2 +PKG_VERSION:=3.10 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION) -PKG_HASH:=dcfa5f1919dcb7e7b775851994eb5c83b7580dc496cd2d1f73867dfa074d2339 +PKG_HASH:=9d0a5b69f2fbcce8e5ccd8e0f17d56f71e6005a756386f8fb36c31f9424191a2 PKG_MAINTAINER:=Thomas Petazzoni PKG_LICENSE:=GPL-2.0-only diff --git a/utils/selinux-python/patches/0005-no-translations.patch b/utils/selinux-python/patches/0005-no-translations.patch index 9b1cb8cfe..d79cf90f1 100644 --- a/utils/selinux-python/patches/0005-no-translations.patch +++ b/utils/selinux-python/patches/0005-no-translations.patch @@ -4,5 +4,5 @@ -SUBDIRS = sepolicy audit2allow semanage sepolgen chcat po +SUBDIRS = sepolicy audit2allow semanage sepolgen chcat - all install relabel clean indent test: + all install relabel clean format test: @for subdir in $(SUBDIRS); do \