[openwrt/openwrt] checkpolicy: update to 3.5
LEDE Commits
lede-commits at lists.infradead.org
Thu May 18 01:15:59 PDT 2023
nick pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a851c175feeabddc8f37f782785202aa939f4988
commit a851c175feeabddc8f37f782785202aa939f4988
Author: Linhui Liu <liulinhui36 at gmail.com>
AuthorDate: Sat May 13 17:52:17 2023 +0800
checkpolicy: 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/checkpolicy/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/utils/checkpolicy/Makefile b/package/utils/checkpolicy/Makefile
index e9c10e293f..4ebf97bb3f 100644
--- a/package/utils/checkpolicy/Makefile
+++ b/package/utils/checkpolicy/Makefile
@@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=checkpolicy
-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:=25c84edfa3a10ab8cb073b97bc55cb66377532d54a2723da9accdabd05431485
+PKG_HASH:=7aa48ab2222a0b9881111d6d7f70c3014d3d9338827d9e02df105a68c0df5dbc
PKG_INSTALL:=1
PKG_BUILD_DEPENDS:=libselinux
HOST_BUILD_DEPENDS:=libselinux/host
More information about the lede-commits
mailing list