From 54ce3b4ed2017d87f0030091a73948a201dfd945 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 5 Sep 2023 14:11:15 +0200 Subject: [PATCH] overlay torcx: update gopkg.in/yaml.v3 3.0.0 Update gopkg.in/yaml.v3 to 3.0.0, mainly to address CVE-2022-28948, https://github.com/flatcar/torcx/security/dependabot/6. Pulls in https://github.com/flatcar/torcx/pull/17. --- .../torcx/{torcx-0.2.0-r8.ebuild => torcx-0.2.0-r9.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-r8.ebuild => torcx-0.2.0-r9.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-0.2.0-r8.ebuild b/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-0.2.0-r9.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-0.2.0-r8.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-0.2.0-r9.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 0f46c47f77..a7b94f7b22 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="3e7173395658a7e43ec0cb0dd2077795931d857f" # flatcar-master + CROS_WORKON_COMMIT="212a152e3eaf50232762011a5d9d29a4f0f8dfb9" # flatcar-master KEYWORDS="amd64 arm64" fi