From ca6ed1122ef9202de1fc2e084f6fb1966fc4e277 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Wed, 1 Jul 2026 19:05:12 +0200 Subject: [PATCH] Bump bundled krunkit from 1.2.1 to 1.3.1 Bump bundled krunkit to 1.3.1, which comes with libkrun 1.19.3. This version of krunkit makes HTTP parsing on the rest-uri more robust to ensure it only acts on the right request. It also enables a new permission semantics mode in libkrun that's closer to the user expectations on macOS. Fixes: #21402 Fixes: #29084 Signed-off-by: Sergio Lopez (cherry picked from commit 06bfb55eb18b661719664496abe0e80fcbd603d4) Signed-off-by: Paul Holzinger --- contrib/pkginstaller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index a5c79dc4b1..649452ab9b 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -9,7 +9,7 @@ else endif GVPROXY_VERSION=$(shell $(GO) list -m -f '{{.Version}}' github.com/containers/gvisor-tap-vsock) VFKIT_VERSION ?= 0.6.1 -KRUNKIT_VERSION ?= 1.2.1 +KRUNKIT_VERSION ?= 1.3.1 GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/$(GVPROXY_VERSION)/gvproxy-darwin VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned KRUNKIT_RELEASE_URL ?= https://github.com/containers/krunkit/releases/download/v$(KRUNKIT_VERSION)/krunkit-podman-unsigned-$(KRUNKIT_VERSION).tgz