summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Doshi <sdoshi@mvista.com>2023-10-12 11:39:12 +0530
committerSteve Sakoman <steve@sakoman.com>2023-10-18 05:13:24 -1000
commit9d5d4218ec5481872520fd5fc14d5ba7027b1278 (patch)
tree590c203b523b3f040f5d69f8588adff9b6bcc3a4
parente77b551dbfa641b6402893e985882487b65fab27 (diff)
downloadpoky-9d5d4218ec5481872520fd5fc14d5ba7027b1278.tar.gz
vim: Upgrade 9.0.1894 -> 9.0.2009
This includes CVE fix for CVE-2023-5441. (From OE-Core rev: 6c88137d4ab36054ac97cff0457d78ef503f383e) 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 5f55f590e6..5e06866692 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 .= ".1894" 22PV .= ".2009"
23SRCREV = "e5f7cd0a60d0eeab84f7aeb35c13d3af7e50072e" 23SRCREV = "54844857fd6933fa4f6678e47610c4b9c9f7a091"
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"