]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
secilc: update to 3.10
authorAlexandru Ardelean <alex@shruggie.ro>
Fri, 24 Apr 2026 11:05:00 +0000 (14:05 +0300)
committerRobert Marko <robimarko@gmail.com>
Mon, 27 Apr 2026 08:50:54 +0000 (10:50 +0200)
Release Notes:
https://github.com/SELinuxProject/selinux/wiki/Releases#release-310

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Link: https://github.com/openwrt/openwrt/pull/23082
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/utils/secilc/Makefile

index d6c5449046d622e6593c1cf706c8443df0042b53..92dd71eda25ee1259c4594a90fde7847ffb5191b 100644 (file)
@@ -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 <dominick.grift@defensec.nl>