summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Doshi <sdoshi@mvista.com>2023-10-12 11:35:31 +0530
committerSteve Sakoman <steve@sakoman.com>2023-10-18 05:25:19 -1000
commit6f40a967bde1508e1e6c8574f95145e2175513b0 (patch)
tree0fa1f503ecf3b06c4eb897f61b0055c6f2e2ae96
parent227b06eefa1044badf471970f56bd7f6b4745117 (diff)
downloadpoky-6f40a967bde1508e1e6c8574f95145e2175513b0.tar.gz
vim: Upgrade 9.0.1894 -> 9.0.2009
This includes CVE fix for CVE-2023-5441. (From OE-Core rev: 7166f503211c39542d828aa3fef5006dccf2c07a) 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"