diff options
author | Ross Burton <ross.burton@arm.com> | 2022-07-11 14:19:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-12 12:52:52 +0100 |
commit | 652d51effaba1509ba4922e28a52ee19c3c4fa2a (patch) | |
tree | 80becb20ee4c0b4d362b5c823e6f1b27bc5909a8 | |
parent | e00fe76acb01f190f79e6884f98b280aeb1f66a4 (diff) | |
download | poky-652d51effaba1509ba4922e28a52ee19c3c4fa2a.tar.gz |
vim: upgrade to 9.0.0021
This fixes the following CVEs:
- CVE-2022-2257
- CVE-2022-2264
- CVE-2022-2284
- CVE-2022-2285
- CVE-2022-2286
- CVE-2022-2287
(From OE-Core rev: 03c044a81a76b7505b9d5bf0d936dde75b51905e)
Signed-off-by: Ross Burton <ross.burton@arm.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 b85f34d6c8..7e2c624bc1 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 .= ".0005" | 24 | PV .= ".0021" |
25 | SRCREV = "040674129f3382822eeb7b590380efa5228124a8" | 25 | SRCREV = "5e59ea54c0c37c2f84770f068d95280069828774" |
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" |