From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id SKy7Nk1j/WXM3wAAe85BDQ:P1 (envelope-from ) for ; Fri, 22 Mar 2024 11:54:06 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id SKy7Nk1j/WXM3wAAe85BDQ (envelope-from ) for ; Fri, 22 Mar 2024 11:54:06 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=dmKXCtXz; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1711104845; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=cT8XF0YXD5E/umaCgNc8wwH5zgy8YMAy5lcfNyGPvNA=; b=jf178cE7pSMlKEVP9KmMlKts7cKaUj036TpqojsBsuSkDa4C3UQUtOuXc8OEv/hT8KuND0 Rz5SgMUFf2BBIgAtULILh6SdUACCYCJylhRYAc+xab2iqaaoFvrb15Z8Zac3GL5yI74ZjQ a/6XsNFsHIfQDc8wUK0BYcqZX6dqelhz4AxrZ5s/92U67lAnaxKm7P0GNX274SHyShjIXi eKij/zFJaq2EK1g8+X5rk7vQ70eGdENrjJLcvi9oI+/b0fAUTUNtUG0ReSBJFfdzREXO+/ anTyTq/ATQ7sTTJnbj8GvE+A17g854LSgf1gYXhoV4MNxv6qwQsJwexSx5abfw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=dmKXCtXz; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1711104845; a=rsa-sha256; cv=none; b=Y/XX2d9ebV3ZYZhj5pMjfNy+QhPVARmOmabheuPnM8k+W/QCGHZ0TMO/rfvb4yG1Q/4t/s kem8jJ8o74OSska9V9PXjy/weQoUDOaHpinJK3WHM1qR0FGZwoDP8RtWn2btoCODnCNKOV L3cbaxwcQuty6pdpz3QlPjv56oTewCTyfSUkJM8ecED6K1+e4ASsYlq3jp0MaIjuFOCa82 uJAwVPqzjU/3TK16weKMkaXRqg/brPi+zFnHxh8zmstZ4LEPxmvcJdYJBgoCduvDSCNISU t8OtMMq8cdu8Q7ZUBUpDctQ2fSEqs3f0y+gf8UhpRqd+L7TnjOTgk+MDZNnb0Q== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C03EA67BC2 for ; Fri, 22 Mar 2024 11:54:05 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rncWe-0000gh-3C; Fri, 22 Mar 2024 06:53:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rncWb-0000eO-22 for guix-patches@gnu.org; Fri, 22 Mar 2024 06:53:25 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rncWa-00054Q-Pp for guix-patches@gnu.org; Fri, 22 Mar 2024 06:53:24 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rncXF-0001Xd-2R for guix-patches@gnu.org; Fri, 22 Mar 2024 06:54:05 -0400 Subject: bug#69572: [PATCH] gnu: Add gvisor-tap-vsock. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 22 Mar 2024 10:54:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 69572 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Tomas Volf <~@wolfsden.cz> Cc: 69572-done@debbugs.gnu.org Mail-Followup-To: 69572@debbugs.gnu.org, ludo@gnu.org, ~@wolfsden.cz Received: via spool by 69572-done@debbugs.gnu.org id=D69572.17111048405861 (code D ref 69572); Fri, 22 Mar 2024 10:54:04 +0000 Received: (at 69572-done) by debbugs.gnu.org; 22 Mar 2024 10:54:00 +0000 Received: from localhost ([127.0.0.1]:42565 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rncX9-0001WM-QW for submit@debbugs.gnu.org; Fri, 22 Mar 2024 06:54:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rncX5-0001Ul-FK for 69572-done@debbugs.gnu.org; Fri, 22 Mar 2024 06:53:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rncGo-0002Vm-VT; Fri, 22 Mar 2024 06:37:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=cT8XF0YXD5E/umaCgNc8wwH5zgy8YMAy5lcfNyGPvNA=; b=dmKXCtXzZIt3ehb4tVIw fD+9Ha7R0CPZR+3tm6FSwTLaF3kxopKAcqZElPPluFsNiYvVXa18jypJof/G/AJtKQJeP8weNvW40 erw5+ZAJ0brHZ5AOrDV6V5DnzeScng6Xrx+1iUsxABCfZYxNC30i09Rpb58BjVcrpFXY1fj7oI5jA k4VZfgXq50mK0fvo1ah7Krf5ryx7z055rqyfawRQvYWZbjXCvoQh3tVh0Ui+T80VwTdxPD72DzUJF E5nR+XJwrRcnN5h+yKscNMGQfFQD2FQGChxlsXwlYWm7DzIRoqNUV8g2r+c7FCR0deVY1o5A/ghxg WZX9b9W9H9KOeA==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: (Tomas Volf's message of "Wed, 6 Mar 2024 00:48:56 +0100") References: Date: Fri, 22 Mar 2024 11:37:04 +0100 Message-ID: <877chutuwf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -7.13 X-Spam-Score: -7.13 X-Migadu-Queue-Id: C03EA67BC2 X-Migadu-Scanner: mx12.migadu.com X-TUID: yyB1gHtes6ph --=-=-= Content-Type: text/plain Hi, Tomas Volf <~@wolfsden.cz> skribis: > * gnu/packages/containers.scm (gvisor-tap-vsock): New variable. > > Change-Id: I50c51613509e84998f17b4be593ce80c16002778 Applied with these oh-so-important changes: --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index eca7a697b7..61c7e74c78 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -375,9 +375,9 @@ (define-public gvisor-tap-vsock @code{VPNKit}, written in pure Go. It is based on the network stack of gVisor and brings a configurable DNS server and dynamic port forwarding. -It can be used with QEMU, Hyperkit, Hyper-V and User Mode Linux. +It can be used with QEMU, Hyperkit, Hyper-V and User-Mode Linux. -The binary is called gvproxy.") +The binary is called @command{gvproxy}.") (license license:asl2.0))) ;; For podman to work, the user needs to run --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 DQpUaGFua3MsDQpMdWRv4oCZLg0K --=-=-=--