[PATCH] gnu: gvisor-tap-vsock: Update to 0.7.4.

  • Done
  • quality assurance status badge
Details
One participant
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 8 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
6de30ede77245ac8f8145dc13b89a22a97e931a5.1721918131.git.~@wolfsden.cz
* gnu/packages/containers.scm (gvisor-tap-vsock): Update to 0.7.4.
[native-inputs]: Use go-1.21.

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

Toggle diff (35 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index a80596aa53..a9e9b10fa4 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.4")
(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"))))
+ "0px4mssx2lxc8qk018jgm1wag5lbi4yx9i3hqqiqgrp702fcgcn4"))))
(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

base-commit: 989c2134e96ca2ea7fa8c81e07426d50b4df92d9
--
2.45.2
Tomas Volf wrote 5 months ago
[PATCH v2] gnu: gvisor-tap-vsock: Update to 0.7.5.
(address . 72289@debbugs.gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
fdbb07a34fed1d12fc64a7c8a85bbf43c4e59849.1728225591.git.~@wolfsden.cz
* gnu/packages/containers.scm (gvisor-tap-vsock): Update to 0.7.5.
[native-inputs]: Use go-1.21.

Change-Id: Ia591a145c519b4f0cdfcd20a76ccdb625c097676
---
Update to 0.7.5 instead.

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

Toggle diff (31 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 2a7d170aac..dfc1f9cd2b 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
Tomas Volf wrote 5 months ago
control message for bug #72289
(address . control@debbugs.gnu.org)
a7538f4efb9a5c2ddc03b64c64b9a09f@wolfsden.cz
close 72289
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72289@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72289
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help