runc: Update to 1.1.13
authorMilinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Fri, 28 Jun 2024 06:02:35 +0000 (14:02 +0800)
committerRosen Penev <rosenp@gmail.com>
Fri, 28 Jun 2024 07:34:22 +0000 (00:34 -0700)
This is the thirteenth patch release in the 1.1.z release branch of runc.
Itbrings in Go 1.22.x compatibility and fixes a few issues,
including anoccasional wrong nofile rlimit in runc exec,
and a race between runc list and runc delete.

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
utils/runc/Makefile

index 5362baa49224ec05a683611aea63834ca2260380..1b1abbc7d096a3f6107e3fa8d37ae25921dd6d27 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=runc
-PKG_VERSION:=1.1.12
+PKG_VERSION:=1.1.13
 PKG_RELEASE:=1
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
@@ -9,7 +9,7 @@ PKG_CPE_ID:=cpe:/a:linuxfoundation:runc
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/opencontainers/runc/tar.gz/v${PKG_VERSION}?
-PKG_HASH:=be31b07d6a54a8f234016501c300ad04b6c428c56588e7eca8c3b663308db208
+PKG_HASH:=789d5749a08ef1fbe5d1999b67883206a68a4e58e6ca0151c411d678f3480b25
 
 PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>