gnu: buildah: Update to 1.35.4 [security fixes].
This fixes CVE-2024-3727 and CVE-2024-28180. * gnu/packages/containers.scm (buildah): Update to 1.35.4. Change-Id: I5ee2b4591b39ee85d7236aedda7a2508df8e0e48 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>master
parent
4fbce61aa9
commit
792155da11
|
@ -609,7 +609,7 @@ being rootless and not requiring any daemon to be running.")
|
||||||
(define-public buildah
|
(define-public buildah
|
||||||
(package
|
(package
|
||||||
(name "buildah")
|
(name "buildah")
|
||||||
(version "1.35.3")
|
(version "1.35.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -617,7 +617,7 @@ being rootless and not requiring any daemon to be running.")
|
||||||
(url "https://github.com/containers/buildah")
|
(url "https://github.com/containers/buildah")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07hr2cfp4kblnmva02ap97id5nzhbqigdfvx7c8nyrkfzw0340n0"))
|
(base32 "1p21lh8ds688nv0valzgl6s20bwzsyvr1sa15ra2mprj79azvl4r"))
|
||||||
(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
|
||||||
|
|
Reference in New Issue