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 <oskari.rauta@gmail.com>
This commit is contained in:
Oskari Rauta 2022-05-10 00:00:19 +03:00
parent 6e0f77acbe
commit f95c7a5cec
1 changed files with 4 additions and 4 deletions

View File

@ -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