From: W. Michael Petullo Date: Thu, 15 Jan 2026 23:06:30 +0000 (-0600) Subject: selinux-python: update to 3.9 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f69da9a1c213fb13fe312aa160aff956a4cb6f81;p=openwrt-packages.git selinux-python: update to 3.9 Upstream list of changes is available at https://github.com/SELinuxProject/selinux/releases/tag/3.9. Signed-off-by: W. Michael Petullo --- diff --git a/utils/selinux-python/Makefile b/utils/selinux-python/Makefile index 9fa692e45..86f89aeeb 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.8.1 +PKG_VERSION:=3.9 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:=749025bfa4aa0e009bf3ffc455d565a18d4db71cfe796be4405821717206c25a +PKG_HASH:=dcfa5f1919dcb7e7b775851994eb5c83b7580dc496cd2d1f73867dfa074d2339 PKG_MAINTAINER:=Thomas Petazzoni PKG_LICENSE:=GPL-2.0-only diff --git a/utils/selinux-python/patches/0003-sepolicy-no-gui.patch b/utils/selinux-python/patches/0003-sepolicy-no-gui.patch index a822d4c5f..8dafef9f0 100644 --- a/utils/selinux-python/patches/0003-sepolicy-no-gui.patch +++ b/utils/selinux-python/patches/0003-sepolicy-no-gui.patch @@ -1,6 +1,6 @@ --- a/sepolicy/sepolicy.py +++ b/sepolicy/sepolicy.py -@@ -685,7 +685,6 @@ if __name__ == '__main__': +@@ -686,7 +686,6 @@ if __name__ == '__main__': gen_booleans_args(subparsers) gen_communicate_args(subparsers) gen_generate_args(subparsers)