mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
podman: update to 4.9.3
This release addresses a number of Buildkit vulnerabilities. Fixes: CVE-2024-23651, CVE-2024-23652, and CVE-2024-23653.
This commit is contained in:
parent
3d129c5e59
commit
044a2ab228
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'podman'
|
# Template file for 'podman'
|
||||||
pkgname=podman
|
pkgname=podman
|
||||||
version=4.8.3
|
version=4.9.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/containers/podman/v4"
|
go_import_path="github.com/containers/podman/v4"
|
||||||
|
@ -16,7 +16,7 @@ license="Apache-2.0"
|
||||||
homepage="https://podman.io/"
|
homepage="https://podman.io/"
|
||||||
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
|
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
|
||||||
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
|
||||||
checksum=3a99b6c82644fa52929cf4143943c63d6784c84094892bc0e14197fa38a1c7fa
|
checksum=37afc5bba2738c68dc24400893b99226c658cc9a2b22309f4d7abe7225d8c437
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
go_build_tags+=" containers_image_openpgp"
|
go_build_tags+=" containers_image_openpgp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue