From 71ad3c53aac93acf7fee9b9c9c5f1aa1b511ce1d Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 21 May 2026 11:45:24 +0200 Subject: [PATCH] add comments describing changes from upstream in last 3 patches Related: RHEL-170126 --- vim.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim.spec b/vim.spec index b604426d..11a4b791 100644 --- a/vim.spec +++ b/vim.spec @@ -153,6 +153,11 @@ Patch3054: 0001-patch-9.2.0277-tests-test_modeline.vim-fails.patch # https://github.com/vim/vim/commit/7088926316d8 # https://github.com/vim/vim/commit/46f530e517bd # https://github.com/vim/vim/commit/351a16c88f56 +# Changes from upstream: +# - all three: use 'echohl Error' instead of s:Mess() (not in older zip.vim) +# - 9.2.0299: 'zipfile:' URI pattern instead of 'zipfile://' (older format); +# dropped TODO comment and pi_zip.txt version line update +# - 9.2.0304: dropped Windows regex fix in zip#Write() (code path not present) Patch3055: 0001-patch-9.2.0280-security-path-traversal-issue-in-zip.patch Patch3056: 0001-patch-9.2.0299-zip-may-write-using-absolute-paths.patch Patch3057: 0001-patch-9.2.0304-zip-block-absolute-paths-in-Extract.patch