From f0b3543d80ad628082c8695c1993a7fa0f169ed3 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 8 Aug 2023 19:16:02 +0200 Subject: [PATCH] overlay profiles: Add accept keywords for app-editors/vim{,-core} --- .../profiles/coreos/base/package.accept_keywords | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords index 7950105bb88..803d3670539 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords @@ -9,6 +9,12 @@ # Needed by arm64-native SDK. =app-crypt/efitools-1.9.2 ~arm64 + +# Needed to address CVE-2023-2609 and CVE-2023-2610. +=app-editors/vim-9.0.1677 ~amd64 ~arm64 +=app-editors/vim-core-9.0.1677 ~amd64 ~arm64 + +# Needed by arm64-native SDK. =app-emulation/open-vmdk-1.0 * # Keep versions on both arches in sync.