~ruther/guix-local

2d49d727b34e9e2aa2cb69dabe5db0a55a38caf9 — Tomas Volf 1 year, 10 months ago 792155d
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/containers.scm
M gnu/packages/containers.scm => gnu/packages/containers.scm +2 -2
@@ 454,7 454,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
(define-public podman
  (package
    (name "podman")
    (version "5.0.2")
    (version "5.0.3")
    (source
     (origin
       (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")
             (commit (string-append "v" version))))
       (sha256
        (base32 "0x8npz0i3dyiaw30vdlb5n8kiaflgjqnrdbdk0yn5zgf5k1jlb7i"))
        (base32 "1wgaiwh7m547j9irz6z6ckxcbw8fwzqixh55q1fk2g7kfclfc3iw"))
       (file-name (git-file-name name version))))
    (build-system gnu-build-system)
    (arguments