diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-14 22:24:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-22 23:46:28 +0100 |
commit | a6344dc61af446a0b67a285230ece08266f95dec (patch) | |
tree | 2ad67ec694ff7022da0e56b4b4ac1b740557c376 | |
parent | 4aeda14352a9fa9dd5ba50cf940a2b514fd1ac3c (diff) | |
download | poky-a6344dc61af446a0b67a285230ece08266f95dec.tar.gz |
vim: Upgrade 8.2.5034 -> 8.2.5083
Includes fixes for CVE-2022-1927, CVE-2022-1942.
(From OE-Core rev: b85e29de4bca17834b003d499db5129fc5dee75e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1e740b5c2227c0040621ae63436d06db4873670f)
Signed-off-by: Steve Sakoman <steve@sakoman.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 b22e8016ab..06707dbe11 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
@@ -21,8 +21,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | |||
21 | file://racefix.patch \ | 21 | file://racefix.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | PV .= ".5034" | 24 | PV .= ".5083" |
25 | SRCREV = "5a6ec10cc80ab02eeff644ab19b82312630ea855" | 25 | SRCREV = "db77c49401145d76441fbb3d22a1d7d987681c13" |
26 | 26 | ||
27 | # Remove when 8.3 is out | 27 | # Remove when 8.3 is out |
28 | UPSTREAM_VERSION_UNKNOWN = "1" | 28 | UPSTREAM_VERSION_UNKNOWN = "1" |