From f95c7a5cec60524dd1ca2441a1049a129d94073c Mon Sep 17 00:00:00 2001 From: Oskari Rauta Date: Tue, 10 May 2022 00:00:19 +0300 Subject: [PATCH] crun: update to version 1.4.5 - CRIU: add support for different manage cgroups modes. - the hook processes inherit the crun process environment if there is no environment block specified in the OCI configuration. - exec: fix double free when using --apparmor and --process-label. Signed-off-by: Oskari Rauta --- utils/crun/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/crun/Makefile b/utils/crun/Makefile index 97a081e8a0..6b77f9b802 100644 --- a/utils/crun/Makefile +++ b/utils/crun/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crun -PKG_VERSION:=1.4.2 +PKG_VERSION:=1.4.5 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/containers/crun.git -PKG_SOURCE_DATE:=2022-03-02 -PKG_SOURCE_VERSION:=c677a1cfc04f24499513a743b828a8d9db6d95ce -PKG_MIRROR_HASH:=7f5084aac03afa7685ea240e8e47551c42cfa40a33e5ced5ef40cb0c3f587fb6 +PKG_SOURCE_DATE:=2022-05-09 +PKG_SOURCE_VERSION:=85649a8c561f7fbf018e5c5640a7e9370c80ce73 +PKG_MIRROR_HASH:=69b7db70fc13d16244609bbbd5240792519810a60d9f68ba6d5ed3def1b23fe9 PKG_BUILD_DEPENDS:=argp-standalone PKG_BUILD_PARALLEL:=1