GNU bug report logs

#73940 [PATCH] gnu: gvisor-tap-vsock: Update to 0.7.5.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#73940; Package guix-patches. (Mon, 21 Oct 2024 21:06:02 GMT) (full text, mbox, link).


Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Mon, 21 Oct 2024 21:06:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches@gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: gvisor-tap-vsock: Update to 0.7.5.
Date: Mon, 21 Oct 2024 23:04:43 +0200
* gnu/packages/containers.scm (gvisor-tap-vsock): Update to 0.7.5.
[native-inputs]: Use go-1.21.

Change-Id: Ia591a145c519b4f0cdfcd20a76ccdb625c097676
---
 gnu/packages/containers.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 891e7339e7..4481f8d1f2 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -386,7 +386,7 @@ (define-public cni-plugins
 (define-public gvisor-tap-vsock
   (package
     (name "gvisor-tap-vsock")
-    (version "0.7.3")
+    (version "0.7.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -395,7 +395,7 @@ (define-public gvisor-tap-vsock
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1q1zism0c63k2aq6yhkjqc3b2zsm4lwn0bk39p2kl79h798wfyp4"))))
+                "0xf0dy75f79mia0932am8qsg5yyvfaxaiqwdl9djh6sqh03vy2i6"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -421,7 +421,7 @@ (define-public gvisor-tap-vsock
           (replace 'install
             (lambda _
               (install-file "bin/gvproxy" (string-append #$output "/bin")))))))
-    (native-inputs (list go-1.20))
+    (native-inputs (list go-1.21))
     (home-page "https://github.com/containers/gvisor-tap-vsock")
     (synopsis "Network stack for virtualization based on gVisor")
     (description "This package provides a replacement for @code{libslirp} and
-- 
2.46.0





Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Tue Oct 22 23:15:24 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.