From cdd6f417c5d1535bd922703e18185b9d376e3b6f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 11 Jun 2019 20:10:58 -0400 Subject: [PATCH] vim: Update to 8.1.1518 to fix CVE-2019-12735 Signed-off-by: Tom Rini Signed-off-by: Richard Purdie --- .../vim/{vim-tiny_8.1.1240.bb => vim-tiny_8.1.1518.bb} | 0 meta/recipes-support/vim/vim.inc | 2 +- meta/recipes-support/vim/{vim_8.1.1240.bb => vim_8.1.1518.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/vim/{vim-tiny_8.1.1240.bb => vim-tiny_8.1.1518.bb} (100%) rename meta/recipes-support/vim/{vim_8.1.1240.bb => vim_8.1.1518.bb} (100%) diff --git a/meta/recipes-support/vim/vim-tiny_8.1.1240.bb b/meta/recipes-support/vim/vim-tiny_8.1.1518.bb similarity index 100% rename from meta/recipes-support/vim/vim-tiny_8.1.1240.bb rename to meta/recipes-support/vim/vim-tiny_8.1.1518.bb diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 5f9f3d79de..0a31e68cb7 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/vim/vim.git \ file://vim-add-knob-whether-elf.h-are-checked.patch \ file://0001-src-Makefile-improve-reproducibility.patch \ " -SRCREV = "d96dbd6f95ea22f609042cc9c6272f14a21ff1a5" +SRCREV = "202d982b36d87cf91d992bd7e30d3223bdc72cd9" S = "${WORKDIR}/git" diff --git a/meta/recipes-support/vim/vim_8.1.1240.bb b/meta/recipes-support/vim/vim_8.1.1518.bb similarity index 100% rename from meta/recipes-support/vim/vim_8.1.1240.bb rename to meta/recipes-support/vim/vim_8.1.1518.bb -- 2.40.1