mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
vim: upgrade to 8.2 patch 3752
There's a fairly constant flow of CVEs being fixed in Vim, which are getting increasing non-trivial to backport. Instead of trying to backport (and potentially introduce more bugs), or just ignoring them entirely, upgrade vim to the latest patch. (From OE-Core rev: a264cf6b5a16343a66d9e88115ec9f30e832b0c4) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 78a4796de27d710f97c336d288d797557a58694e) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8408aad5e7
commit
28e93e4d6d
@@ -9,9 +9,9 @@ Index: git/src/po/Makefile
|
||||
===================================================================
|
||||
--- git.orig/src/po/Makefile
|
||||
+++ git/src/po/Makefile
|
||||
@@ -165,17 +165,16 @@ $(PACKAGE).pot: ../*.c ../if_perl.xs ../
|
||||
po/gvim.desktop.in po/vim.desktop.in
|
||||
mv -f ../$(PACKAGE).po $(PACKAGE).pot
|
||||
@@ -207,17 +207,16 @@ $(PACKAGE).pot: $(PO_INPUTLIST) $(PO_VIM
|
||||
# Delete the temporary files
|
||||
rm *.js
|
||||
|
||||
-vim.desktop: vim.desktop.in $(POFILES)
|
||||
+LINGUAS:
|
||||
|
||||
Reference in New Issue
Block a user