From 09a8c6168f7062bcf657ff6198897d70455e0b79838c78c5b96b7257c33e8ae8 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 16 Jul 2025 10:23:51 +0300 Subject: [PATCH] Update Vim with security fixes --- build/distfiles/.gitignore | 2 +- .../{vim-v9.1.1540.tar.zst.do => vim-v9.1.1552.tar.zst.do} | 2 +- build/skel/editors/{vim-v9.1.1540.do => vim-v9.1.1552.do} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename build/distfiles/{vim-v9.1.1540.tar.zst.do => vim-v9.1.1552.tar.zst.do} (85%) rename build/skel/editors/{vim-v9.1.1540.do => vim-v9.1.1552.do} (100%) diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 55bbee8..6504ff3 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -254,7 +254,7 @@ /ucspi-tcp-0.88.tar.gz /unum-3.6-15.1.0.tar.gz /valgrind-3.23.0.tar.bz2 -/vim-v9.1.1540.tar.zst +/vim-v9.1.1552.tar.zst /vim.git/ /vorbis-tools-1.4.2.tar.gz /wavpack-5.7.0.tar.xz diff --git a/build/distfiles/vim-v9.1.1540.tar.zst.do b/build/distfiles/vim-v9.1.1552.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.1.1540.tar.zst.do rename to build/distfiles/vim-v9.1.1552.tar.zst.do index 56a44a7..6fbd5c6 100644 --- a/build/distfiles/vim-v9.1.1540.tar.zst.do +++ b/build/distfiles/vim-v9.1.1552.tar.zst.do @@ -2,6 +2,6 @@ sname=$1.do . "$BASS_ROOT"/lib/rc [ -d vim.git ] || git clone --depth 1 --bare https://github.com/vim/vim.git >&2 cd vim.git -commit=1341176e7b800238b30a137c1ea1a31ca2c3d488 +commit=03398ed8b38678c29d1098cba494b4214758fbb1 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.1.1540.do b/build/skel/editors/vim-v9.1.1552.do similarity index 100% rename from build/skel/editors/vim-v9.1.1540.do rename to build/skel/editors/vim-v9.1.1552.do -- 2.50.0