diff options
author | Dominick Grift <dominick.grift@defensec.nl> | 2021-10-22 13:51:15 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-10-28 22:15:02 +0100 |
commit | a8c293ce8def981578f5823952a705bbb0fc6bba (patch) | |
tree | 5813302f2c30ed63d46ac8939740a1db6eb36b4f /package/utils | |
parent | b97890d75e27c69afde9d3ba6f0f03d73b4f2e38 (diff) | |
download | upstream-a8c293ce8def981578f5823952a705bbb0fc6bba.tar.gz upstream-a8c293ce8def981578f5823952a705bbb0fc6bba.tar.bz2 upstream-a8c293ce8def981578f5823952a705bbb0fc6bba.zip |
policycoreutils: update to version 3.3
Update VERSIONs to 3.3 for release.
Update VERSIONs to 3.3-rc3 for release.
libselinux/semodule: Improve extracting message
Correct some typos
Update VERSIONs to 3.3-rc2 for release.
Update VERSIONs and Python bindings version to 3.3-rc1 for release
policycoreutils: free memory of allocated context in newrole
policycoreutils: free memory of allocated context in run_init
policycoreutils: free memory on lstat failure in sestatus
policycoreutils: silence -Wextra-semi-stmt warning
fixfiles: do not exclude /dev and /run in -C mode
policycoreutils/setfiles: do not create useless setfiles.8.man file
Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/policycoreutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/policycoreutils/Makefile b/package/utils/policycoreutils/Makefile index 249c2afb94..f724deda97 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.2 +PKG_VERSION:=3.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/3.2 -PKG_HASH:=d1331c6fa766c547b071c491de90b9f343c8dbffdb119be8a5a7e491199b93a9 +PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION) +PKG_HASH:=4199040ced8a81f2ddd0522b4faf2aba62fc821473f4051dc8474fb1c4a01078 PKG_INSTALL:=1 HOST_BUILD_DEPENDS:=libsemanage/host gettext-full/host PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam gettext-full/host |