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

Upgrade Runc in main from 1.1.5 to 1.1.6 #2575

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/containerd/containerd-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SLOT="0"
IUSE="+btrfs hardened"

DEPEND="btrfs? ( sys-fs/btrfs-progs )"
RDEPEND="~app-emulation/docker-runc-1.1.5
RDEPEND="~app-emulation/docker-runc-1.1.6
sys-libs/libseccomp"

S=${WORKDIR}/${P}/src/${COREOS_GO_PACKAGE}
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/docker-runc/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST docker-runc-1.1.5.tar.gz 2337543 BLAKE2B ed2aed98c4e8fcfe7040772df9e090e38a95355bcfa2948030866b83b8097794df9e0ebe2bb1a99f5c63a6d5300493d67493018957f6116ee07d66872f87bef3 SHA512 8a4cde9a8aaa5e1f75ec6731b18f56aa34ab969246f4a8d6ebfea5d100b0c113553bec49f29b851129d371a13c803c1e86425779eb8d498dba588c63d2a2ac57
DIST docker-runc-1.1.6.tar.gz 2501365 BLAKE2B a9b4827acb6415209f2f6887d35daa87140fb91fa7388f2b8762ebfbed8fa3ab7c7525f85b67de91609df553ae3082306ee9e3e8c8b69ee22272ae42b3e3b43f SHA512 4c61a72a9a2fa09990f62949ca6fc017bcec1ba945b4eea3b92078b4eb3100c171d3d69f537dc036980f60fbdfff00082556847a5a82c415d094e18b702a36b8
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COREOS_GO_PACKAGE="${GITHUB_URI}"
COREOS_GO_VERSION="go1.18"
# the commit of runc that docker uses.
# see https://github.com/docker/docker-ce/blob/v19.03.15/components/engine/hack/dockerfile/install/runc.installer#L4
COMMIT_ID="4ef48971e5d827018b74876a06e32ab7636f0a26"
COMMIT_ID="3ea7dfa0b63a3f1472596d3c91060da4d538615f"

inherit eutils flag-o-matic coreos-go vcs-snapshot

Expand Down Expand Up @@ -55,7 +55,7 @@ src_compile() {
)

GOPATH="${WORKDIR}/${P}" emake BUILDTAGS="${options[*]}" \
VERSION=1.1.5+dev.docker-20.10 \
VERSION=1.1.6+dev.docker-20.10 \
COMMIT="${COMMIT_ID}"
}

Expand Down
2 changes: 1 addition & 1 deletion app-torcx/docker/docker-20.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RDEPEND="
~app-emulation/docker-cli-20.10.24
~app-emulation/containerd-1.6.20
~app-emulation/docker-proxy-0.8.0_p20210525
~app-emulation/docker-runc-1.1.5
~app-emulation/docker-runc-1.1.6
=dev-libs/libltdl-2.4.7
~sys-process/tini-0.19.0
"
Expand Down
1 change: 1 addition & 0 deletions changelog/updates/2023-04-13-runc-1.1.6-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- runc ([1.1.6](https://github.com/opencontainers/runc/releases/tag/v1.1.6))