Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

app-emulation: Upgrade Docker 20.10.23 to 20.10.24 #2573

Merged
merged 2 commits into from
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app-emulation/docker-cli/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST docker-cli-20.10.23.tar.gz 7590153 BLAKE2B bcc32b93da8899f22483912d258f91b228410ca8cf95ba7e459a617a0b4755eb39f204cea6fda02ff5077732d554976bcbb38a830b58a239f269af159bb6fafa SHA512 c1debb583e9464d51ef482de29f63d6df1815eaae18cd66e5b4b36dee324f8c5c699134eee13ed4882e24aadaac37483a37e6729b734a60510271b107dc31cf0
DIST docker-cli-20.10.24.tar.gz 7589761 BLAKE2B 353298fba483dc9ce2797397398bb99f9194302e09f943614b5101f24d7a6b404c5e8a1890acf76450e85d295e623f18fb21ab55a3faabfd04596ca520f740c5 SHA512 5996c24070986e18c0530d0db1a9b4a2c0188c1d22b4c0d99161b2f69bb9cecd4221b628afc0db3078d17918a6e312c6b6ca63f889e634006d4e04c677257a27
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
GIT_COMMIT=8659133e59
GIT_COMMIT=e78084afe5
EGO_PN="github.com/docker/cli"

COREOS_GO_PACKAGE="${EGO_PN}"
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/docker/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST docker-20.10.23.tar.gz 11230920 BLAKE2B 705190c3cd775f375a422e9cae5bbc37fc1883e3f0b9ad164f23bd74c21430ca3ca098d8398c801aa1aea3a8630309c415234c61f0ba16a4576260ed51eaf4b5 SHA512 f6e13a275c7f368e90779b2bae4ded98c8949f398934fb249b10958973d86aaa3bc10a868fa64eb245e35ddb36ff14a89f6b20ff274e7e3b57a57daffa00c26d
DIST docker-20.10.24.tar.gz 11235129 BLAKE2B abeae0ff9e2d03bd7c901a9e3c1f5a3ccf84afefb034ce032f4e559349ea01ab69ebe120d6c0992885aafa153a784a8c253ed3f7345b921860b758da8e0474ef SHA512 2e82d8048fbf53e3d8ac87eb155d2e321378ca9c9ee038d13bb1b510db31df0f9951db51df81bad28a64c25285e21f8e541b4ce58a68af81fa66d5c07dd3f4d3
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7
EGO_PN=github.com/docker/docker
GIT_COMMIT=112bdf3343
GIT_COMMIT=d6cbf44b8c
COREOS_GO_VERSION="go1.18"
COREOS_GO_GO111MODULE="off"

Expand Down
4 changes: 2 additions & 2 deletions app-torcx/docker/docker-20.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ KEYWORDS="amd64 arm64"

# Explicitly list all packages that will be built into the image.
RDEPEND="
~app-emulation/docker-20.10.23
~app-emulation/docker-cli-20.10.23
~app-emulation/docker-20.10.24
~app-emulation/docker-cli-20.10.24
~app-emulation/containerd-1.6.19
~app-emulation/docker-proxy-0.8.0_p20210525
~app-emulation/docker-runc-1.1.5
Expand Down
1 change: 1 addition & 0 deletions changelog/security/2023-04-11-docker-20.10.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Docker ([CVE-2023-28840](https://nvd.nist.gov/vuln/detail/CVE-2023-28840), [CVE-2023-28841](https://nvd.nist.gov/vuln/detail/CVE-2023-28841), [CVE-2023-28842](https://nvd.nist.gov/vuln/detail/CVE-2023-28842))
1 change: 1 addition & 0 deletions changelog/updates/2023-04-11-docker-20.10.24-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Docker ([20.10.24](https://docs.docker.com/engine/release-notes/20.10/#201024))