From 3021dbec7af149a701eb3efc48567ba840ecf20a Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 13 Dec 2024 15:19:07 +0100 Subject: [PATCH] =?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