diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-28 10:39:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-28 18:38:02 +0100 |
commit | cc27598e571948569411c395d87966f93510bc78 (patch) | |
tree | 9b97d80a73fee14e6c2fb50b71e37994f3b4119d /meta/recipes-support | |
parent | cf3d4641eedecf7ef24814089e86e94038b20cec (diff) | |
download | poky-cc27598e571948569411c395d87966f93510bc78.tar.gz |
vim: Upgrade 8.2.4912 -> 8.2.5034 to fix 9 CVEs
Address CVE-2022-1621, CVE-2022-1629, CVE-2022-1674, CVE-2022-1733, CVE-2022-1735
CVE-2022-1769, CVE-2022-1771, CVE-2022-1785, CVE-2022-1796
(From OE-Core rev: fafce97bd440150ac5c586b53b887ee70a5b66bd)
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 c5922b7fcd..b22e8016ab 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 .= ".4912" | 24 | PV .= ".5034" |
25 | SRCREV = "a7583c42cd6b64fd276a5d7bb0db5ce7bfafa730" | 25 | SRCREV = "5a6ec10cc80ab02eeff644ab19b82312630ea855" |
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" |