summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Doshi <sdoshi@mvista.com>2023-10-19 09:42:22 +0530
committerSteve Sakoman <steve@sakoman.com>2023-10-25 04:51:01 -1000
commit3f2a31ddc64e86f708b866f3c96fb0b7dbad8f12 (patch)
tree0a19ac9a0bc5231cd9f049bbb88b257528a3ed09
parentc408ffd9724ca0822212f07ca5c71fe18511e2d5 (diff)
downloadpoky-3f2a31ddc64e86f708b866f3c96fb0b7dbad8f12.tar.gz
vim: Upgrade 9.0.2009 -> 9.0.2048
This includes CVE fix for CVE-2023-5535. (From OE-Core rev: b385544941a4d974ab95b0a886031d5c9f3971ba) Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 5e06866692..58025828f2 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# Do not consider .z in x.y.z, as that is updated with every commit 25# Do not consider .z in x.y.z, as that is updated with every commit
26UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" 26UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"