diff options
author | Linhui Liu <liulinhui36@gmail.com> | 2023-05-13 17:54:56 +0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2023-05-18 10:14:13 +0200 |
commit | d7feeef3c2ba76ff925cd7871b7cb071b991b75e (patch) | |
tree | c1f3a0907bd800217023e66dc099b2f3453ce964 /package/utils | |
parent | d641963f1b49ca6401ee3219d0c587db1ecdc1d1 (diff) | |
download | upstream-d7feeef3c2ba76ff925cd7871b7cb071b991b75e.tar.gz upstream-d7feeef3c2ba76ff925cd7871b7cb071b991b75e.tar.bz2 upstream-d7feeef3c2ba76ff925cd7871b7cb071b991b75e.zip |
policycoreutils: 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@gmail.com>
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/policycoreutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/policycoreutils/Makefile b/package/utils/policycoreutils/Makefile index f724deda97..f5027c5ece 100644 --- a/package/utils/policycoreutils/Makefile +++ b/package/utils/policycoreutils/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=policycoreutils -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:=4199040ced8a81f2ddd0522b4faf2aba62fc821473f4051dc8474fb1c4a01078 +PKG_HASH:=78453e1529fbbf800e88860094d555e781ce1fba11a7ef77b5aabb43e1173276 PKG_INSTALL:=1 HOST_BUILD_DEPENDS:=libsemanage/host gettext-full/host PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam gettext-full/host |