From 9f2cd32c755ad2f1947df18bc892f9f0d7619b0f Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 8 May 2026 18:29:11 +0100 Subject: [PATCH] oci-runtime-tools: update to GIT HEAD of 2026-03-16 Update PKG_SOURCE_VERSION to 8a4db579f5c88af5a0d036fad34bddc9c1f703f3 (latest upstream main). oci-runtime-tools is a rolling release without versioned upstream releases. The new commit brings updated runtime-spec dependencies and bug fixes accumulated since November 2024. Link: https://github.com/opencontainers/runtime-tools/compare/f7e3563b...8a4db579 Signed-off-by: Daniel Golle --- utils/oci-runtime-tools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/oci-runtime-tools/Makefile b/utils/oci-runtime-tools/Makefile index 310076359c..df640716f8 100644 --- a/utils/oci-runtime-tools/Makefile +++ b/utils/oci-runtime-tools/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oci-runtime-tools -PKG_VERSION:=1.1.0.20241108 +PKG_VERSION:=1.3.0.20260316 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -10,8 +10,8 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_NAME:=runtime-tools PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/opencontainers/runtime-tools.git -PKG_SOURCE_VERSION:=f7e3563b0271e5cd52d5c915684ea11ef2779572 -PKG_MIRROR_HASH:=a4f11db65a85d30af565b5aebdd72acb37e7d2f776f5e37de9a2f9b5562952b8 +PKG_SOURCE_VERSION:=8a4db579f5c88af5a0d036fad34bddc9c1f703f3 +PKG_MIRROR_HASH:=9a7eb014afbef68a9e51ab05b363064984e24b522aca38ab12e108f4467a177c PKG_MAINTAINER:=Daniel Golle