From 8378e7a2c9d5814f6a0bfdc4b1d03510ea2b2a03 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 25 Jun 2026 14:06:03 +0900 Subject: [PATCH] internal/rosa/package/vim: annotate blocked update Releases are unreasonably frequent, and the package is never exposed to the end user and never expected to run unconfined or consume untrusted input. Additionally, upstream is accepting AI slop. Signed-off-by: Ophestra --- internal/rosa/package/vim.az | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/rosa/package/vim.az b/internal/rosa/package/vim.az index 11d4f71f..7f78b063 100644 --- a/internal/rosa/package/vim.az +++ b/internal/rosa/package/vim.az @@ -2,6 +2,8 @@ package vim { description = "a greatly improved version of the good old UNIX editor Vi"; website = "https://www.vim.org"; anitya = 5092; + exclude = true; + block = "not exposed to end users"; version# = "9.2.0707"; source = remoteGitHub {