From 2f8bbba8eab7eb783997dcdcc1852f3e59c0ebf5 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Mon, 10 Apr 2017 15:09:04 -0700 Subject: [PATCH] app-emulation/runc: update for docker 17.04 Corresponds to the commit referenced here: https://github.com/docker/docker/blob/v17.04.0-ce/hack/dockerfile/binaries-commits#L6 --- .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 2 +- .../src/third_party/coreos-overlay/app-emulation/runc/Manifest | 2 +- ....0_rc2_p137-Delay-unshare-of-clone-newipc-for-selinux.patch} | 0 .../{runc-1.0.0_rc2_p133.ebuild => runc-1.0.0_rc2_p137.ebuild} | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/{0003-1.0.0_rc2_p133-Delay-unshare-of-clone-newipc-for-selinux.patch => 0003-1.0.0_rc2_p137-Delay-unshare-of-clone-newipc-for-selinux.patch} (100%) rename sdk_container/src/third_party/coreos-overlay/app-emulation/runc/{runc-1.0.0_rc2_p133.ebuild => runc-1.0.0_rc2_p137.ebuild} (96%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild index 5c9747b7de..c190508033 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild @@ -67,7 +67,7 @@ RDEPEND=" >=sys-apps/shadow-4.4 =app-emulation/containerd-0.2.3_p109[seccomp?] - =app-emulation/runc-1.0.0_rc2_p133[apparmor?,seccomp?] + =app-emulation/runc-1.0.0_rc2_p137[apparmor?,seccomp?] app-emulation/docker-proxy " diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/Manifest b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/Manifest index 075e3f145f..0c7c9bb636 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/Manifest +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/Manifest @@ -1,2 +1,2 @@ -DIST runc-1.0.0_rc2_p133.tar.gz 560793 SHA256 11f69923a786efb82b65d9f1eec0ac665a985e631a67f3f4d466dac720efacdd SHA512 8c19a02a55108cef36cbd1ff739a3c8e2962d188c426517fce91483ec525546d39c14072f0a0f2471b6b70a05cf6c1f0e99cfeb5e87203fcbae955bd5f5bd16b WHIRLPOOL 8a1f44234c668aca5c53e401ce80e2c297ad9c7ed0b10d782494e93020f824e6d5e3a00be221f1ff5d039df998c43556228503788181a45256d91278dd005721 +DIST runc-1.0.0_rc2_p137.tar.gz 561483 SHA256 b5c50d7d9a5f610d5424f96196efa306ec708fd9299302dd919545099c16b7c1 SHA512 225a37b4a3a79ff0d7a3e74b997f6e5547e270d02c58e65ccb5ea2d81771c489378727bd6abf2f445ea94c2e7717e2991da9fb4cab74327fd57c0e6218143cc3 WHIRLPOOL ecf6ee1d2ed977b74d0d5d5dbf3ff2cc96728bd680a13c58f715dea2401002b0da461d6d2d9ac6af35f290a356821b19175e6f5004fa25b3c8d82eca69d87965 DIST runc-1.0.0_rc2_p9.tar.gz 550963 SHA256 374822cc2895ed3899b7a3a03b566413ea782fccec1307231f27894e9c6d5bea SHA512 0176fc0fd69b298b5cb304388544a45b3805154f635c4a7492daac6e33774b16ad76af2b3008205de169306812834f4299106c89a17b1667168f3ad2ddc2e975 WHIRLPOOL 5015352fe7dc9ddedf93d555cf2750b3e9d72adfda534b1e30a69ac8b6b05e73bfbbe0ba72f543be4e3133f1604a5b42acc3363d30187a75861ca42755dfff81 diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0003-1.0.0_rc2_p133-Delay-unshare-of-clone-newipc-for-selinux.patch b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0003-1.0.0_rc2_p137-Delay-unshare-of-clone-newipc-for-selinux.patch similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0003-1.0.0_rc2_p133-Delay-unshare-of-clone-newipc-for-selinux.patch rename to sdk_container/src/third_party/coreos-overlay/app-emulation/runc/files/0003-1.0.0_rc2_p137-Delay-unshare-of-clone-newipc-for-selinux.patch diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p133.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p137.ebuild similarity index 96% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p133.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p137.ebuild index 208c1bbfc8..de16a74ac9 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p133.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2_p137.ebuild @@ -15,7 +15,7 @@ COREOS_GO_VERSION="go1.6" # The patch version is arbitrarily the number of commits since the tag version # spcified in the ebuild name. For example: # $ git log v1.0.0-rc2..${COMMIT_ID} --oneline | wc -l -COMMIT_ID="9df8b306d01f59d3a8029be411de015b7304dd8f" +COMMIT_ID="9c2d8d184e5da67c95d601382adf14862e4f2228" inherit eutils flag-o-matic coreos-go-depend vcs-snapshot