diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-07 17:00:18 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-15 16:38:29 +0000 |
| commit | 77140366fb8caa7bbf89b8d9b9ae1b2a22169cd7 (patch) | |
| tree | 91882e55cd349e8d836f63c61a5dbbe1909897dc | |
| parent | 7c3b93da9e1a0f249a640d8f4eacc9272817c745 (diff) | |
| download | poky-77140366fb8caa7bbf89b8d9b9ae1b2a22169cd7.tar.gz | |
vim: Update to 8.2.4524 for further CVE fixes
Includes CVE-2022-0696, CVE-2022-0714, CVE-2022-0729.
(From OE-Core rev: 4fa9357473eb62703b1df1b1fb529b4c0ba452a9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0d29988958e48534a0076307bb2393a3c1309e03)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.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 59e0b4ed7a..a05e91fe20 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 .= ".4424" | 24 | PV .= ".4524" |
| 25 | SRCREV = "cdf717283ca70b18f20b8a2cefe7957083280c6f" | 25 | SRCREV = "d8f8629b1bf566e1dada7515e9b146c69e5d9757" |
| 26 | 26 | ||
| 27 | # Do not consider .z in x.y.z, as that is updated with every commit | 27 | # Do not consider .z in x.y.z, as that is updated with every commit |
| 28 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" | 28 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" |
