mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/runc: security upgrade to 1.1.14
This commit is contained in:
parent
9e93612718
commit
daf3aa4b67
@ -4,9 +4,9 @@
|
|||||||
pkgname=runc
|
pkgname=runc
|
||||||
pkgdesc="CLI tool for spawning and running containers according to the OCI specification"
|
pkgdesc="CLI tool for spawning and running containers according to the OCI specification"
|
||||||
url="https://www.opencontainers.org"
|
url="https://www.opencontainers.org"
|
||||||
_commit=58aa9203c123022138b22cf96540c284876a7910
|
_commit=2c9f5602f0ba3d9da1c2596322dfc4e156844890
|
||||||
pkgver=1.1.13
|
pkgver=1.1.14
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
arch="all"
|
arch="all"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
makedepends="bash go go-md2man libseccomp-dev libtool"
|
makedepends="bash go go-md2man libseccomp-dev libtool"
|
||||||
@ -20,6 +20,8 @@ provides="oci-runtime"
|
|||||||
provider_priority=90
|
provider_priority=90
|
||||||
|
|
||||||
# secfixes:
|
# secfixes:
|
||||||
|
# 1.1.14-r0:
|
||||||
|
# - CVE-2024-45310
|
||||||
# 1.1.12-r0:
|
# 1.1.12-r0:
|
||||||
# - CVE-2024-21626
|
# - CVE-2024-21626
|
||||||
# 1.1.4-r0:
|
# 1.1.4-r0:
|
||||||
@ -56,6 +58,6 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
644bf9e6359bf49bbdec667c0f7c69ded78c7eacfc2d1b730d52fdcf7348571c6406b8e5790811fe3662a458c878e4225c3559885f0d95f8905273e7e40e55ad runc-1.1.13.tar.gz
|
bdefbf34cf57485c6b961babc8294d0e6b2e003eb836b8e99c49ef4d00acf11f30a46ad0bcd399ee9346610419591daf1eecb3b6b127962357d629bf5f252e22 runc-1.1.14.tar.gz
|
||||||
e2e468406557e93514fc4bc6c3e9f6a698175a2f2533417ccfe180ce668fb94a5d9b0519541ad22b0e9de7c817342943ee6774a3a920d3f4c3615e992cd95ea3 add-seccomp-for-loongarch64.patch
|
e2e468406557e93514fc4bc6c3e9f6a698175a2f2533417ccfe180ce668fb94a5d9b0519541ad22b0e9de7c817342943ee6774a3a920d3f4c3615e992cd95ea3 add-seccomp-for-loongarch64.patch
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user