From 1151b78485aee82c7b5be3c694086c520acdb8fd Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Sat, 3 Feb 2024 15:43:44 -0600 Subject: [PATCH] [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 --- runc/.signature | 8 ++++---- runc/Pkgfile | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/runc/.signature b/runc/.signature index 13e73ed18..76b79b690 100644 --- a/runc/.signature +++ b/runc/.signature @@ -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 diff --git a/runc/Pkgfile b/runc/Pkgfile index 3769ff427..695dd96ae 100644 --- a/runc/Pkgfile +++ b/runc/Pkgfile @@ -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