add comments describing changes from upstream in last 3 patches

Related: RHEL-170126
This commit is contained in:
Zdenek Dohnal 2026-05-21 11:45:24 +02:00
parent b641db983e
commit 71ad3c53aa

View File

@ -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