From: Alexandru Ardelean Date: Fri, 24 Apr 2026 11:05:00 +0000 (+0300) Subject: secilc: update to 3.10 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bbae0e5c091951b507f77bfd5f5e4c7fc033deb8;p=thirdparty%2Fopenwrt.git secilc: update to 3.10 Release Notes: https://github.com/SELinuxProject/selinux/wiki/Releases#release-310 Signed-off-by: Alexandru Ardelean Link: https://github.com/openwrt/openwrt/pull/23082 Signed-off-by: Robert Marko --- diff --git a/package/utils/secilc/Makefile b/package/utils/secilc/Makefile index d6c5449046d..92dd71eda25 100644 --- a/package/utils/secilc/Makefile +++ b/package/utils/secilc/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=secilc -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:=c53fb7218ac158c05f28de186e48404857eb191bd4f9415802f85449fdf6da7f +PKG_HASH:=6658071d6f1044184d3973062a798187537ae1c3ddb4c31afd417df333316c10 HOST_BUILD_DEPENDS:=libsepol/host PKG_MAINTAINER:=Dominick Grift