summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-08-25 21:31:20 +0200
committerSteve Sakoman <steve@sakoman.com>2025-09-08 08:27:11 -0700
commit9f689b304979f85367171fb8eb1e6530a2c0ce3b (patch)
tree2e22ccecf14947f39b8fb2b9f9b5b751477f8082 /meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch
parent57bd1bec8dd3fc1e29af2f832f7bb7705a5d7835 (diff)
downloadpoky-9f689b304979f85367171fb8eb1e6530a2c0ce3b.tar.gz
vim: upgrade 9.1.1198 -> 9.1.1652
Handles CVE-2025-53905, CVE-2025-53906, CVE-2025-55157, CVE-2025-55158. Changes between 9.1.1198 -> 9.1.1652 ==================================== https://github.com/vim/vim/compare/v9.1.1198...v9.1.1652 Refresh patches. Disable newly introduced wayland support (in patch version 1485). To this belongs also adding recursion in delete command for dir auto which was newly failing as there is wayland directory inside now. If someone is interested, this can be probably enabled, but without additional work it results in compilation error due to function redefinition conflicts. (From OE-Core rev: e87d427d928234ef0441f9ce1fe8631fbe471094) (From OE-Core rev: bd2dc808baec7e940a09f80afa2c2997efe7cbfe) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch')
-rw-r--r--meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch b/meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch
index 2fc11dbdc2..0741745adc 100644
--- a/meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch
+++ b/meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch
@@ -16,11 +16,11 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
16 src/Makefile | 14 ++++---------- 16 src/Makefile | 14 ++++----------
17 1 file changed, 4 insertions(+), 10 deletions(-) 17 1 file changed, 4 insertions(+), 10 deletions(-)
18 18
19Index: git/src/Makefile 19diff --git a/src/Makefile b/src/Makefile
20=================================================================== 20index 32c0d97d1..97c754673 100644
21--- git.orig/src/Makefile 21--- a/src/Makefile
22+++ git/src/Makefile 22+++ b/src/Makefile
23@@ -3101,16 +3101,10 @@ auto/pathdef.c: Makefile auto/config.mk 23@@ -3138,16 +3138,10 @@ auto/pathdef.c: Makefile auto/config.mk
24 -@echo '#include "vim.h"' >> $@ 24 -@echo '#include "vim.h"' >> $@
25 -@echo 'char_u *default_vim_dir = (char_u *)"$(VIMRCLOC)";' | $(QUOTESED) >> $@ 25 -@echo 'char_u *default_vim_dir = (char_u *)"$(VIMRCLOC)";' | $(QUOTESED) >> $@
26 -@echo 'char_u *default_vimruntime_dir = (char_u *)"$(VIMRUNTIMEDIR)";' | $(QUOTESED) >> $@ 26 -@echo 'char_u *default_vimruntime_dir = (char_u *)"$(VIMRUNTIMEDIR)";' | $(QUOTESED) >> $@