mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
runc: update to 1.1.2
Fixes CVE-2022-29162
This commit is contained in:
parent
258bfdf4eb
commit
b3bc6cd821
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'runc'
|
# Template file for 'runc'
|
||||||
pkgname=runc
|
pkgname=runc
|
||||||
version=1.1.1
|
version=1.1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/opencontainers/runc
|
go_import_path=github.com/opencontainers/runc
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/opencontainers/runc"
|
homepage="https://github.com/opencontainers/runc"
|
||||||
distfiles="https://github.com/opencontainers/runc/releases/download/v${version}/runc.tar.xz"
|
distfiles="https://github.com/opencontainers/runc/releases/download/v${version}/runc.tar.xz"
|
||||||
checksum=75c1f0bb19b209412c52599e24b33ac306cf7caf772c97577b7ebe964837a54b
|
checksum=78ad532465ce4c2802480644a8756c30ae99c1bf779f0243af4bca11c4d041de
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make man
|
make man
|
||||||
|
|
Loading…
Add table
Reference in a new issue