-
Notifications
You must be signed in to change notification settings - Fork 507
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 in the hope that vim 8.3 will be released before we release Kirkstone. Signed-off-by: Ross Burton <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
- Loading branch information
1 parent
35a96ed
commit 03a6e79
Showing
15 changed files
with
28 additions
and
865 deletions.
There are no files selected for viewing
62 changes: 0 additions & 62 deletions
62
meta/recipes-support/vim/files/0001-patch-8.2.3581-reading-character-past-end-of-line.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ Signed-off-by: Mingli Yu <[email protected]> | |
src/Makefile | 14 ++++---------- | ||
1 file changed, 4 insertions(+), 10 deletions(-) | ||
|
||
diff --git a/src/Makefile b/src/Makefile | ||
index f2fafa4dc..7148d4bd9 100644 | ||
--- a/src/Makefile | ||
+++ b/src/Makefile | ||
@@ -2845,16 +2845,10 @@ auto/pathdef.c: Makefile auto/config.mk | ||
Index: git/src/Makefile | ||
=================================================================== | ||
--- git.orig/src/Makefile | ||
+++ git/src/Makefile | ||
@@ -3101,16 +3101,10 @@ auto/pathdef.c: Makefile auto/config.mk | ||
-@echo '#include "vim.h"' >> $@ | ||
-@echo 'char_u *default_vim_dir = (char_u *)"$(VIMRCLOC)";' | $(QUOTESED) >> $@ | ||
-@echo 'char_u *default_vimruntime_dir = (char_u *)"$(VIMRUNTIMEDIR)";' | $(QUOTESED) >> $@ | ||
|
@@ -41,6 +41,3 @@ index f2fafa4dc..7148d4bd9 100644 | |
-@sh $(srcdir)/pathdef.sh | ||
|
||
GUI_GTK_RES_INPUTS = \ | ||
-- | ||
2.17.1 | ||
|
83 changes: 0 additions & 83 deletions
83
meta/recipes-support/vim/files/0002-patch-8.2.3428-using-freed-memory-when-replacing.patch
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
...recipes-support/vim/files/0002-patch-8.2.3582-reading-uninitialized-memory-when-giv.patch
This file was deleted.
Oops, something went wrong.
92 changes: 0 additions & 92 deletions
92
...recipes-support/vim/files/0002-patch-8.2.3611-crash-when-using-CTRL-W-f-without-fin.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.