GNU bug report logs - #78611
[PATCH] gnu: podman: Update to 5.5.0.

Previous Next

Package: guix-patches;

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

Date: Tue, 27 May 2025 19:23:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> friendly-machines.com>

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 78611 in the body.
You can then email your comments to 78611 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#78611; Package guix-patches. (Tue, 27 May 2025 19:23:01 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. (Tue, 27 May 2025 19:23:02 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: podman: Update to 5.5.0.
Date: Tue, 27 May 2025 21:21:34 +0200
* gnu/packages/containers.scm (podman): Update to 5.5.0.
[native-inputs]: Use go-1.23, regular grep.

Change-Id: I2664753590d778936972bcb0fa8646b016b7c2e0
---
 gnu/packages/containers.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index be3e05f862..270874c367 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -470,7 +470,7 @@ (define-public catatonit
 (define-public podman
   (package
     (name "podman")
-    (version "5.4.2")
+    (version "5.5.0")
     (outputs '("out" "docker"))
     (properties
       `((output-synopsis "docker" "docker alias for podman")))
@@ -481,7 +481,7 @@ (define-public podman
              (url "https://github.com/containers/podman")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1yjkyn1wrpzfcndds23p0r192l95rq4jcw7w9m2y1zdhafjlgr5y"))
+        (base32 "0ackw202dnydxzpa52i6vcp1m5g1p5s9kq9s639ih5nk4qvzba87"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
@@ -570,11 +570,10 @@ (define-public podman
            libseccomp
            libselinux))
     (native-inputs
-     (list (package/inherit grep
-             (inputs (list pcre2)))     ; Drop once grep on master supports -P
+     (list grep
            bats
            git-minimal/pinned
-           go-1.22
+           go-1.23
            go-md2man
            gnu-gettext ; for envsubst
            mandoc
-- 
2.49.0





bug closed, send any further explanations to 78611 <at> debbugs.gnu.org and Tomas Volf <~@wolfsden.cz> Request was from Danny Milosavljevic <dannym <at> friendly-machines.com> to control <at> debbugs.gnu.org. (Sun, 01 Jun 2025 18:33:06 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. (Mon, 30 Jun 2025 11:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 50 days ago.

Previous Next


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