summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim/vim.inc
diff options
context:
space:
mode:
authorSiddharth Doshi <sdoshi@mvista.com>2023-10-19 10:38:18 +0530
committerSteve Sakoman <steve@sakoman.com>2023-10-27 04:21:19 -1000
commit52250009cdf45ce0aaf2cd13daa9d9e7dac4a135 (patch)
tree3e4aa667a8cf8ba8c49fcc493db78766515f0761 /meta/recipes-support/vim/vim.inc
parent6f56a14cdce27ca29274d73aca5b62fcf182e9c8 (diff)
downloadpoky-52250009cdf45ce0aaf2cd13daa9d9e7dac4a135.tar.gz
vim: Upgrade 9.0.2009 -> 9.0.2048
This includes CVE fix for CVE-2023-5535. (From OE-Core rev: 35fc341402f38619922dcfc4dc9e58b00be26259) Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/vim/vim.inc')
-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 51247cbe0a..d8e88af22e 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -19,8 +19,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
19 file://no-path-adjust.patch \ 19 file://no-path-adjust.patch \
20 " 20 "
21 21
22PV .= ".2009" 22PV .= ".2048"
23SRCREV = "54844857fd6933fa4f6678e47610c4b9c9f7a091" 23SRCREV = "982ef16059bd163a77271107020defde0740bbd6"
24 24
25# Remove when 8.3 is out 25# Remove when 8.3 is out
26UPSTREAM_VERSION_UNKNOWN = "1" 26UPSTREAM_VERSION_UNKNOWN = "1"