From 84a931cb50d2552a3637a36ff99e4edf6b9b93b4 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 1 Jun 2021 10:29:08 +0200 Subject: [PATCH] app-arch/torcx: update to 0.2.0-r4 Pulls in https://github.com/kinvolk/torcx/pull/10 . It is mainly to address security issues like CVE-2020-29652 and CVE-2021-31525 . --- .../torcx/{torcx-0.2.0-r3.ebuild => torcx-0.2.0-r4.ebuild} | 0 .../third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-arch/torcx/{torcx-0.2.0-r3.ebuild => torcx-0.2.0-r4.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-0.2.0-r3.ebuild b/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-0.2.0-r4.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-0.2.0-r3.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-0.2.0-r4.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild index 22d8e40807..4f67a46749 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild @@ -11,7 +11,7 @@ COREOS_GO_GO111MODULE="off" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="6cae861af82f28357b4c06923c7a6374b223c6f9" # flatcar-master + CROS_WORKON_COMMIT="13042171585a28260486237ddf67e63ed88dce3f" # flatcar-master KEYWORDS="amd64 arm64" fi