community/crun: security upgrade to 1.27

This commit is contained in:
omni 2026-03-25 23:37:19 +00:00
parent eb27ac7c7d
commit de8d343f2d

View File

@ -1,7 +1,7 @@
# Contributor: kohnish <kohnish@gmx.com>
maintainer="Michał Polański <michal@polanski.me>"
pkgname=crun
pkgver=1.26
pkgver=1.27
pkgrel=0
pkgdesc="Fast and lightweight fully featured OCI runtime and C library for running containers"
url="https://github.com/containers/crun"
@ -15,6 +15,8 @@ provides="oci-runtime"
provider_priority=100 # highest, default provider
# secfixes:
# 1.27-r0:
# - CVE-2026-30892
# 1.20-r0:
# - CVE-2025-24965
# 1.4.4-r0:
@ -36,5 +38,5 @@ package() {
}
sha512sums="
0785af6095a26290f433c5739bea5d98a029c3f0e8efbeed420481849ebddd70acde6c1105133c392abf26bca90d232cced5e5994da7506d66a020a02c129fb3 crun-1.26.tar.zst
89a2c6d894926f16afaee27fb6460bdfe7633c6716ace459d86c3adaa1f6e11cdfad3371ffc26d91d63185a2249ad56ff88272e459d5837524d820d945dd2878 crun-1.27.tar.zst
"