summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-02-10 07:42:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-09 13:19:02 +0000
commit07506c2d8291ab570d7c336821296506456f1173 (patch)
tree9b67ca7a552ac090d15856e73b2ee85e86a02306 /meta/recipes-support/vim
parent7c65a1b56ad6ba95a60cc98b71d1546e4dfdd0c3 (diff)
downloadpoky-07506c2d8291ab570d7c336821296506456f1173.tar.gz
vim: update 9.0.1211 -> 9.0.1293 to resolve open CVEs
(From OE-Core rev: 5eb050c439d891188ded3e79bf1e5b5695f24872) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6d77dbe499ee362b6e28902f1efcf52b961037a5) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vim')
-rw-r--r--meta/recipes-support/vim/vim.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 9bc6881fce..fcb5cf6334 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
20 file://no-path-adjust.patch \ 20 file://no-path-adjust.patch \
21 " 21 "
22 22
23PV .= ".1211" 23PV .= ".1293"
24SRCREV = "f7d1c6e1884c76680980571f1cf15e0928d247b5" 24SRCREV = "0caaf1e46511f7a92e036f05e6aa9d5992540117"
25 25
26# Remove when 8.3 is out 26# Remove when 8.3 is out
27UPSTREAM_VERSION_UNKNOWN = "1" 27UPSTREAM_VERSION_UNKNOWN = "1"