From 1ba8a4d44daba05a7541175150ab0d25878fdda7 Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Sun, 12 Dec 2021 23:31:34 -0800 Subject: [PATCH] Bump vde-2 to include ENOBUFS fix for vde_switch Includes https://github.com/virtualsquare/vde-2/pull/35 Signed-off-by: Jan Dubois --- .github/workflows/test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15bb246..8ce4661 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,8 +30,8 @@ jobs: run: | git clone https://github.com/virtualsquare/vde-2.git /tmp/vde-2 cd /tmp/vde-2 - # Sep 8, 2021 - git checkout 14e1c9e06f4dbdddc6fe4e85fc72a1d583b049ad + # Dec 12, 2021 + git checkout 74278b9b7cf816f0356181f387012fdeb6d65b52 autoreconf -fis ./configure --prefix=/opt/vde make diff --git a/README.md b/README.md index 98937b8..e0bcb3e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Requires macOS 10.15 or later. ### Step 1: Install vde-2 (`vde_switch`) -The version of `vde-2` must be [commit 50964c3f](https://github.com/virtualsquare/vde-2/tree/50964c3f) (2021-08-31) or later. +The version of `vde-2` must be [commit 74278b9b](https://github.com/virtualsquare/vde-2/tree/74278b9b) (2021-12-12) or later. The `--prefix` dir below does not necessarily need to be `/opt/vde`, however, it is highly recommended to set the prefix to a directory that can be only written by the root.