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