GNU bug report logs -
#79919
[PATCH 0/2] Update podman
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 30 Nov 2025 23:13:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To reply to this bug, email your comments to 79919 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org:
bug#79919; Package
guix-patches.
(Sun, 30 Nov 2025 23:13:02 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.
(Sun, 30 Nov 2025 23:13:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Tomas Volf (2):
gnu: go-github-com-cpuguy83-go-md2man-v2: Update to 2.0.7.
gnu: podman: Update to 5.7.0.
gnu/packages/containers.scm | 8 ++++----
gnu/packages/golang-xyz.scm | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
--
2.51.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#79919; Package
guix-patches.
(Sun, 30 Nov 2025 23:18:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 79919 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/containers.scm (podman): Update to 5.7.0.
[arguments]<#:phases>{fix-hardcoded-paths}: Update file name.
[native-inputs]: Use go-1.24.
---
gnu/packages/containers.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index fe549f09a54..d7b36c002e5 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -570,7 +570,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
- (version "5.6.1")
+ (version "5.7.0")
(outputs '("out" "docker"))
(properties
`((output-synopsis "docker" "docker alias for podman")
@@ -583,7 +583,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "1k8dppbni8wbzxqqaknp08h687qw884wn7bkpiwmbw9np261fl4b"))
+ (base32 "0p1hh3sy5m1l1151wsda3q346pd4dm9hgpwjqakdha8yixyicwj8"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -614,7 +614,7 @@ (define-public podman
(invoke "make" "remotesystem"))))
(add-after 'unpack 'fix-hardcoded-paths
(lambda _
- (substitute* "vendor/github.com/containers/common/pkg/config/config_linux.go"
+ (substitute* "vendor/go.podman.io/common/pkg/config/config_linux.go"
(("/usr/local/libexec/podman")
(string-append #$output "/libexec/podman"))
(("/usr/local/lib/podman")
@@ -675,7 +675,7 @@ (define-public podman
(list grep
bats
git-minimal/pinned
- go-1.23
+ go-1.24
go-md2man
gettext-minimal ; for envsubst
mandoc
--
2.51.2
Information forwarded
to
ashvithshetty0010 <at> zohomail.in, cox.katherine.e+guix <at> gmail.com, sharlatanus <at> gmail.com, guix-patches <at> gnu.org:
bug#79919; Package
guix-patches.
(Sun, 30 Nov 2025 23:18:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 79919 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang-xyz.scm (go-github-com-cpuguy83-go-md2man-v2): Update to
2.0.7.
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4a564a7f1ff..4d19f36e831 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -5252,7 +5252,7 @@ (define-public go-github-com-cpuguy83-dockercfg
(define-public go-github-com-cpuguy83-go-md2man-v2
(package
(name "go-github-com-cpuguy83-go-md2man-v2")
- (version "2.0.5")
+ (version "2.0.7")
(source
(origin
(method git-fetch)
@@ -5261,7 +5261,7 @@ (define-public go-github-com-cpuguy83-go-md2man-v2
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0gqlkv1pv8cpvcj8g77d1hzy5bnp5a3k3xs02iahlr3a65m4azsi"))))
+ (base32 "0bbaagr56vnq4yhvyjpdrgl28kl54ix96j7qjiwa55wxv2yqdahc"))))
(build-system go-build-system)
(arguments
(list
--
2.51.2
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility.
(Tue, 02 Dec 2025 00:09:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>:
bug acknowledged by developer.
(Tue, 02 Dec 2025 00:09:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 79919-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
--8<---------------cut here---------------start------------->8---
> ./pre-inst-env guix build --no-grafts -P1 podman -P1 go-github-com-cpuguy83-go-md2man-v2 -P1 go-md2man
guix build: computing dependents of package podman <at> 5.7.0...
guix build: computing dependents of package go-github-com-cpuguy83-go-md2man-v2 <at> 2.0.7...
guix build: computing dependents of package go-md2man <at> 2.0.7...
/gnu/store/sda52h7i16l6c3sivqzgycki6bpmhv96-podman-5.7.0-docker
/gnu/store/9rvpl9v6y73dwh0wyqyq5hp7cfgiyavk-podman-5.7.0
/gnu/store/rpff1ann6lycbz062ny3afh8ihjqmg3k-distrobox-1.8.2.1
/gnu/store/hrmv375ppm6crxqr450w0rw8m4azwddn-go-github-com-cpuguy83-go-md2man-v2-2.0.7
/gnu/store/clf32j4iw4g897y8h3a4zrba7z82rla9-go-github-com-urfave-cli-v2-2.27.5
/gnu/store/v3bpa6lmz0zy58pwpq33z1n99hswn0d3-go-github-com-schollz-cli-v2-2.2.1
/gnu/store/2v79rjg3s0179l56sh3hgk9dslr19pkp-go-github-com-urfave-cli-1.22.16
/gnu/store/098hkyckbm9my7fn28b9cfs983c0blv4-go-github-com-spf13-cobra-1.8.1
/gnu/store/icj66ypa0d0w1qkgls39xf39qwgrjqp4-go-md2man-2.0.7
/gnu/store/5fnjlyfgpaca00h5sb2knihknjncnhh2-checkmake-0.2.2
/gnu/store/sda52h7i16l6c3sivqzgycki6bpmhv96-podman-5.7.0-docker
/gnu/store/9rvpl9v6y73dwh0wyqyq5hp7cfgiyavk-podman-5.7.0
/gnu/store/63h1p2ay9wp2jhb2092jsflnsk13q6a2-buildah-1.41.4
/gnu/store/bhyhwla0hmkyb20sx24419vhig4yfpw7-oci-runtime-tool-0.9.0-0.0ea5ed0
/gnu/store/2lndxi8jdh8iqz2jbslcslv52bj7xj22-brillo-1.4.12
/gnu/store/6n536bfcd5yk6ixi0dxm4z41d3vzgswd-ipp-usb-0.9.28
/gnu/store/a5kwzayix3lj3mj3bg8j0qfg40la3b5g-skopeo-1.20.0
/gnu/store/pj4apzp4ishbb81j15bby2czn8cyvhkv-runc-1.3.0
--8<---------------cut here---------------end--------------->8---
Pushed to the master as:
9f5840e8950 * master gnu: podman: Update to 5.7.0.
61f492e222b * gnu: go-github-com-cpuguy83-go-md2man-v2: Update to 2.0.7.
--
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.