app-emulation: Upgrade Runc 1.1.1 to 1.1.2

This commit is contained in:
Flatcar Buildbot 2022-05-12 07:53:50 +00:00 committed by Dongsu Park
parent 30a70b7596
commit 54b6479bb0
5 changed files with 6 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.1.1
RDEPEND="~app-emulation/docker-runc-1.1.2
sys-libs/libseccomp"
S=${WORKDIR}/${P}/src/${COREOS_GO_PACKAGE}

View File

@ -1 +1 @@
DIST docker-runc-1.1.1.tar.gz 2335245 BLAKE2B dc92b69748b31597120ccd655b13bad204100583a5aa535594e3bdae3982983e2a2067989c3ccd35244931a68d881178c39fd0d7613b2d52dba021575b74aa09 SHA512 c07970656dffd6e7c538da694b9065d57fecfa1852cfef67430aa41b6df3a869784e6db8e551b46d65137aae624ed105cc3c8b1a63a634d6948e1bd7948b7d78
DIST docker-runc-1.1.2.tar.gz 2335347 BLAKE2B 1574284d4d08c3c54f478b7f6a11e3a41035f728bdfd1e9a0c3cbdd4f10596e7ba7abe73a17252db6642a051df91b287e6b7fb6378543e814786d9e01f0e89e1 SHA512 de434a156fb39a85a46537cd0018f78d75ae5e64979966fb190c7d6aa2d6d35a3c7f8338f11da0da8b70f85ce7e0b1adacbdaa13575801a0863609cfed7f898f

View File

@ -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="886750b989c082700828ec1d3bbb1b397219bfac"
COMMIT_ID="c2cce1c71eab3a82702189ac59888dcc2f15601a"
inherit eutils flag-o-matic coreos-go vcs-snapshot
@ -55,7 +55,7 @@ src_compile() {
)
GOPATH="${WORKDIR}/${P}" emake BUILDTAGS="${options[*]}" \
VERSION=1.1.1+dev.docker-20.10 \
VERSION=1.1.2+dev.docker-20.10 \
COMMIT="${COMMIT_ID}"
}

View File

@ -15,7 +15,7 @@ RDEPEND="
~app-emulation/docker-cli-20.10.15
~app-emulation/containerd-1.6.4
~app-emulation/docker-proxy-0.8.0_p20210525
~app-emulation/docker-runc-1.1.1
~app-emulation/docker-runc-1.1.2
=dev-libs/libltdl-2.4.6
~sys-process/tini-0.19.0
"

View File

@ -0,0 +1 @@
- runc ([1.1.2](https://github.com/opencontainers/runc/releases/tag/v1.1.2))