[notify] containerd: updated to version 1.7.13

Fixes CVE-2024-21626, see the following for details:

https://github.com/advisories/GHSA-xr7r-f8xq-vfvv
https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv
This commit is contained in:
Matt Housh 2024-02-03 15:42:04 -06:00
parent 66afceb813
commit 95706a5c37
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wLmZiam7fpDC5Zb7gjxjuPPhUQ9evABxOyqgrhY76KzwxJCkUId50g3ZLyvPYRiQZl+xLQV6GicxiTU+qmIFws=
SHA256 (Pkgfile) = 5cf4ed8e561a907d5f7096d231a02ce409f33c63182d3a25324410478e006297
RWSagIOpLGJF3xQZeMCQUWUGpNCL5n3Sihw8IykiUnsReaRifwDpBw0nMDqy/MYYbcMi9VjtI5XUB1S9D5Rg/hJuQm+FAt16xQs=
SHA256 (Pkgfile) = e5fa7e0bade5d6c210718e48753d6d610c5f955c60af4e6c004e35c276056ebb
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.7.12.tar.xz) = 8b5acf5903a6f79c248823354886407231c64c37bb7ed80d8ff403545864dc66
SHA256 (containerd-1.7.13.tar.xz) = 0f58052cda173747e20f5c4e64e3039d4285db41d195d39a71bf5f10b1d48ece

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.7.12
version=1.7.13
release=1
source=(https://crux.nu/files/$name-$version.tar.xz)
@ -16,7 +16,7 @@ build() {
cd $name
export GOPATH=$SRC
# use the long commit hash here
make GIT_COMMIT=71909c1814c544ac47ab91d2e8b84718e517bb99
make GIT_COMMIT=7c3aca7a610df76212171d200ca3811ff6096eb8
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}