From 276e9a77220352dbe5c2ddaafbe594bd70b92509 Mon Sep 17 00:00:00 2001 From: Gerard Ryan Date: Wed, 2 Aug 2023 19:05:54 +1000 Subject: [PATCH] runc: Update to 1.1.8 for docker v24.0.5 Signed-off-by: Gerard Ryan --- utils/runc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/runc/Makefile b/utils/runc/Makefile index 6690180567..265a81974e 100644 --- a/utils/runc/Makefile +++ b/utils/runc/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=runc -PKG_VERSION:=1.1.7 -PKG_RELEASE:=2 +PKG_VERSION:=1.1.8 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/opencontainers/runc/tar.gz/v${PKG_VERSION}? -PKG_HASH:=f1885d6dfa188f8112328ac2355e5d67346174a2e2e795ec514a972bcbfcc2fa +PKG_HASH:=9076322ded5c7ae30471ea8a6a43e7c62fb357957592f5cb668abc2f7cb5e4bb PKG_MAINTAINER:=Gerard Ryan -- 2.30.2