diff options
author | Siddharth Doshi <sdoshi@mvista.com> | 2023-10-18 20:43:12 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-19 13:06:52 +0100 |
commit | a0a8cec56dded265d1707570662b95ae3b0f6a61 (patch) | |
tree | 01d69e3382d23bd102e76d64c80abd9c7f7e03c8 | |
parent | 0d30313680cf2a1165060f6fcd13bbfc93fa17e1 (diff) | |
download | poky-a0a8cec56dded265d1707570662b95ae3b0f6a61.tar.gz |
vim: Upgrade 9.0.2009 -> 9.0.2048
This includes CVE fix for CVE-2023-5535.
(From OE-Core rev: 9292eb70a2a0871cf235e4df0257d7028f43a278)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 4 |
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 | ||
22 | PV .= ".2009" | 22 | PV .= ".2048" |
23 | SRCREV = "54844857fd6933fa4f6678e47610c4b9c9f7a091" | 23 | SRCREV = "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 |
26 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" | 26 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" |