Message ID | 20220519185418.168937-5-dominick.grift@defensec.nl |
---|---|
State | New |
Headers | show |
Series | [1/8] libsepol: update to version 3.4 | expand |
diff --git a/package/utils/checkpolicy/Makefile b/package/utils/checkpolicy/Makefile index e9c10e293f..1e7cfbe541 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.4 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:=293851b97642cbdb1040b801a2ca6edd9f7e462031ceb472c97c2e095b9572d7 PKG_INSTALL:=1 PKG_BUILD_DEPENDS:=libselinux HOST_BUILD_DEPENDS:=libselinux/host
0a8c177d Update VERSIONs to 3.4 for release. 9e096e6e libsepol,checkpolicy: add support for self keyword in type transitions 9df28c24 Update VERSIONs to 3.4-rc3 for release. 5645f803 checkpolicy: mention class name on invalid permission 2a167d11 Update VERSIONs to 3.4-rc2 for release. 73562de8 Update VERSIONs to 3.4-rc1 for release. c900816e libsepol: Populate and use policy name 4be0e2e1 checkpolicy: allow wildcard permissions in constraints 01b88ac3 checkpolicy: warn on bogus IP address or netmask in nodecon statement 8a8275a5 checkpolicy: ignore possible string truncation cc671d6a checkpolicy: use correct unsigned format specifiers Signed-off-by: Dominick Grift <dominick.grift@defensec.nl> --- package/utils/checkpolicy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)