From 982c6098d1d9d4ce55956843a0e52f92c1a50254 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Thu, 4 May 2023 07:54:53 +0000 Subject: [PATCH] app-emulation/docker-runc: Update from 1.1.6 to 1.1.7 --- changelog/updates/2023-05-04-runc-1.1.7-update.md | 1 + .../app-emulation/containerd/containerd-9999.ebuild | 2 +- .../coreos-overlay/app-emulation/docker-runc/Manifest | 2 +- .../{docker-runc-1.1.6.ebuild => docker-runc-1.1.7.ebuild} | 4 ++-- .../coreos-overlay/app-torcx/docker/docker-20.10.ebuild | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 changelog/updates/2023-05-04-runc-1.1.7-update.md rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/{docker-runc-1.1.6.ebuild => docker-runc-1.1.7.ebuild} (94%) diff --git a/changelog/updates/2023-05-04-runc-1.1.7-update.md b/changelog/updates/2023-05-04-runc-1.1.7-update.md new file mode 100644 index 0000000000..3efaed1132 --- /dev/null +++ b/changelog/updates/2023-05-04-runc-1.1.7-update.md @@ -0,0 +1 @@ +- runc ([1.1.7](https://github.com/opencontainers/runc/releases/tag/v1.1.7)) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild index 57976d90c3..56b03b9407 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild @@ -29,7 +29,7 @@ SLOT="0" IUSE="+btrfs hardened" DEPEND="btrfs? ( sys-fs/btrfs-progs )" -RDEPEND="~app-emulation/docker-runc-1.1.6 +RDEPEND="~app-emulation/docker-runc-1.1.7 sys-libs/libseccomp" S=${WORKDIR}/${P}/src/${COREOS_GO_PACKAGE} diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/Manifest b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/Manifest index 971eb3a9b2..bdd2459f0d 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/Manifest +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/Manifest @@ -1 +1 @@ -DIST docker-runc-1.1.6.tar.gz 2501365 BLAKE2B a9b4827acb6415209f2f6887d35daa87140fb91fa7388f2b8762ebfbed8fa3ab7c7525f85b67de91609df553ae3082306ee9e3e8c8b69ee22272ae42b3e3b43f SHA512 4c61a72a9a2fa09990f62949ca6fc017bcec1ba945b4eea3b92078b4eb3100c171d3d69f537dc036980f60fbdfff00082556847a5a82c415d094e18b702a36b8 +DIST docker-runc-1.1.7.tar.gz 2513930 BLAKE2B 9135f65d6e8dea69fcf648b3910ab7b647ba0d96fb0763c4634a6248a276bc687915161dbafc302b13097832604f239e039818833751524c0bc5799848f161cc SHA512 aa24b14779a1363758cae470f20632f4fac3bd9c63736125631fe34a7ef4462365cbf196465e6e495c7b3203759494fb2a28ef558456dfa124ad8fc4e0709fff diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.1.6.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.1.7.ebuild similarity index 94% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.1.6.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.1.7.ebuild index a19d34a70d..d49efa4be8 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.1.6.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.1.7.ebuild @@ -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="3ea7dfa0b63a3f1472596d3c91060da4d538615f" +COMMIT_ID="532d81d385677036958916d9aed5dd3431c5edb5" inherit eutils flag-o-matic coreos-go vcs-snapshot @@ -55,7 +55,7 @@ src_compile() { ) GOPATH="${WORKDIR}/${P}" emake BUILDTAGS="${options[*]}" \ - VERSION=1.1.6+dev.docker-20.10 \ + VERSION=1.1.7+dev.docker-20.10 \ COMMIT="${COMMIT_ID}" } diff --git a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild index afcdf4789a..b7115ece6b 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild @@ -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.6 + ~app-emulation/docker-runc-1.1.7 ~dev-libs/libltdl-2.4.7 ~sys-process/tini-0.19.0 "