[notify] docker: updated to version 24.0.7, security fixes

Hardens against CVE-2020-8694, CVE-2020-8695, CVE-2020-12912, and
the "PLATYPUS attack". See the following for details:

https://github.com/moby/moby/releases/tag/v24.0.7
https://scout.docker.com/vulnerabilities/id/CVE-2020-8694
https://scout.docker.com/vulnerabilities/id/CVE-2020-8695
https://scout.docker.com/vulnerabilities/id/CVE-2020-12912
https://platypusattack.com/
This commit is contained in:
Matt Housh 2023-10-30 10:43:19 -05:00
parent 0c030eb177
commit 1671f5826c
2 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32wq9stahdjwQQKC+PrjU/JQ2/0yaTs7Kqy981yPP3yu/kIMDaHmeP/2aXz68FSqdND0GQPPy/5w2vLKyEp0dgc=
SHA256 (Pkgfile) = ee8189ce0a66ff07c793951a09d55a97fc04c4234cafc53d34d2980b62fe3ad9
RWSagIOpLGJF32DXOAeBtEsQEPaasrhSu0iDmoMmf0NtTk+szvueR0syKAa+HeEA+j4bNc9x4wXA7XL+h+6XWXc4KVMALiodlgU=
SHA256 (Pkgfile) = ca376ecbb8c0e4ffd49b4d0ef1fc1df191b49b9a7d66fe8c222a91bdbfd8f45d
SHA256 (.footprint) = c8111b37e6914ff4ea18f27c1de11be08ffb19d45367e352e8dc2e80036a657e
SHA256 (moby-24.0.6.tar.gz) = 29a8ee54e9ea008b40eebca42dec8b67ab257eb8ac175f67e79c110e4187d7d2
SHA256 (cli-24.0.6.tar.gz) = c1a4a580ced3633e489c5c9869a20198415da44df7023fdc200d425cdf5fa652
SHA256 (docker-man-pages-24.0.6.tar.xz) = 9822014e2eb59c2433ce87d2571a2d270979dc9a53d542c003085a73e37b97ae
SHA256 (moby-24.0.7.tar.gz) = 16a2cb4cf4d314a070085e0df06e3a6bd9ec678d28715b64060af694fc9051d5
SHA256 (cli-24.0.7.tar.gz) = 72a54d131c28938221c81bd08364459fed9c71c093d4d615d324aaf31de6db1d
SHA256 (docker-man-pages-24.0.7.tar.xz) = 2f3f1b55bfd15d2988928efe30f1289a7453c07deafa7bac908c86d0fa4be1db
SHA256 (docker.rc) = 258ff4d10d199b2b847df07d22eac04bb8bd749a10af29d67111e53a8b81a46c
SHA256 (docker.conf) = dd5ccd90bd1e8906d8ecf76dca062f8b4c837daeed765be155513dc34c2ee245

View File

@ -4,17 +4,17 @@
# Depends on: containerd runc btrfs-progs cgroupfs-mount
name=docker
version=24.0.6
version=24.0.7
release=1
source=(https://github.com/moby/moby/archive/v${version}/moby-${version}.tar.gz \
https://github.com/docker/cli/archive/v${version}/cli-${version}.tar.gz \
http://jaeger.morpheus.net/linux/crux/files/$name-man-pages-$version.tar.xz \
http://crux.nu/files/$name-man-pages-$version.tar.xz \
$name.rc $name.conf)
build() {
export GO111MODULE=auto
export GOPATH=$SRC
export DOCKER_GITCOMMIT=1a79695
export DOCKER_GITCOMMIT=311b9ff
export DOCKER_BUILDTAGS='seccomp'
export DISABLE_WARN_OUTSIDE_CONTAINER=1
export CGO_CFLAGS="${CFLAGS}"