From 3021dbec7af149a701eb3efc48567ba840ecf20a Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 13 Dec 2024 15:19:07 +0100 Subject: [PATCH 1/2] =?UTF-8?q?gvproxy:=E2=80=AFUse=200.8.1=20binary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes a few bugs, notably in the DNS resolution code. 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 8fd0cf7e40..97d7015733 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,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.8.0 +GV_VERSION=v0.8.1 ### ### Primary entry-point targets diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index 8c01cee787..c62ff26926 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -6,7 +6,7 @@ ifeq ($(ARCH), aarch64) else GOARCH:=$(ARCH) endif -GVPROXY_VERSION ?= 0.8.0 +GVPROXY_VERSION ?= 0.8.1 VFKIT_VERSION ?= 0.5.1 KRUNKIT_VERSION ?= 0.1.4 GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin From 8b90e3f9c063d1a8708c77a3653a6cf6db6051eb Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 13 Dec 2024 15:22:11 +0100 Subject: [PATCH 2/2] =?UTF-8?q?vfkit:=E2=80=AFUse=200.6.0=20binary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The go module was update to 0.6.0 but podman is still installing an older binary. This is not really a problem, but better to use the latest version. Signed-off-by: Christophe Fergeau --- contrib/pkginstaller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index c62ff26926..5540edca28 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -7,7 +7,7 @@ else GOARCH:=$(ARCH) endif GVPROXY_VERSION ?= 0.8.1 -VFKIT_VERSION ?= 0.5.1 +VFKIT_VERSION ?= 0.6.0 KRUNKIT_VERSION ?= 0.1.4 GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned