[openwrt/openwrt] secilc: update to 3.5
LEDE Commits
lede-commits at lists.infradead.org
Thu May 18 01:16:03 PDT 2023
nick pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a1c3f08eae09838f9d14c700044fcad43028c690
commit a1c3f08eae09838f9d14c700044fcad43028c690
Author: Linhui Liu <liulinhui36 at gmail.com>
AuthorDate: Sat May 13 17:57:00 2023 +0800
secilc: update to 3.5
Release Notes:
https://github.com/SELinuxProject/selinux/releases/download/3.4/RELEASE-3.4.txt
https://github.com/SELinuxProject/selinux/releases/download/3.5/RELEASE-3.5.txt
Signed-off-by: Linhui Liu <liulinhui36 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 6f059bfc81..5469039e22 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.3
+PKG_VERSION:=3.5
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:=2c5e1a5d417baf1d2aa3eac294e12c3aac7184a5ef6a779dcbe469ed756e8651
+PKG_HASH:=3eebc5a1f97847fa530cf90654b9f3b8f21a13c9ea3d07495325651580cd3373
HOST_BUILD_DEPENDS:=libsepol/host
PKG_MAINTAINER:=Dominick Grift <dominick.grift at defensec.nl>
More information about the lede-commits
mailing list