summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorArchana Polampalli <archana.polampalli@windriver.com>2023-11-17 03:43:15 +0000
committerSteve Sakoman <steve@sakoman.com>2023-11-24 05:01:37 -1000
commit6a35bdf5715de0018f2cec14efade52fdbc8eecb (patch)
tree1710ff0c988345722fa001d702b98ac36f628273 /meta
parent08bf0e6743cdaeec6458dc3d1c030032cce3e6e0 (diff)
downloadpoky-6a35bdf5715de0018f2cec14efade52fdbc8eecb.tar.gz
vim: Upgrade 9.0.2048 -> 9.0.2068
This includes CVE fix for CVE-2023-46246. 9198c1f2b (tag: v9.0.2068) patch 9.0.2068: [security] overflow in :history References: https://nvd.nist.gov/vuln/detail/CVE-2023-46246 (From OE-Core rev: 55dba750cb37fdf09b9b8b768c5ebea86c769248) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 63bc72ccb63d2f8eb591d7cc481657a538f0fd42) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-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 888f8f0e5a..a37310afd8 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 .= ".2048" 22PV .= ".2068"
23SRCREV = "982ef16059bd163a77271107020defde0740bbd6" 23SRCREV = "9198c1f2b1ddecde22af918541e0de2a32f0f45a"
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"