GNU bug report logs -
#74463
[PATCH] gnu: podman: Update to 5.3.1.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Thu, 21 Nov 2024 14:06:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
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 74463 in the body.
You can then email your comments to 74463 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#74463
; Package
guix-patches
.
(Thu, 21 Nov 2024 14:06: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
.
(Thu, 21 Nov 2024 14:06: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 5.3.0.
<native-inputs>: Use go-1.22.
Change-Id: Iefdaaa3bc8e612c930694dcd7b17d81e6db919ac
---
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 adae2f5bfc..3c84987d92 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -465,7 +465,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
- (version "5.2.5")
+ (version "5.3.0")
(source
(origin
(method git-fetch)
@@ -473,7 +473,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "1s0zjfclayqaknc457wy8iqlb9g170a7v3b8rnv59v3fkhkbpa81"))
+ (base32 "1rgg5s1m4i10vqkgs5ka3z7sl9dmnpp8zqbvh4773amqaikjpfxz"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -554,7 +554,7 @@ (define-public podman
(inputs (list pcre2))) ; Drop once grep on master supports -P
bats
git
- go-1.21
+ go-1.22
go-github-com-go-md2man
mandoc
pkg-config
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74463
; Package
guix-patches
.
(Thu, 21 Nov 2024 18:27:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 74463 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/containers.scm (podman): Update to 5.3.1.
<native-inputs>: Use go-1.22.
Change-Id: Ifedb3843e7cead31945deb15f66945940597b05f
---
v2: Update to 5.3.1 instead.
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 adae2f5bfc..9a49dd5fd8 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -465,7 +465,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
- (version "5.2.5")
+ (version "5.3.1")
(source
(origin
(method git-fetch)
@@ -473,7 +473,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "1s0zjfclayqaknc457wy8iqlb9g170a7v3b8rnv59v3fkhkbpa81"))
+ (base32 "1315rqsfiwq4i2vvdzb6nkwbvgwimsj7f71ma1svvqhp8kbly04h"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -554,7 +554,7 @@ (define-public podman
(inputs (list pcre2))) ; Drop once grep on master supports -P
bats
git
- go-1.21
+ go-1.22
go-github-com-go-md2man
mandoc
pkg-config
--
2.46.0
Changed bug title to '[PATCH] gnu: podman: Update to 5.3.1.' from '[PATCH] gnu: podman: Update to 5.3.0.'
Request was from
Tomas Volf <~@wolfsden.cz>
to
control <at> debbugs.gnu.org
.
(Thu, 21 Nov 2024 18:31:01 GMT)
Full text and
rfc822 format available.
Reply sent
to
Z572 <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Sun, 24 Nov 2024 01:17:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>
:
bug acknowledged by developer.
(Sun, 24 Nov 2024 01:17:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 74463-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> * gnu/packages/containers.scm (podman): Update to 5.3.1.
> <native-inputs>: Use go-1.22.
[native-inputs]: Use go-1.22.
>
> Change-Id: Ifedb3843e7cead31945deb15f66945940597b05f
> ---
> v2: Update to 5.3.1 instead.
>
> 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 adae2f5bfc..9a49dd5fd8 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -465,7 +465,7 @@ (define-public catatonit
> (define-public podman
> (package
> (name "podman")
> - (version "5.2.5")
> + (version "5.3.1")
> (source
> (origin
> (method git-fetch)
> @@ -473,7 +473,7 @@ (define-public podman
> (url "https://github.com/containers/podman")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "1s0zjfclayqaknc457wy8iqlb9g170a7v3b8rnv59v3fkhkbpa81"))
> + (base32 "1315rqsfiwq4i2vvdzb6nkwbvgwimsj7f71ma1svvqhp8kbly04h"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments
> @@ -554,7 +554,7 @@ (define-public podman
> (inputs (list pcre2))) ; Drop once grep on master supports -P
> bats
> git
> - go-1.21
> + go-1.22
> go-github-com-go-md2man
> mandoc
> pkg-config
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 22 Dec 2024 12:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 230 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.