[Buildroot] [git commit branch/2023.02.x] package/runc: bump version to v1.1.9

Peter Korsgaard peter at korsgaard.com
Fri Mar 1 08:29:41 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=98a52c974cde19b2db4ac5ee00f354b5248848e7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2023.02.x

Bugfixes and riscv64 support.

Signed-off-by: Christian Stewart <christian at aperture.us>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit a78bf295bc901f782df9dbffaf1ea03f1d6dbd29)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/runc/runc.hash | 2 +-
 package/runc/runc.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/runc/runc.hash b/package/runc/runc.hash
index 1a68b74ccb..5ffd21a5dd 100644
--- a/package/runc/runc.hash
+++ b/package/runc/runc.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  f1885d6dfa188f8112328ac2355e5d67346174a2e2e795ec514a972bcbfcc2fa  runc-1.1.7.tar.gz
+sha256  509993674481aad7e14aedfb280e0eb160f3a34c0b77e2e98c4b3c0b1df76894  runc-1.1.9.tar.gz
 sha256  552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243  LICENSE
diff --git a/package/runc/runc.mk b/package/runc/runc.mk
index 805ff23964..62e117685a 100644
--- a/package/runc/runc.mk
+++ b/package/runc/runc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RUNC_VERSION = 1.1.7
+RUNC_VERSION = 1.1.9
 RUNC_SITE = $(call github,opencontainers,runc,v$(RUNC_VERSION))
 RUNC_LICENSE = Apache-2.0, LGPL-2.1 (libseccomp)
 RUNC_LICENSE_FILES = LICENSE



More information about the buildroot mailing list