crun: update to version 1.4.5
authorOskari Rauta <redacted>
Mon, 9 May 2022 21:00:19 +0000 (00:00 +0300)
committerOskari Rauta <redacted>
Mon, 9 May 2022 21:00:22 +0000 (00:00 +0300)
 - 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 <redacted>
utils/crun/Makefile

index 97a081e8a07ecc830bf14edde2fcf700bd808138..6b77f9b802bd6a0d0e14a660725c9b503dd479a3 100644 (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
git clone https://git.99rst.org/PROJECT