From 5f57f4ea22b3b099f61c72962f7175cc9e4bb8f0 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 26 Aug 2024 11:10:27 +0200 Subject: [PATCH] build: Update gvisor-tap-vsock to 0.7.5 This should fix the regression reported in https://github.com/containers/podman/issues/23616 Signed-off-by: Christophe Fergeau --- Makefile | 2 +- contrib/pkginstaller/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b96cf8fb9b..b8d6eaedbe 100644 --- a/Makefile +++ b/Makefile @@ -220,7 +220,7 @@ endif # gvisor-tap-vsock version for gvproxy.exe and win-sshproxy.exe downloads # the upstream project ships pre-built binaries since version 0.7.1 -GV_VERSION=v0.7.4 +GV_VERSION=v0.7.5 ### ### Primary entry-point targets diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index f744ac126c..6736bd6cd6 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -6,7 +6,7 @@ ifeq ($(ARCH), aarch64) else GOARCH:=$(ARCH) endif -GVPROXY_VERSION ?= 0.7.4 +GVPROXY_VERSION ?= 0.7.5 VFKIT_VERSION ?= 0.5.1 KRUNKIT_VERSION ?= 0.1.2 GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin