forked from ports/contrib
[notify] runc: updated to version 1.1.12
Fixes CVE-2024-21626, see the following for details: https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv
This commit is contained in:
parent
95706a5c37
commit
1151b78485
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3wUIqaxXu5iKk23KL7F38cylyQs4RYkWVqnWjxwJAY9MCeM54i7rohjSymiXeiXt9H2xdMiJcYebYKS7kLcjZQs=
|
||||
SHA256 (Pkgfile) = f2103740028143e6386273cbd393b0ba8425cc3d2c1446b5277afb0fbff39ea1
|
||||
RWSagIOpLGJF37zY9wgeBZAtQK+06e3+ie6i/YE07stA9DKyRMIP0mx77KKnDtlTib3dKjQ/KlRfK+5KI5LFMfLTycBWbZY/GQI=
|
||||
SHA256 (Pkgfile) = df832098caa0e3aff702bde4639382ae818a80a9948c2bd6aeb5aff9f312a2d1
|
||||
SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300
|
||||
SHA256 (runc-1.1.11.tar.gz) = 129ad7cd470e4bdc82cdd3d5f0aa93e43674bf8ea115da2b42a27361885fe3ee
|
||||
SHA256 (runc-man-pages-1.1.11.tar.xz) = bfd6cb4a42f9addbdf8bae32a5d7502f2a0f91bed7f78a9cffc88733872fabe2
|
||||
SHA256 (runc-1.1.12.tar.gz) = be31b07d6a54a8f234016501c300ad04b6c428c56588e7eca8c3b663308db208
|
||||
SHA256 (runc-man-pages-1.1.12.tar.xz) = 0111d774aeed4b0d1f14b711b5a4c8053bafeca0568f368ff14b61c9ad7e47af
|
||||
|
@ -4,10 +4,10 @@
|
||||
# Depends on: go libseccomp git
|
||||
|
||||
name=runc
|
||||
version=1.1.11
|
||||
version=1.1.12
|
||||
release=1
|
||||
source=(https://github.com/opencontainers/runc/archive/v${version}/$name-${version}.tar.gz \
|
||||
http://jaeger.morpheus.net/linux/crux/files/$name-man-pages-$version.tar.xz)
|
||||
https://crux.nu/files/$name-man-pages-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -pv src/github.com/opencontainers
|
||||
@ -17,7 +17,7 @@ build() {
|
||||
export GOPATH=$SRC
|
||||
export BUILDTAGS="seccomp"
|
||||
# use the long commit hash here
|
||||
make COMMIT=4bccb38cc9cf198d52bebf2b3a90cd14e7af8c06
|
||||
make COMMIT=51d5e94601ceffbbd85688df1c928ecccbfa4685
|
||||
|
||||
install -D -m 0755 $name $PKG/usr/bin/$name
|
||||
install -d -m 0755 $PKG/usr/share/man/man8
|
||||
|
Loading…
x
Reference in New Issue
Block a user