Merge pull request #1220 from kinvolk/runc-1.0.2-main

Upgrade Runc in main from 1.0.1 to 1.0.2
This commit is contained in:
Dongsu Park 2021-08-31 10:38:50 +02:00 committed by GitHub
commit f1ff6f7945
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ SLOT="0"
IUSE="+btrfs hardened"
DEPEND="btrfs? ( sys-fs/btrfs-progs )"
RDEPEND="~app-emulation/docker-runc-1.0.1
RDEPEND="~app-emulation/docker-runc-1.0.2
sys-libs/libseccomp"
S=${WORKDIR}/${P}/src/${COREOS_GO_PACKAGE}

View File

@ -1 +1 @@
DIST docker-runc-1.0.1.tar.gz 2374642 BLAKE2B 1346add899bf74ad05c6bf62e8580549b2ba0f7d5963c17537f4317652806c72161ab040690fc656c0e21a4f8edb9723d8590639e455471e0e16b4753f16d4fe SHA512 a37b35e46861c34b311d101a9942782664edab1bd32533a1e3d7d6f8a22f25aa1f021352101633622807e0beceba9227dac4d93ed6ab27d969cc8796efc2b808
DIST docker-runc-1.0.2.tar.gz 2376750 BLAKE2B c91e7800a5bd565ddf4df1494c5cdd3ca008051a53493be513145b5904001f3d1d0bc3d1aa1484f17102e705de6b113cd4d3c0a66699eb24b7929a149f0e5295 SHA512 0859148fa40fd4c63e28662c392eb3c32536e8d0fa157a7e49ebc78cc03568b479833018b5f3ad71aa3f7971a370ea0787b6e24ce4a90c5d236640624e6ad100

View File

@ -8,7 +8,7 @@ COREOS_GO_PACKAGE="${GITHUB_URI}"
COREOS_GO_VERSION="go1.16"
# 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="47e597c3eb2f002299eb9be6c8476194a92e9595"
COMMIT_ID="61ab78b58f2c0c3fbfc63477f2c020e825b9789d"
inherit eutils flag-o-matic coreos-go vcs-snapshot
@ -55,7 +55,7 @@ src_compile() {
)
GOPATH="${WORKDIR}/${P}" emake BUILDTAGS="${options[*]}" \
VERSION=1.0.1+dev.docker-20.10 \
VERSION=1.0.2+dev.docker-20.10 \
COMMIT="${COMMIT_ID}"
}

View File

@ -15,7 +15,7 @@ RDEPEND="
~app-emulation/docker-cli-20.10.8
~app-emulation/containerd-1.5.5
~app-emulation/docker-proxy-0.8.0_p20210525
~app-emulation/docker-runc-1.0.1
~app-emulation/docker-runc-1.0.2
=dev-libs/libltdl-2.4.6
~sys-process/tini-0.19.0
"