diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-22 13:38:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-22 21:39:21 +0100 |
commit | 651742ee60d595ad882685d6622c4fdcd64ed3fb (patch) | |
tree | acc3be6fdb920d1d5bdea7ad39b53866fa20008b | |
parent | ddc4258012e0d3fa946c319b601b0e73db7ac5e6 (diff) | |
download | poky-651742ee60d595ad882685d6622c4fdcd64ed3fb.tar.gz |
vim: Upgrade 9.0.453 -> 9.0.541
Includes a fix for CVE-2022-3234.
(From OE-Core rev: d6b54f37aa4db1457296b8981b630a49d251ceb5)
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 70dc2dfecf..5ff60f8495 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 .= ".0453" | 23 | PV .= ".0541" |
24 | SRCREV = "83a19c5fda0556330860899bfb484addf9178cd0" | 24 | SRCREV = "ee7c8d999beb847457f768757b1bdcd76391c1f4" |
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" |