From badbdbef9f22561c7cdaf1c99bca79e7f85be857 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Fri, 17 Apr 2026 22:35:31 +0300 Subject: [PATCH] python-semanage: update to 3.10 Changes in 3.10: - improve semanage man pages: add examples for -r RANGE flag usage - semanage: reset active value when deleting boolean customizations - various libsemanage/libsepol bug fixes and security hardening Signed-off-by: Alexandru Ardelean --- lang/python/python-semanage/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-semanage/Makefile b/lang/python/python-semanage/Makefile index 5f443e958c..0b7e7b3f21 100644 --- a/lang/python/python-semanage/Makefile +++ b/lang/python/python-semanage/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-semanage -PKG_VERSION:=3.9 -PKG_RELEASE:=2 +PKG_VERSION:=3.10 +PKG_RELEASE:=1 SRC_NAME:=libsemanage PKG_SOURCE:=$(SRC_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION) -PKG_HASH:=ec05850aef48bfb8e02135a7f4f3f7edba3670f63d5e67f2708d4bd80b9a4634 +PKG_HASH:=1978894c414769ad77438d26886eaae3fb7bb74578ef2a5ad3130c89cb5cb1fe PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(SRC_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Thomas Petazzoni