summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorSiddharth Doshi <sdoshi@mvista.com>2023-10-12 11:58:04 +0530
committerSteve Sakoman <steve@sakoman.com>2023-10-20 05:35:30 -1000
commitffbede6d58cc55c690c6eb8e049dc173270fa9fc (patch)
tree96feb9c609d411ada52e211e7d5cb80407373164 /meta/recipes-support
parent2f34ea89dbe5bc0322156729b2fe4f7c35199bd0 (diff)
downloadpoky-ffbede6d58cc55c690c6eb8e049dc173270fa9fc.tar.gz
vim: Upgrade 9.0.1894 -> 9.0.2009
This includes CVE fix for CVE-2023-5441. (From OE-Core rev: 624081236d5554dbc7c044396caabc3464b1b3ac) Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support')
-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 73e639d7b1..51247cbe0a 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# Remove when 8.3 is out 25# Remove when 8.3 is out
26UPSTREAM_VERSION_UNKNOWN = "1" 26UPSTREAM_VERSION_UNKNOWN = "1"