diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-10-31 07:16:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-01 17:34:59 +0000 |
commit | 6851217e310e91fa1956e05795e3eed0cbe4b79f (patch) | |
tree | 1eefd7b5becfef48dd51c26666747918bf4fa7e3 /meta/recipes-support/vim | |
parent | 8506c36e3a6b4fde304059af9817686dfff7ad7a (diff) | |
download | poky-6851217e310e91fa1956e05795e3eed0cbe4b79f.tar.gz |
vim: upgrade 9.0.0614 -> 9.0.0820
Includes fixes for CVE-2022-3705
https://nvd.nist.gov/vuln/detail/CVE-2022-3705
For a short list of important changes, see:
https://www.arp242.net/vimlog/
(From OE-Core rev: f6d917bd0f8810b5ed8d403ad25d59cda2fc9574)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vim')
-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 0710f6afbf..298a111853 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | |||
20 | file://no-path-adjust.patch \ | 20 | file://no-path-adjust.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | PV .= ".0614" | 23 | PV .= ".0820" |
24 | SRCREV = "ef976323e770315b5fca544efb6b2faa25674d15" | 24 | SRCREV = "03d6e6f42b0deeb02d52c8a48c14abe431370c1c" |
25 | 25 | ||
26 | # Remove when 8.3 is out | 26 | # Remove when 8.3 is out |
27 | UPSTREAM_VERSION_UNKNOWN = "1" | 27 | UPSTREAM_VERSION_UNKNOWN = "1" |