diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-02-05 13:16:21 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-05 13:17:49 +0000 |
commit | 381a458d5886c4a82a81adf60c2f19f41b943576 (patch) | |
tree | 3955c64bde1492c0bd5bf0f249a2da5c07de86a3 | |
parent | a21be2a70365363f5dd08efd6c629a254cc37170 (diff) | |
download | upstream-381a458d5886c4a82a81adf60c2f19f41b943576.tar.gz upstream-381a458d5886c4a82a81adf60c2f19f41b943576.tar.bz2 upstream-381a458d5886c4a82a81adf60c2f19f41b943576.zip |
selinux-policy: update to version 0.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | package/system/selinux-policy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/selinux-policy/Makefile b/package/system/selinux-policy/Makefile index 491b26a83e..8f5a290fa6 100644 --- a/package/system/selinux-policy/Makefile +++ b/package/system/selinux-policy/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=selinux-policy PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.defensec.nl/selinux-policy.git -PKG_VERSION:=0.5 -PKG_MIRROR_HASH:=c96a8cf7ac3445c52a28150c5000a55bde8112402bc77ccfee825cff0bdc8a03 +PKG_VERSION:=0.6 +PKG_MIRROR_HASH:=55a27eab67f39a03ba586691984a04234d16b97e816bca17ac42c94aae01c3c6 PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_BUILD_DEPENDS:=secilc/host policycoreutils/host |