From e4764ac549a01beb998baeca1a81cff87a83a3fa Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Thu, 20 Jul 2023 07:55:08 +0000 Subject: [PATCH] app-containers/runc: Update from 1.1.7 to 1.1.8 --- changelog/updates/2023-07-20-runc-1.1.8-update.md | 1 + .../app-containers/containerd/containerd-9999.ebuild | 2 +- .../third_party/coreos-overlay/app-containers/runc/Manifest | 2 +- .../runc/{runc-1.1.7.ebuild => runc-1.1.8.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-07-20-runc-1.1.8-update.md rename sdk_container/src/third_party/coreos-overlay/app-containers/runc/{runc-1.1.7.ebuild => runc-1.1.8.ebuild} (94%) diff --git a/changelog/updates/2023-07-20-runc-1.1.8-update.md b/changelog/updates/2023-07-20-runc-1.1.8-update.md new file mode 100644 index 0000000000..4e376af293 --- /dev/null +++ b/changelog/updates/2023-07-20-runc-1.1.8-update.md @@ -0,0 +1 @@ +- runc ([1.1.8](https://github.com/opencontainers/runc/releases/tag/v1.1.8)) diff --git a/sdk_container/src/third_party/coreos-overlay/app-containers/containerd/containerd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-containers/containerd/containerd-9999.ebuild index fa567e8a33..6abeb4c3e6 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-containers/containerd/containerd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-containers/containerd/containerd-9999.ebuild @@ -29,7 +29,7 @@ SLOT="0" IUSE="+btrfs hardened" DEPEND="btrfs? ( sys-fs/btrfs-progs )" -RDEPEND="~app-containers/runc-1.1.7 +RDEPEND="~app-containers/runc-1.1.8 sys-libs/libseccomp" S=${WORKDIR}/${P}/src/${COREOS_GO_PACKAGE} diff --git a/sdk_container/src/third_party/coreos-overlay/app-containers/runc/Manifest b/sdk_container/src/third_party/coreos-overlay/app-containers/runc/Manifest index b2ead7c889..2f7adae7b8 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-containers/runc/Manifest +++ b/sdk_container/src/third_party/coreos-overlay/app-containers/runc/Manifest @@ -1 +1 @@ -DIST runc-1.1.7.tar.gz 2513930 BLAKE2B 9135f65d6e8dea69fcf648b3910ab7b647ba0d96fb0763c4634a6248a276bc687915161dbafc302b13097832604f239e039818833751524c0bc5799848f161cc SHA512 aa24b14779a1363758cae470f20632f4fac3bd9c63736125631fe34a7ef4462365cbf196465e6e495c7b3203759494fb2a28ef558456dfa124ad8fc4e0709fff +DIST runc-1.1.8.tar.gz 2516032 BLAKE2B 192da50997f7c4dfa89f512ff22bf700dcdb2b8394e3a84c6db72fcca6ab4e8ff5394745a87a71536e5ec81269c73166c64b252bd67fc30e3b7251519e8b6de8 SHA512 a3651d5d7f5374a0a0a0ca43b1556e9058586f54eafed5157d94115bc9a8655aa19bb342902c5c7e158b2d2935b971c2e0b7a6edd480effceb6feb2067e15204 diff --git a/sdk_container/src/third_party/coreos-overlay/app-containers/runc/runc-1.1.7.ebuild b/sdk_container/src/third_party/coreos-overlay/app-containers/runc/runc-1.1.8.ebuild similarity index 94% rename from sdk_container/src/third_party/coreos-overlay/app-containers/runc/runc-1.1.7.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-containers/runc/runc-1.1.8.ebuild index 6f4052f87b..e02ece0f41 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-containers/runc/runc-1.1.7.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-containers/runc/runc-1.1.8.ebuild @@ -8,7 +8,7 @@ COREOS_GO_PACKAGE="${GITHUB_URI}" COREOS_GO_VERSION="go1.19" # 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="532d81d385677036958916d9aed5dd3431c5edb5" +COMMIT_ID="cbfeea55a256788411b6c9ec9324b938a1b4e19d" inherit eutils flag-o-matic coreos-go vcs-snapshot @@ -55,7 +55,7 @@ src_compile() { ) GOPATH="${WORKDIR}/${P}" emake BUILDTAGS="${options[*]}" \ - VERSION=1.1.7+dev.docker-20.10 \ + VERSION=1.1.8+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 cb7c91d0db..0b910f0301 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-containers/docker-cli-20.10.24 ~app-containers/containerd-1.7.2 ~app-containers/docker-proxy-0.8.0_p20230118 - ~app-containers/runc-1.1.7 + ~app-containers/runc-1.1.8 ~dev-libs/libltdl-2.4.7 ~sys-process/tini-0.19.0 "