From c0350e9140ede2b8df663f6100402ce62e578d6a Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 21 May 2026 11:48:49 +0200 Subject: [PATCH] add comments describing changes from upstream in last 3 patches Related: RHEL-170137 --- vim.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim.spec b/vim.spec index 5e4753ad..3f6a4673 100644 --- a/vim.spec +++ b/vim.spec @@ -180,6 +180,11 @@ Patch3065: 0001-patch-9.2.0202-security-command-injection-via-newlin.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) Patch3066: 0001-patch-9.2.0280-security-path-traversal-issue-in-zip.patch Patch3067: 0001-patch-9.2.0299-zip-may-write-using-absolute-paths.patch Patch3068: 0001-patch-9.2.0304-zip-block-absolute-paths-in-Extract.patch