me
/
guix
Archived
1
0
Fork 0

gnu: podman: Update to 5.0.3 [security fixes].

This fixes CVE-2024-3727.

* gnu/packages/containers.scm (podman): Update to 5.0.3.

Change-Id: Iefe98746c993830ef12c49733b8407b10305d065
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
Tomas Volf 2024-05-22 20:58:17 +02:00 committed by Zheng Junjie
parent 792155da11
commit 2d49d727b3
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -454,7 +454,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
(define-public podman (define-public podman
(package (package
(name "podman") (name "podman")
(version "5.0.2") (version "5.0.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -462,7 +462,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
(url "https://github.com/containers/podman") (url "https://github.com/containers/podman")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "0x8npz0i3dyiaw30vdlb5n8kiaflgjqnrdbdk0yn5zgf5k1jlb7i")) (base32 "1wgaiwh7m547j9irz6z6ckxcbw8fwzqixh55q1fk2g7kfclfc3iw"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments