mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
app-containers/runc: Update from 1.1.8 to 1.1.9
This commit is contained in:
parent
f17d6774df
commit
879cb87846
1
changelog/updates/2023-08-15-runc-1.1.9-update.md
Normal file
1
changelog/updates/2023-08-15-runc-1.1.9-update.md
Normal file
@ -0,0 +1 @@
|
||||
- runc ([1.1.9](https://github.com/opencontainers/runc/releases/tag/v1.1.9))
|
@ -29,7 +29,7 @@ SLOT="0"
|
||||
IUSE="+btrfs hardened"
|
||||
|
||||
DEPEND="btrfs? ( sys-fs/btrfs-progs )"
|
||||
RDEPEND="~app-containers/runc-1.1.8
|
||||
RDEPEND="~app-containers/runc-1.1.9
|
||||
sys-libs/libseccomp"
|
||||
|
||||
S=${WORKDIR}/${P}/src/${COREOS_GO_PACKAGE}
|
||||
|
@ -1 +1 @@
|
||||
DIST runc-1.1.8.tar.gz 2516032 BLAKE2B 192da50997f7c4dfa89f512ff22bf700dcdb2b8394e3a84c6db72fcca6ab4e8ff5394745a87a71536e5ec81269c73166c64b252bd67fc30e3b7251519e8b6de8 SHA512 a3651d5d7f5374a0a0a0ca43b1556e9058586f54eafed5157d94115bc9a8655aa19bb342902c5c7e158b2d2935b971c2e0b7a6edd480effceb6feb2067e15204
|
||||
DIST runc-1.1.9.tar.gz 2514790 BLAKE2B dec0766c96fb2d264ee8d693adafd2b1f94a2f30329b41f966441f1632ceda83835f4aa8ad46966a04d890cb4c5107f6880ad911ed2b879d2c72565ba5d513e6 SHA512 722ed7d58eccfb37357d85e69b2a8f7fa23ed3553e3b6541e9f26946896dc0c2955e5e4708ee77765ad2d3e4dd9c9722fbcefce1f2a96111240edd445cf902ba
|
||||
|
@ -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="cbfeea55a256788411b6c9ec9324b938a1b4e19d"
|
||||
COMMIT_ID="f1136b082cc1c2840cdb3e0debf45e7ef832c918"
|
||||
|
||||
inherit eutils flag-o-matic coreos-go vcs-snapshot
|
||||
|
||||
@ -55,7 +55,7 @@ src_compile() {
|
||||
)
|
||||
|
||||
GOPATH="${WORKDIR}/${P}" emake BUILDTAGS="${options[*]}" \
|
||||
VERSION=1.1.8+dev.docker-20.10 \
|
||||
VERSION=1.1.9+dev.docker-20.10 \
|
||||
COMMIT="${COMMIT_ID}"
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ RDEPEND="
|
||||
~app-containers/docker-cli-20.10.24
|
||||
~app-containers/containerd-1.7.3
|
||||
~app-containers/docker-proxy-0.8.0_p20230118
|
||||
~app-containers/runc-1.1.8
|
||||
~app-containers/runc-1.1.9
|
||||
~dev-libs/libltdl-2.4.7
|
||||
~sys-process/tini-0.19.0
|
||||
"
|
||||
|
Loading…
x
Reference in New Issue
Block a user