From 5e363dc277614b1ca76c1e52e78351f51b0cd3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Sun, 13 Apr 2025 22:20:28 +0200 Subject: [PATCH] virtiofsd: Update to v1.13.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's been released for some time already ... and although we did have the necessary patches in, we better to stick to a released version of the project. Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/versions.yaml b/versions.yaml index a0f810a22a..e908644d19 100644 --- a/versions.yaml +++ b/versions.yaml @@ -364,9 +364,14 @@ externals: virtiofsd: description: "vhost-user virtio-fs device backend written in Rust" url: "https://gitlab.com/virtio-fs/virtiofsd" - # v1.13.0 + seccomp patch allowing the tkill syscall - version: "cecc61bca981ab42aae6ec490dfd59965e79025e" - toolchain: "1.83.0" + version: "v1.13.1" + toolchain: "1.80.0" + meta: + # From https://gitlab.com/virtio-fs/virtiofsd/-/releases/v1.13.1, + # this is the link labelled virtiofsd-v1.13.1.zip + # + # yamllint disable-line rule:line-length + binary: "https://gitlab.com/-/project/21523468/uploads/05d4925181301a59b8c322cd9f9d44a7/virtiofsd-v1.13.1.zip" xurls: description: |