diff options
author | Archana Polampalli <archana.polampalli@windriver.com> | 2023-11-17 03:43:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-22 14:07:21 +0000 |
commit | 5e19cc0006fd1dbe7435604e792763c9d305a31c (patch) | |
tree | 376424b61961d10ba93d88a38b318926d923ab6b /meta/recipes-support | |
parent | 5ff688fe29bd644e28a226b655b3fdcce8a8ebb8 (diff) | |
download | poky-5e19cc0006fd1dbe7435604e792763c9d305a31c.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: 63bc72ccb63d2f8eb591d7cc481657a538f0fd42)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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 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 | ||
22 | PV .= ".2048" | 22 | PV .= ".2068" |
23 | SRCREV = "982ef16059bd163a77271107020defde0740bbd6" | 23 | SRCREV = "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 |
26 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" | 26 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" |