From 4f4137b33dc042770c4275bf3e442da9b05227c4 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 9 Feb 2022 18:02:47 +0100 Subject: [PATCH] profiles/base: stabilize vim this is required to pull recent versions of vim which fix CVEs. Signed-off-by: Mathieu Tortuyaux --- .../profiles/coreos/base/package.accept_keywords | 4 ++++ 1 file changed, 4 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 8db5470254..2faf3803a0 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 @@ -68,3 +68,7 @@ dev-util/checkbashisms # Keep iproute in sync with kernel version. =sys-apps/iproute2-5.15.0 ~amd64 ~arm64 + +# Required for some CVEs +=app-editors/vim-8.2.4328 ~amd64 ~arm64 +=app-editors/vim-core-8.2.4328 ~amd64 ~arm64