From: Alexandru Ardelean Date: Fri, 17 Apr 2026 19:35:31 +0000 (+0300) Subject: python-semanage: update to 3.10 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=badbdbef9f22561c7cdaf1c99bca79e7f85be857;p=openwrt-packages.git 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 --- diff --git a/lang/python/python-semanage/Makefile b/lang/python/python-semanage/Makefile index 5f443e958..0b7e7b3f2 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