GNU bug report logs -
#71126
[PATCH] gnu: podman: Update to 5.0.3 [security fixes].
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Wed, 22 May 2024 18:59:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <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 71126 in the body.
You can then email your comments to 71126 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#71126
; Package
guix-patches
.
(Wed, 22 May 2024 18:59: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
.
(Wed, 22 May 2024 18:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This fixes CVE-2024-3727.
* gnu/packages/containers.scm (podman): Update to 5.0.3.
Change-Id: Iefe98746c993830ef12c49733b8407b10305d065
---
gnu/packages/containers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 917d152609..3d6d8bc716 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -454,7 +454,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
- (version "5.0.2")
+ (version "5.0.3")
(source
(origin
(method git-fetch)
@@ -462,7 +462,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "0x8npz0i3dyiaw30vdlb5n8kiaflgjqnrdbdk0yn5zgf5k1jlb7i"))
+ (base32 "1wgaiwh7m547j9irz6z6ckxcbw8fwzqixh55q1fk2g7kfclfc3iw"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.41.0
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Thu, 23 May 2024 05:34:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>
:
bug acknowledged by developer.
(Thu, 23 May 2024 05:34:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 71126-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> This fixes CVE-2024-3727.
>
> * gnu/packages/containers.scm (podman): Update to 5.0.3.
>
> Change-Id: Iefe98746c993830ef12c49733b8407b10305d065
> ---
> gnu/packages/containers.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
> index 917d152609..3d6d8bc716 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -454,7 +454,7 @@ (define-public catatonit
> (define-public podman
> (package
> (name "podman")
> - (version "5.0.2")
> + (version "5.0.3")
> (source
> (origin
> (method git-fetch)
> @@ -462,7 +462,7 @@ (define-public podman
> (url "https://github.com/containers/podman")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "0x8npz0i3dyiaw30vdlb5n8kiaflgjqnrdbdk0yn5zgf5k1jlb7i"))
> + (base32 "1wgaiwh7m547j9irz6z6ckxcbw8fwzqixh55q1fk2g7kfclfc3iw"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=2d49d727b34e9e2aa2cb69dabe5db0a55a38caf9
[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
.
(Thu, 20 Jun 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.