GNU bug report logs - #78122
[PATCH] gnu: cni-plugins: Update to 1.7.1.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Mon, 28 Apr 2025 16:25:04 UTC

Severity: normal

Tags: patch

Done: Tomas Volf <~@wolfsden.cz>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78122 in the body.
You can then email your comments to 78122 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#78122; Package guix-patches. (Mon, 28 Apr 2025 16:25:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 28 Apr 2025 16:25:05 GMT) Full text and rfc822 format available.

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

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: cni-plugins: Update to 1.7.1.
Date: Mon, 28 Apr 2025 18:23:17 +0200
* gnu/packages/containers.scm (cni-plugins)[version]: Update to 1.7.1.
[arguments]<#:go>: Set to go-1.23.

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

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index cc5a3a82f0..1c2232c35e 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -342,7 +342,7 @@ (define-public passt
 (define-public cni-plugins
   (package
     (name "cni-plugins")
-    (version "1.6.1")
+    (version "1.7.1")
     (source
      (origin
        (method git-fetch)
@@ -350,12 +350,13 @@ (define-public cni-plugins
              (url "https://github.com/containernetworking/plugins")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "164savm1iic5ax2xi4zgy9lm7wk8kjy22n4is463lj9rkbp4s6xn"))
+        (base32 "04acfjkc3z2yf85z0v1mlgj0fqy032dsklzik2g1cnz6ncw6jl2b"))
        (file-name (git-file-name name version))))
     (build-system go-build-system)
     (arguments
      `(#:unpack-path "github.com/containernetworking/plugins"
        #:tests? #f ; XXX: see stat /var/run below
+       #:go ,go-1.23
        #:phases (modify-phases %standard-phases
                   (replace 'build
                     (lambda _
@@ -364,7 +365,7 @@ (define-public cni-plugins
                         (invoke "./build_linux.sh"))))
                   (replace 'check
                     (lambda* (#:key tests? #:allow-other-keys)
-                      ; only pkg/ns tests run without root
+                      ;; Only pkg/ns tests run without root.
                       (when tests?
                         (with-directory-excursion
                             "src/github.com/containernetworking/plugins/pkg/ns"
-- 
2.49.0





bug closed, send any further explanations to 78122 <at> debbugs.gnu.org and Tomas Volf <~@wolfsden.cz> Request was from Tomas Volf <~@wolfsden.cz> to control <at> debbugs.gnu.org. (Tue, 29 Apr 2025 20:14:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 28 May 2025 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.