GNU bug report logs -
#61384
[PATCH] gnu: podman: Update to 4.4.1.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Thu, 9 Feb 2023 08:45:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
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 61384 in the body.
You can then email your comments to 61384 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#61384
; Package
guix-patches
.
(Thu, 09 Feb 2023 08:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 09 Feb 2023 08:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/containers.scm (podman): Update to 4.4.1.
[native-inputs]: Replace go to go-1.19.
---
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 3982f4f059..1230a4e919 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -311,7 +311,7 @@ (define-public cni-plugins
(define-public podman
(package
(name "podman")
- (version "4.3.1")
+ (version "4.4.1")
(source
(origin
(method git-fetch)
@@ -323,7 +323,7 @@ (define-public podman
(snippet '(substitute* "Makefile"
((".*hack/btrfs.*") "")))
(sha256
- (base32 "05hv4xdf06n728lmsx793zygypc9i404bgcgpy0fyrg8c2s11q2h"))
+ (base32 "0qbr6rbyig3c2hvdvmd94jjkg820hpdz6j7dgyv62dl6wfwvj5jj"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
@@ -385,7 +385,7 @@ (define-public podman
(native-inputs
(list bats
git
- go
+ go-1.19
; strace ; XXX debug
pkg-config
python))
base-commit: 8a2c2eaa906bd12d9c804ba18ac305b9719507ef
--
2.39.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 27 Feb 2023 14:48:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Mon, 27 Feb 2023 14:48:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 61384-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Hilton Chain <hako <at> ultrarare.space> skribis:
> * gnu/packages/containers.scm (podman): Update to 4.4.1.
> [native-inputs]: Replace go to go-1.19.
Applied, thanks!
For some reason qa.guix hadn’t picked it up but I’ve built it locally
on x86_64 just fine.
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 28 Mar 2023 11:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.