[openwrt/openwrt] secilc: update to 3.8.1
LEDE Commits
lede-commits at lists.infradead.org
Fri May 2 10:15:50 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ba27d15f7bd10769dd120db4a6a12103d816c4ee
commit ba27d15f7bd10769dd120db4a6a12103d816c4ee
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu May 1 21:24:46 2025 +0200
secilc: update to 3.8.1
Update secilc to latest 3.8.1 release.
Link: https://github.com/openwrt/openwrt/pull/18674
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/utils/secilc/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/utils/secilc/Makefile b/package/utils/secilc/Makefile
index 10547cfa23..0cb808b2e1 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.5
+PKG_VERSION:=3.8.1
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:=3eebc5a1f97847fa530cf90654b9f3b8f21a13c9ea3d07495325651580cd3373
+PKG_HASH:=3db2974dd9a3c8403ada0392deff267b0398a74b4e7a0b051af76457270848d1
HOST_BUILD_DEPENDS:=libsepol/host
PKG_MAINTAINER:=Dominick Grift <dominick.grift at defensec.nl>
More information about the lede-commits
mailing list