From: Alexandru Ardelean Date: Fri, 17 Apr 2026 19:36:25 +0000 (+0300) Subject: semodule-utils: update to 3.10 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=07ae454c3f8c09b85de7febb9425b8fc8c4a50dc;p=openwrt-packages.git semodule-utils: update to 3.10 Changes in 3.10: - general bug fixes from libsepol (bounds statements in optional blocks, type attribute handling in role-types rule, NULL dereference and use-after-free fixes) - treewide: add .clang-format configuration file Signed-off-by: Alexandru Ardelean --- diff --git a/utils/semodule-utils/Makefile b/utils/semodule-utils/Makefile index 339e025b0..fcf70d4ef 100644 --- a/utils/semodule-utils/Makefile +++ b/utils/semodule-utils/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=semodule-utils -PKG_VERSION:=3.9 +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:=729be36e4726c5d0833732681a94b2e0e4aff973c076504e41f8547abb6c5424 +PKG_HASH:=1c2f14cc098cbb4d75912d131c5f747e70246e1042e72f2ab40e28f53cf45c10 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=GPL-2.0-only